Hi,
I need to change my mouse polling rate and completely disable any mouse acceleration.
I am on opensuse 11.3
What I have tried already:
for mouse frequency:
modprobe usbhid mousepoll=1 <- that doesn’t work
added usbhid.mousepoll=1 to grub boot options <- that doesn’t work either
for the acceleration:
xset m 0 0 <- this seems to work but I’m not completely sure, can anyone confirm?
Thanks for attention.