
Code: Select all
Section "InputDevice"
Driver "mouse"
...
# See mouse.c in xf86-input-mouse
# Defaults to 1.
Option "Sensitivity" "0.2"Code: Select all
xset m 0 0
Confirmed, your fix works, good stuff, thankssyscrash wrote:I've fixed one problem here:
https://bugs.freedesktop.org/show_bug.cgi?id=13808
Let's hope they integrate the fix soon.
(This has to do with the mouse not reacting properly to slow movements.)

With warsow, this doesn't workazp wrote:I've found this solution in the gentoo evdev (HAL) guide. Add this following setting inside a Module section:
Section "Module"
...
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
...
EndSection
The full guide can be found here: http://www.gentoo.org/proj/en/desktop/x ... -guide.xml