Berge, Harry ten writes: > Hi, > > We have a situation where the mouse pointer freezes in the middle of the > screen and is completely dead. You have to restart the X server to fix > this..... I'm suspicious about one of our applications, but could this be > the case? Is it possible for an application to disable the mouse pointer > completely? > > Tips are reeeeeeally appreciated! >
I assume that the pointer is really frozen - not just the HW cursor not moving. It's possible that some app uses the xf86misc extension to change the mouse settings. Usually the logfile shows. It is also possible that the mouse is no longer sending data. You can check this by attaching strace to the Xserver from remote for example. The server should see a SIGIO whenever data becomes available. Egbert. _______________________________________________ XFree86 mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xfree86

