[ltp] Stopping Synaptics Touchpad Gesture Control
Dwight Barkley
linux-thinkpad@linux-thinkpad.org
Tue, 07 Jun 2005 12:31:13 +0100
Mike,
I have "turned off" the gestures with:
Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
# Option "MaxTapTime" "0"
Option "HorizScrollDelta" "0"
Option "VertScrollDelta" "0"
EndSection
The Horiz/VertScrollDelta are the relevant parts. (Setting MaxTapTime
"0" turns off touchpad taps if you don't like those).
-Dwight