X Strike Force XFree86 SVN commit: r1144 - in trunk/debian: . patches
Author: branden
Date: 2004-03-08 16:54:17 -0500 (Mon, 08 Mar 2004)
New Revision: 1144
Added:
trunk/debian/patches/075_elographics_improve_manpage.diff
Modified:
trunk/debian/changelog
Log:
Flesh out elographics driver manpage, courtesy of Lee Maguire.
(Closes: #236388)
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2004-03-08 21:10:23 UTC (rev 1143)
+++ trunk/debian/changelog 2004-03-08 21:54:17 UTC (rev 1144)
@@ -14,8 +14,12 @@
columns considered harmful!
- debian/xlibs.bug
- -- Branden Robinson <branden@debian.org> Mon, 8 Mar 2004 16:09:30 -0500
+ * Flesh out elographics driver manpage, courtesy of Lee Maguire.
+ (Closes: #236388)
+ - debian/patches/075_elographics_improve_manpage.diff
+ -- Branden Robinson <branden@debian.org> Mon, 8 Mar 2004 16:52:27 -0500
+
xfree86 (4.3.0-5) unstable; urgency=medium
* Urgency due to fix for FTBFS on some architectures.
Added: trunk/debian/patches/075_elographics_improve_manpage.diff
===================================================================
--- trunk/debian/patches/075_elographics_improve_manpage.diff 2004-03-08 21:10:23 UTC (rev 1143)
+++ trunk/debian/patches/075_elographics_improve_manpage.diff 2004-03-08 21:54:17 UTC (rev 1144)
@@ -0,0 +1,95 @@
+$Id$
+
+Flesh out the elographics driver manual page. (Debian #236388)
+
+This patch by Lee Maguire.
+
+Not submitted upstream.
+
+--- xc/programs/Xserver/hw/xfree86/input/elographics/elographics.man~ 2004-03-08 16:35:33.000000000 -0500
++++ xc/programs/Xserver/hw/xfree86/input/elographics/elographics.man 2004-03-08 16:42:38.000000000 -0500
+@@ -1,7 +1,7 @@
+ .\" $XFree86: xc/programs/Xserver/hw/xfree86/input/elographics/elographics.man,v 1.2 2001/01/27 18:20:57 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
+@@ -17,24 +17,66 @@
+ .br
+ .B EndSection
+ .SH DESCRIPTION
+-.B elographics
+-is an XFree86 input driver for Elographics devices...
++.B elographics
++is an XFree86 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 XF86Config(__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"
+-XFree86(1), XF86Config(__filemansuffix__), xf86config(1), Xserver(1), X(__miscmansuffix__).
++XFree86(___mansuffix__), XF86Config(__filemansuffix__),
++xf86config(__mansuffix__), Xserver(__mansuffix__), X(__miscmansuffix__)
+ .SH AUTHORS
+-Authors include...
++Authors include:
+ Patrick Lecoanet
++.PP
++This manpage was written by Lee Maguire on behalf of the Debian Project.
Property changes on: trunk/debian/patches/075_elographics_improve_manpage.diff
___________________________________________________________________
Name: svn:keywords
+ Id
Reply to: