summaryrefslogtreecommitdiff
path: root/README.alps
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2003-10-11 14:31:17 +0200
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:01:16 +0200
commitb3fb393f842ec4691dfe4f354e02b4a2ff84185f (patch)
treefa315eff649d57c387242059e3e6fffda32001a9 /README.alps
parent70922137ac2b5ad69bda742892291671c2ffdaed (diff)
Added file README.alps that explains how to use the driver
with an ALPS Glidepoint device.
Diffstat (limited to 'README.alps')
-rw-r--r--README.alps33
1 files changed, 33 insertions, 0 deletions
diff --git a/README.alps b/README.alps
new file mode 100644
index 0000000..f10b39a
--- /dev/null
+++ b/README.alps
@@ -0,0 +1,33 @@
+It is possible to use the driver with an ALPS Glidepoint device, if
+you are using a 2.6 linux kernel and the ALPS kernel patch.
+
+One user reported success with the following parameter settings:
+
+ LeftEdge = 60
+ RightEdge = 830
+ TopEdge = 70
+ BottomEdge = 650
+ FingerLow = 25
+ FingerHigh = 30
+ MaxTapTime = 180
+ MaxTapMove = 110
+ EmulateMidButtonTime = 75
+ VertScrollDelta = 50
+ HorizScrollDelta = 50
+ MinSpeed = 0.2
+ MaxSpeed = 0.5
+ AccelFactor = 0.01
+ EdgeMotionSpeed = 40
+ UpDownScrolling = 1
+ TouchpadOff = 0
+
+Note though that the auto-dev protocol option doesn't work for ALPS
+devices, so you have to use the "event" protocol instead and set the
+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"
+EndSection