summaryrefslogtreecommitdiff
path: root/readme.txt
diff options
context:
space:
mode:
authorAlex Deucher <agd5f@yahoo.com>2005-02-05 17:37:53 +0000
committerAlex Deucher <agd5f@yahoo.com>2005-02-05 17:37:53 +0000
commitff4e6c2efd7460eee7c73120dca2656ba13ebbac (patch)
tree51d81ba6b4747d6ed170e3cd6db340b9c9f18c7d /readme.txt
parent825269b37ecd67b5062c2a2f7dcbc3fd951937ec (diff)
-Add passive pen support to the fpit driver (David M. Clay), bug 2440
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt32
1 files changed, 30 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt
index 00c6b89..fd0990c 100644
--- a/readme.txt
+++ b/readme.txt
@@ -30,7 +30,7 @@ History and Contributors:
project into the XFree86 4.0.2 Elographics driver by Patrick Lecoanet.
- John Apfelbaum continuted the work to produce a working XFree86 4.0.x driver for the
Stylistic 1200.
-
+- David Clay added support for Stylistic 3400 passive pen.
Please visit http://linuxslate.com for the latest information.
@@ -93,6 +93,34 @@ EndSection
tracks the pen correctly.
+New for Ver 4.5.0
+
+ * supports Stylistic 3400 (and possibly other passive-pen systems)
+ * Fixed processing of all packets
+ * Fixed hover-mode pointer movement
+ * Added Passive parameter for passive displays
+ * Added switch 3 for "right" mouse button
+
+Try this serial configuration for the 3400:
+
+setserial /dev/ttyS3 autoconfig
+setserial /dev/ttyS3 uart 16450 irq 5 port 0xfd68
+
+Try this config for the 3400:
+Section "InputDevice"
+ Identifier "mouse0"
+ Driver "fpit"
+ Option "Device" "/dev/ttyS3"
+ Option "BaudRate" "9600"
+ Option "Passive"
+ Option "MaximumXPosition" "4070"
+ Option "MaximumYPosition" "4020"
+ Option "MinimumXPosition" "0"
+ Option "MinimumYPosition" "0"
+ Option "SendCoreEvents"
+EndSection
+
+
Hints if you are having problems (Thanks to Aron Hsiao):
Problem 1: Side switch being reported as wild button numbers
@@ -138,4 +166,4 @@ calibration program !
-/* $XFree86$ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/input/fpit/readme.txt,v 1.2 2002/11/22 03:37:37 dawes Exp $ */