Comment 3 for bug 144277

Revision history for this message
Martin Olsson (mnemo) wrote : Re: mouse sucks in linux

The mouse entry in /etc/X11/xorg.conf that fixed all my looks problems looked like this:

Section "InputDevice"
        Identifier "Configured Mouse"
        Driver "evdev"
        Option "Device" "/dev/input/mice"
EndSection