Archive for the ‘disable’ tag
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-settingsis the more modern version ofgsynapticsand will uninstall it if it’s installed):sudo aptitude install xserver-xorg-input-synaptics gpointing-device-settings
- Start
gpointing-device-settingsfrom the command line and select “Touchpad off”, as shown here:
- Exit the tool and reboot.