I solved this problem by modifying synaptics.conf under my /etc/X11/xorg.conf.d/.
[mmara@r3d3ye ~]$ sudo vim /etc/X11/xorg.conf.d/50-synaptics.conf
Adding on my config file did the trick.
Section "InputClass"
Identifier "Bye bye jumpy touchpad pointer"
MatchIsTouchpad "on"
Option "MinSpeed" "0"
Option "ConstantDeceleration" "5"
EndSection
More info about xorg and touchpad
https://wiki.archlinux.org/index.php/Xorg
https://wiki.archlinux.org/index.php/Touchpad_Synaptics
No comments:
Post a Comment