Disabling Synaptics Touchpad with Ubuntu 10.04
I recently installed Ubuntu 10.04 on my Thinkpad T61 and set about disabling the touchpad, which I always find irritating. There seemed to be lots of guides to this, including this one, but none of them seemed to work for me. Eventually I figured some fairly simple steps which did work:
-
Install two packages if they aren’t already installed (
gpointing-device-settings
is the more modern version ofgsynaptics
and will uninstall it if it’s installed):sudo aptitude install xserver-xorg-input-synaptics gpointing-device-settings
-
Start
gpointing-device-settings
from the command line and select “Touchpad off”, as shown here:
![]({{ site.blog_root }}/images/GPointing-Device-Settings_003.png)
- Exit the tool and reboot.
Comments