Detalii pe ArchWiki

1
2
sudo vim /etc/X11/xorg.conf.d/50-mouse-acceleration.conf
# daca nu exista, creezi
1
2
3
4
5
6
7
8
Section "InputClass"
	Identifier "My Mouse"
	MatchIsPointer "yes"
# set the following to 1 1 0 respectively to disable acceleration.
	Option "AccelerationNumerator" "2"
	Option "AccelerationDenominator" "1"
	Option "AccelerationThreshold" "4"
EndSection