header image
 

Disabling Touchpad Tapping and Scrolling in Xubuntu

Install gsynaptics:

sudo aptitude install gsynaptics

Edit xorg.conf file:

sudo mousepad /etc/X11/xorg.conf

Add this line to the synaptics section (Identifier: “Synaptics Touchpad”):

Option “TouchpadOff” “2″

And you’re done!

~ by jotuvillo on April 16, 2008.

Leave a Reply