Fixing Ubuntu’s oversensitive touchpad

First, install qsynaptics.

sudo apt-get install qsynaptics

Next, edit the /etc/X11/xorg.conf?

Find the section that says:

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"

and add


Option "SHMConfig" "on"

This entry was posted in Misc, Technology. Bookmark the permalink.

Leave a Reply