[ltp] Stopping Synaptics Touchpad Gesture Control

Florian Dorpmueller linux-thinkpad@linux-thinkpad.org
Sat, 11 Jun 2005 11:46:40 +0000


>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

Hi Dwight,

that was what I am looking for since a long time. Thanks a lot!!!

Cheers,
Flori