rawhide questions

Felipe Alfaro Solana felipe_alfaro at linuxmail.org
Mon Dec 15 07:34:13 UTC 2003


On Mon, 2003-12-15 at 03:55, Matthew T. O'Connor wrote:

> mouse is too fast - I have a USB Optical MS Intellimouse, works fine
> under FC1 with the 2.4 kernel.  When I tried out arjan's 2.6 test kernel
> on FC1 I had the same problem.  The mouse is very fast (sensitive), to
> the point that it's barely useable.  Perhaps there is a way to configure
> this, but I don't know it.

Make sure there's only one mouse defined in /etc/X11/XF86Config. Also
make sure the device used for that mouse is "/dev/input/mice". For
example,

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

...

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "yes"
EndSection






More information about the devel mailing list