[ltp] synaptics settings for t41p [solved]

phaidros linux-thinkpad@linux-thinkpad.org
Mon, 03 Oct 2005 15:19:06 +0200


Michael Olbrich wrote:

> Your edge parameters are wrong. You should read the README provided with
> the synaptics driver. (/usr/share/doc/xorg-driver-synaptics/README.gz
> for me)
> It describes How the edge parameters are defined. Running 
> "synclient -m 1" will write out the data sent by your touchpad.

thanx! the hint to synclient made it :)
settings are now for me:

 Section "InputDevice"
   Identifier "Touchpad"
   Driver "synaptics"
   Option "SHMConfig"                  "on"
   Option "SendCoreEvents"             "yes"
   Option "Protocol"                   "auto-dev"
   Option "Device"                     "/dev/input/event2"
   Option "LeftEdge"                   "1700"
   Option "RightEdge"                  "5200"
   Option "TopEdge"                    "1700"
   Option "BottomEdge"                 "4200"
   Option "FingerLow"                  "25"
   Option "FingerHigh"                 "30"
   Option "MaxTapTime"                 "180"
   Option "MaxTapMove"                 "220"
   Option "MaxDoubleTapTime"           "180"
   Option "ClickTime"                  "100"
   Option "FastTaps"                   "0"
   Option "EmulateMidButtonTime"       "75"
   Option "VertScrollDelta"            "100"
   Option "HorizScrollDelta"           "100"
   Option "MinSpeed"                   "0.09"
   Option "MaxSpeed"                   "0.16"
   Option "AccelFactor"                "0.002"
   Option "EdgeMotionMinZ"             "30"
   Option "EdgeMotionMaxZ"             "160"
   Option "EdgeMotionMinSpeed"         "200"
   Option "EdgeMotionMaxSpeed"         "200"
   Option "EdgeMotionUseAlways"        "0"
   Option "UpDownScrolling"            "1"
   Option "CircularScrolling"          "0"
   Option "TapButton1"                 "1"
   Option "TapButton2"                 "2"
   Option "TapButton3"                 "3"
 EndSection

this works for me as is.
free pointer, right edge up-down scrolling,
smooth speed, good acceleration and no accidential clicks :)

regards,
phaidros