Skip to content

Instantly share code, notes, and snippets.

@W4RH4WK
Created November 29, 2015 10:04
Show Gist options
  • Select an option

  • Save W4RH4WK/9eabfaef52c6b2f5c3d9 to your computer and use it in GitHub Desktop.

Select an option

Save W4RH4WK/9eabfaef52c6b2f5c3d9 to your computer and use it in GitHub Desktop.
Lenovo E330 Touchpad Settings
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
Option "VertResolution" "100"
Option "HorizResolution" "65"
Option "MinSpeed" "1"
Option "MaxSpeed" "1"
Option "AccelerationProfile" "2"
Option "AdaptiveDeceleration" "16"
Option "ConstantDeceleration" "16"
Option "VelocityScale" "32"
Option "FingerLow" "30"
Option "FingerHigh" "40"
Option "VertTwoFingerScroll" "1"
Option "HorizTwoFingerScroll" "0"
Option "HorizHysteresis" "40"
Option "VertHysteresis" "40"
MatchDevicePath "/dev/input/event*"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment