summaryrefslogtreecommitdiff
path: root/README.alps
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2003-11-18 22:43:26 +0100
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:01:25 +0200
commitb90424a631341cb08eec23d96bcc401fde678828 (patch)
tree8b41fa1e14b8913bd554a986967a8588a1003358 /README.alps
parentb843ea1eed178decbdd5828e42e8c50ca34047fb (diff)
Added parameter settings to the InputDevice example in
README.alps, so that the whole thing can be cut and pasted into the XFree86 config file. (Suggestion from Gene Imes <gene@ozob.net>.)
Diffstat (limited to 'README.alps')
-rw-r--r--README.alps21
1 files changed, 19 insertions, 2 deletions
diff --git a/README.alps b/README.alps
index 9302bc5..8db2187 100644
--- a/README.alps
+++ b/README.alps
@@ -29,6 +29,23 @@ device option to the correct event device, something like this:
Section "InputDevice"
Driver "synaptics"
Identifier "Mouse[1]"
- Option "Device" "/dev/input/event1"
- Option "Protocol" "event"
+ Option "Device" "/dev/input/event1"
+ Option "Protocol" "event"
+ Option "LeftEdge" "60"
+ Option "RightEdge" "830"
+ Option "TopEdge" "70"
+ Option "BottomEdge" "650"
+ Option "FingerLow" "25"
+ Option "FingerHigh" "30"
+ Option "MaxTapTime" "180"
+ Option "MaxTapMove" "110"
+ Option "EmulateMidButtonTime" "75"
+ Option "VertScrollDelta" "50"
+ Option "HorizScrollDelta" "50"
+ Option "MinSpeed" "0.2"
+ Option "MaxSpeed" "0.5"
+ Option "AccelFactor" "0.01"
+ Option "EdgeMotionSpeed" "40"
+ Option "UpDownScrolling" "1"
+ Option "TouchpadOff" "0"
EndSection