Disable laptop touchpad tapping in Xubuntu
UPDATE: These steps work fine for Xubuntu 8.04 (Hardy). For more recent Xubuntu versions you should take a look at this later post which has the correct steps.
One of the things I find very annoying is the default “tap to click” behaviour of laptop touchpads. Here are easy steps how to configure Xubuntu to stop the touchpad tapping. It will also let you configure other touchpad settings. It comes courtesy of the Xfce goodies project.
- Install the gsynpatics plugin for Xubuntu Settings Manager
sudo apt-get install gsynaptics-mcs-plugin - IMPORTANT Make a backup of your xorg.conf file. Note: messing up this file is not a good idea, so make a backup and be careful with it.
cd /etc/X11
sudo cp xorg.conf xorg.conf.backup - Open xorg.conf (in vi or mousepad or whatever)
sudo mousepad xorg.conf - Look for a block starting with
Section "InputDevice"
, withIdentifier "Synaptics Touchpad"
on second line and ending withEndSection
. - In the above block (e.g. just above the EndSection line) add the following line:
Option "SHMConfig" "on" - Save the file xorg.conf
- Restart X (Ctrl+Alt+Backspace)
- In the Applications menu, go to Settings > Settings Manager. This opens the in the Xfce Settings Manager where you should see a new entry called “Synaptics settings”.
- Open this and to disable tapping simply uncheck “Enable tapping” on the middle tab.
Good luck and happy Xubuntuing on your laptops.
Leave a comment
| Trackback