Advertisement
Guest User

/usr/share/X11/xorg.conf.d/52-elantech-touchpad.conf

a guest
Aug 3rd, 2012
1,271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "InputClass"
  2.     Identifier "ETPS/2 Elantech Touchpad"
  3.     MatchProduct "ETPS/2 Elantech Touchpad"
  4.     MatchDevicePath "/dev/input/event*"
  5.     Driver "synaptics"
  6.     Option "TapButton1" "1"
  7.     Option "TapButton2" "3"
  8.     Option "TapButton3" "2"
  9.     Option "VertTwoFingerScroll" "1"
  10.     Option "HorizTwoFingerScroll" "1"
  11.     Option "CoastingSpeed" "10"
  12.     Option "EdgeMotionMinZ" "30"
  13.     Option "EdgeMotionMaxZ" "40"
  14.     Option "EdgeMotionMinSpeed" "100"
  15.     Option "EdgeMotionMaxSpeed" "400"
  16.     Option "FingerLow" "9"
  17.     Option "FingerHigh" "12"
  18.     Option "EmulateMidButtonTime" "0"
  19.     Option "ClickPad" "True"
  20.     Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
  21. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement