Ubuntu 7.04/Issues/Changing mousepad settings
From DellLinuxWiki
For some users, the default touch pad settings can be too sensitive. To adjust these settings, a utility called "gsynaptics" can be used. Complete the following steps to install and enable this utility:
- From the "Application" menu, select Accessories -> Terminal
- On the command line at the terminal, type the following:
sudo apt-get install gsynaptics
- On the command line at the terminal, type the following:
sudo gedit /etc/X11/xorg.conf
- Scan down through the open file and find the following line:
Identifier "Synaptics Touchpad"
- Insert a new line under that line, and type the following:
Option "SHMConfig" "on"
- Save the file and exit
- From the System -> Preferences menu, select "Touchpad" and adjust the settings