cbagger01
Group: Members
Posts: 4264
Joined: Oct. 2003 |
|
Posted: May 27 2006,17:23 |
|
The Kdrive/TinyX/Freedesktop.org XVesa and xfbdev servers have a built-in mouse protocol auto-detection routine.
This routine trys to figure out what protocol your mouse speaks, IE: Microsoft PS2, Intellimouse PS2, Logitech, Microsoft Serial, etc.
It is likely that the xserver is unable to quickly determine your mouse's protocol language so it takes some time before it stops jumping around from protocol to protocol.
Your best bet for resolution is:
1) Install the XFree86.dsl extension and use it instead of the default XVesa/xfbdev 2) Try a different mouse 3) Download the source code for the X server from the freedesktop.org site, manually edit the autodetection source code to FORCE the server to only use your mouse's protocol and recompile the modified program.
|