mine (HP dv9000) is as follows:
- Code: Select all
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
works for me, but you may want to try qsynaptics, which seems to work for some people.
Miscellaneous advice:
Check to make sure that in your serverLayout section that you have a line that looks like:
- Code: Select all
InputDevice "Synaptics Touchpad"
Another question may be the maker of the touchpad. I believe that on my old laptop I had to set the value of the "Device" "/dev/psaux" line to:
- Code: Select all
Option "Device" "/dev/input/<event>"
where <event> is the code corresponding to the touchpad from the output of:
- Code: Select all
cat /proc/bus/input/devices
Ill add more later as it occurs to me. Hope it helps.