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
Code:
$ sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
Open your xorg configuration file for editting
Code:
$ sudo gedit /etc/X11/xorg.conf
Add this line at the bottom of the "InputDevices" section
Code:
Option "SHMConfig" "on"
Reboot the system or restart your gdm session
Code:
$ sudo shutdown -r now
Install qsynaptics package
Code:
$ sudo apt-get install qsynaptics
Run 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.
Bookmarks