Fix ubuntu touch pad too sensitive

Posted by Taolee on June 8, 2017

Actions Taken:

Backup the original: /usr/share/X11/xorg.conf.d/50-synaptics.conf

sudo vi /usr/share/X11/xorg.conf.d/50-synaptics.conf

Add the sections to:

Section "InputClass"
  Identifier "touchpad catchall"
  Driver "synaptics"
  MatchIsTouchpad "on"
  MatchDevicePath "/dev/input/event*"
  Option "FingerLow" "32"
  Option "FingerHigh" "35" 
EndSection

Ref links:

https://blog.laimbock.com/2014/11/23/howto-fix-a-too-sensitive-touchpad-on-linux/ https://help.ubuntu.com/community/SynapticsTouchpad