diff options
author | Peter Osterlund <petero2@telia.com> | 2003-10-05 08:42:12 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:01:15 +0200 |
commit | fd9ffb281c8a33d1bdbcd4f29e0e9814b6ba4b85 (patch) | |
tree | 6a9290e0f6075b68abb2febc5847e861ade1f01d | |
parent | 2cdd459c1d78fff499ad1122cb8848c45db1b969 (diff) |
Minor documentation fixes.
-rw-r--r-- | INSTALL | 3 | ||||
-rw-r--r-- | PARAMETER | 12 |
2 files changed, 7 insertions, 8 deletions
@@ -1,8 +1,7 @@ -Installation of the Synaptics-Touchpad-Driver for XFree 4.x +Installation of the Synaptics Touchpad Driver for XFree 4.x =========================================================== Author: Stefan Gmeiner <riddlebox@freesurf.ch> -Date: 20.04.02 needs: - Using with Kernel 2.4.x for x < 10 needs a kernel-patch (see source-code) @@ -1,7 +1,7 @@ Device String Synaptics device Protocol String "auto-dev" (automatic, default), "psaux" (raw) or "event" (linux 2.5 kernel events) -SHMConfig Bool switch on/off shared-memory for configuration +SHMConfig Bool switch on/off shared memory for configuration LeftEdge Int coordinates for left edge RightEdge Int coordinates for right edge TopEdge Int coordinates for top edge @@ -12,13 +12,13 @@ FingerHigh Int When finger pressure goes above this value, the driver counts it as a touch. MaxTapTime Int max. time (in milliseconds) for detecting a tap MaxTapMove Int max. movement of the finger for detecting a tap -VertScrollDelta Int move-distance of the finger for a scroll event -HorizScrollDelta Int move-distance of the finger for a scroll event +VertScrollDelta Int move distance of the finger for a scroll event +HorizScrollDelta Int move distance of the finger for a scroll event EdgeMotionSpeed Int edge motion speed when dragging Repeater String repeater device -MinSpeed Float min. Speed-factor -MaxSpeed Float max. Speed-factor -AccelFactor Float acceleration-factor +MinSpeed Float min. Speed factor +MaxSpeed Float max. Speed factor +AccelFactor Float acceleration factor UpDownScrolling Bool If on, the up/down buttons generate button 4/5 events. If off, the up button generates a double click and the down button generates a button 2 event. |