is there anyway to turn acceleration off in linux? im using the razer death adder chroma if that helps and ubuntu 14.04 with gnome.
Inside /usr/share/X11/xorg.conf.d create the 50-mouse-acceleration.conf file and put this inside:
Section "InputClass"
Identifier "My Mouse"
MatchIsPointer "yes"
Option "AccelerationProfile" "-1"
Option "AccelerationScheme" "none"
Option "AccelSpeed" "-1"
EndSection
And restart X.
1 Like
ty
Did it work?