Skip to content

Instantly share code, notes, and snippets.

@sandys
Last active August 29, 2015 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sandys/9970076 to your computer and use it in GitHub Desktop.
Save sandys/9970076 to your computer and use it in GitHub Desktop.
Linux synclient configuration for two finger scrolling on alps touchpad (Dell Latitude 6410)
Parameter settings:
LeftEdge = 300
RightEdge = 1700
TopEdge = 210
BottomEdge = 1190
FingerLow = 5
FingerHigh = 7
MaxTapTime = 200
MaxTapMove = 107
MaxDoubleTapTime = 200
SingleTapTimeout = 180
ClickTime = 100
EmulateMidButtonTime = 75
EmulateTwoFingerMinZ = 10
EmulateTwoFingerMinW = 3
VertScrollDelta = -60
HorizScrollDelta = -48
VertEdgeScroll = 0
HorizEdgeScroll = 0
CornerCoasting = 0
VertTwoFingerScroll = 1
HorizTwoFingerScroll = 1
MinSpeed = 1
MaxSpeed = 1.75
AccelFactor = 0.0819336
TouchpadOff = 0
LockedDrags = 0
LockedDragTimeout = 5000
RTCornerButton = 2
RBCornerButton = 3
LTCornerButton = 0
LBCornerButton = 0
TapButton1 = 1
TapButton2 = 3
TapButton3 = 0
ClickFinger1 = 1
ClickFinger2 = 1
ClickFinger3 = 0
CircularScrolling = 0
CircScrollDelta = 0.1
CircScrollTrigger = 0
PalmDetect = 0
PalmMinWidth = 10
PalmMinZ = 100
CoastingSpeed = 20
CoastingFriction = 50
PressureMotionMinZ = 10
PressureMotionMaxZ = 20
PressureMotionMinFactor = 1
PressureMotionMaxFactor = 1
ResolutionDetect = 1
GrabEventDevice = 1
TapAndDragGesture = 1
AreaLeftEdge = 0
AreaRightEdge = 0
AreaTopEdge = 0
AreaBottomEdge = 0
HorizHysteresis = 10
VertHysteresis = 5
ClickPad = 0
# for suspend/resume http://askubuntu.com/questions/417840/hibernate-missing-in-login-screen
synclient VertScrollDelta=-40
synclient FingerLow=2
synclient FingerHigh=10
synclient HorizHysteresis=10
synclient VertHysteresis=30
synclient EmulateTwoFingerMinW=5
synclient MaxTapTime=20
synclient EmulateTwoFingerMinZ=5
synclient PressureMotionMinZ=15
synclient PressureMotionMaxZ=30
synclient VertHysteresis=5
synclient MaxTapTime=200
synclient HorizTwoFingerScroll=0
synclient VertTwoFingerScroll=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment