This is all I had to do
1. Install QSynaptics
sudo apt-get install qsynaptics
2. Edit the X11 config file to enable synclient
sudo vi /etc/X11/xorg.conf
Add the line "Option SHMConfig on"
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
Option "SHMConfig" "on"
EndSection
3. Restart X11, in a console type
sudo /etc/init.d/gdm stop
Log back in to the console and type
sudo /etc/init.d/gdm start
4. Fire up qsynaptics. Alt-f2, qsynaptics
Any settings changes are saved to ~/.qynaptics. In order to restrore these settings when gnome loads, add the command
qsynaptics -rto System > Preference > Sessions > Startup Programs
Now whenever you logout or restart your QSynaptics settings will reload. The last step is to add a shortcut in the System > Preferences Menu so you can find QSynaptics months from now. To do this, right click on the System menu and select Edit Menus