Thund3rstruck
July 18th, 2006, 11:44 AM
One of the things that really irritated me when I made the Ubuntu switch was the sensitivity of the laptop touchpad. It seemed to fly all over the screen and while browsing the web it appeared to open phantom links.
Here is a short walkthrough for turning off the 'tapping' feature in your touchpad and other touchpad irritations.
Backup your Xorg
$ sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
Open your xorg configuration file for editting
$ sudo gedit /etc/X11/xorg.conf
Add this line at the bottom of the "InputDevices" section
Option "SHMConfig" "on"
Reboot the system or restart your gdm session
$ sudo shutdown -r now
Install qsynaptics package
$ sudo apt-get install qsynaptics
Run qsynaptics
$ qsynaptics
Once in qsynaptics, select the "Tapping" item from the listbox on the left hand side of the program and change the button configuration to Tapping "One Finger" means none.
Here is a short walkthrough for turning off the 'tapping' feature in your touchpad and other touchpad irritations.
Backup your Xorg
$ sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
Open your xorg configuration file for editting
$ sudo gedit /etc/X11/xorg.conf
Add this line at the bottom of the "InputDevices" section
Option "SHMConfig" "on"
Reboot the system or restart your gdm session
$ sudo shutdown -r now
Install qsynaptics package
$ sudo apt-get install qsynaptics
Run qsynaptics
$ qsynaptics
Once in qsynaptics, select the "Tapping" item from the listbox on the left hand side of the program and change the button configuration to Tapping "One Finger" means none.