summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-08-26 07:02:21 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-08-26 07:02:21 +0000
commit3d1ff1b859ab45975dcbeb22b4f313e5aed21849 (patch)
treec5545bfcf89a9fe27469ed8ffdf45ec4fece12bf
parent6d7d6af9ac22ba89bdd48cbe3901fb47eab89b6e (diff)
Update elographics manpage to list supported options. (Debian #075)XORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901
-rw-r--r--man/elographics.man57
1 files changed, 49 insertions, 8 deletions
diff --git a/man/elographics.man b/man/elographics.man
index 55d9150..f47aaa1 100644
--- a/man/elographics.man
+++ b/man/elographics.man
@@ -1,7 +1,7 @@
.\" $XFree86: xc/programs/Xserver/hw/xfree86/input/elographics/elographics.man,v 1.1 2001/01/24 00:06:36 dawes Exp $
.\" shorthand for double quote that works everywhere.
.ds q \N'34'
-.TH ELOGRAPHICS __drivermansuffix__ __vendorversion__
+.TH elographics __drivermansuffix__ __vendorversion__
.SH NAME
elographics \- Elographics input driver
.SH SYNOPSIS
@@ -18,23 +18,64 @@ elographics \- Elographics input driver
.B EndSection
.SH DESCRIPTION
.B elographics
-is an __xservername__ input driver for Elographics devices...
+is an __xservername__ input driver for Elographics touchscreen devices.
.PP
The
.B elographics
driver functions as a pointer input device, and may be used as the
X server's core pointer.
-THIS MAN PAGE NEEDS TO BE FILLED IN.
-.SH SUPPORTED HARDWARE
-What is supported...
-.SH CONFIGURATION DETAILS
+.SH "SUPPORTED HARDWARE"
+E271\-2210 and E271\-2200 devices are supported.
+E281\-2310 and compatible devices are supported with some features
+unavailable.
+.SH "CONFIGURATION DETAILS"
Please refer to __xconfigfile__(__filemansuffix__) for general configuration
details and for options that can be used with all input drivers. This
section only covers configuration details specific to this driver.
.PP
-Config details...
+The following driver options are supported:
+.TP
+.BI "Option \*qDevice\*q \*q" string \*q
+The device that is attached to the touchscreen interface. Default is
+"/dev/ttyS1".
+.TP
+.BI "Option \*qDeviceName\*q \*q" string \*q
+Set the X11 device name for the touchscreen. Default is "TOUCHSCREEN".
+.TP
+.BI "Option \*qMinX\*q \*q" integer \*q
+Set the minimum value for the touchscreen X axis. Default is 600.
+.TP
+.BI "Option \*qMaxX\*q \*q" integer \*q
+Set the maximum value for the touchscreen X axis. Default is 3000.
+.TP
+.BI "Option \*qMinY\*q \*q" integer \*q
+Set the minimum value for the touchscreen Y axis. Default is 600.
+.TP
+.BI "Option \*qMaxY\*q \*q" integer \*q
+Set the maximum value for the touchscreen Y axis. Default is 3000.
+.TP
+.BI "Option \*qScreenNo\*q \*q" integer \*q
+The screen to attach to the touchscreen when running with multiple screens.
+Default is screen 0.
+.TP
+.BI "Option \*qPortraitMode\*q \*q" string \*q
+Set the X/Y axis orientation. The default is "Landscape"
+but you can rotate clockwise ("Portrait") or
+counter\-clockwise ("PortraitCCW").
+.TP
+.BI "Option \*qSwapXY\*q \*q" boolean \*q
+Swap the X and Y axis on the display. Default is false.
+.TP
+.BI "Option \*qUntouchDelay\*q \*q" integer \*q
+The period that finger must be released for an untouch
+event to occur. Default: 5 (50ms).
+.TP
+.BI "Option \*qReportDelay\*q \*q" integer \*q
+Delay between report packets. Default: 1 (10ms).
.SH "SEE ALSO"
__xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), xorgconfig(__appmansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__).
.SH AUTHORS
-Authors include...
+Authors include:
Patrick Lecoanet
+.PP
+This manpage was written by Lee Maguire on behalf of the Debian Project.