Kaydet (Commit) 51f22926 authored tarafından Onur Küçük's avatar Onur Küçük

force alps settings if alps found, to workaround some buggy notebooks (you know those tiny ones)

I have extended the edges a bit, sony vaios should be much more configurable now

please just take this part of section and try
üst 568e116d
......@@ -56,7 +56,8 @@ Section "InputDevice"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
Option "SHMConfig" "true"
# "Option "AccelFactor" "0.04"
# Option "ClickTime" "0"
# Option "AccelFactor" "0.04"
EndSection
"""
......@@ -66,9 +67,29 @@ Section "InputDevice"
Driver "synaptics"
Option "Protocol" "auto-dev"
Option "SHMConfig" "true"
Option "MinSpeed" "0.50"
Option "MaxSpeed" "1.00"
# Option "AccelFactor" "0.04"
Option "LeftEdge" "130"
Option "RightEdge" "840"
Option "TopEdge" "130"
Option "BottomEdge" "640"
Option "FingerLow" "7"
Option "FingerHigh" "8"
Option "MaxTapTime" "180"
Option "MaxTapMove" "110"
Option "EmulateMidButtonTime" "75"
Option "VertScrollDelta" "20"
Option "HorizScrollDelta" "20"
Option "MinSpeed" "0.60"
Option "MaxSpeed" "1.10"
Option "AccelFactor" "0.030"
Option "EdgeMotionMinSpeed" "200"
Option "EdgeMotionMaxSpeed" "200"
Option "UpDownScrolling" "1"
Option "CircularScrolling" "1"
Option "CircScrollDelta" "0.1"
Option "CircScrollTrigger" "2"
Option "SHMConfig" "on"
Option "Emulate3Buttons" "on"
# Option "ClickTime" "0"
EndSection
"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment