Dopo aver installato gsynaptics da Synaptic

, aggiungi questo al tuo xorg.conf (dopo l'InputDevice del mouse classico)
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
La mia sezione Server Layout è così (è necessaria altrimenti non carica nulla):
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Ovviamente modifica gli identifier con i nomi presenti nelle varie sezioni InputDevice