~ubuntu-branches/ubuntu/trusty/xserver-xorg-input-elographics/trusty-proposed

« back to all changes in this revision

Viewing changes to man/elographics.man

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Stone
  • Date: 2005-12-12 13:37:35 UTC
  • Revision ID: james.westby@ubuntu.com-20051212133735-91qqggtee3mv2q34
Tags: upstream-1.0.0.3
ImportĀ upstreamĀ versionĀ 1.0.0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" $XFree86: xc/programs/Xserver/hw/xfree86/input/elographics/elographics.man,v 1.1 2001/01/24 00:06:36 dawes Exp $
 
2
.\" shorthand for double quote that works everywhere.
 
3
.ds q \N'34'
 
4
.TH elographics __drivermansuffix__ __vendorversion__
 
5
.SH NAME
 
6
elographics \- Elographics input driver
 
7
.SH SYNOPSIS
 
8
.B "Section \*qInputDevice\*q"
 
9
.br
 
10
.BI "  Identifier \*q" idevname \*q
 
11
.br
 
12
.B  "  Driver \*qelographics\*q"
 
13
.br
 
14
.BI "  Option \*qDevice\*q   \*q" devpath \*q
 
15
.br
 
16
\ \ ...
 
17
.br
 
18
.B EndSection
 
19
.SH DESCRIPTION
 
20
.B elographics 
 
21
is an __xservername__ input driver for Elographics touchscreen devices.
 
22
.PP
 
23
The
 
24
.B elographics
 
25
driver functions as a pointer input device, and may be used as the
 
26
X server's core pointer.
 
27
.SH "SUPPORTED HARDWARE"
 
28
E271\-2210 and E271\-2200 devices are supported.
 
29
E281\-2310 and compatible devices are supported with some features
 
30
unavailable.
 
31
.SH "CONFIGURATION DETAILS"
 
32
Please refer to __xconfigfile__(__filemansuffix__) for general configuration
 
33
details and for options that can be used with all input drivers.  This
 
34
section only covers configuration details specific to this driver.
 
35
.PP
 
36
The following driver options are supported:
 
37
.TP
 
38
.BI "Option \*qDevice\*q \*q" string \*q
 
39
The device that is attached to the touchscreen interface. Default is
 
40
"/dev/ttyS1".
 
41
.TP
 
42
.BI "Option \*qDeviceName\*q \*q" string \*q
 
43
Set the X11 device name for the touchscreen. Default is "TOUCHSCREEN".
 
44
.TP
 
45
.BI "Option \*qMinX\*q \*q" integer \*q
 
46
Set the minimum value for the touchscreen X axis. Default is 600.
 
47
.TP
 
48
.BI "Option \*qMaxX\*q \*q" integer \*q
 
49
Set the maximum value for the touchscreen X axis. Default is 3000.
 
50
.TP
 
51
.BI "Option \*qMinY\*q \*q" integer \*q
 
52
Set the minimum value for the touchscreen Y axis. Default is 600.
 
53
.TP
 
54
.BI "Option \*qMaxY\*q \*q" integer \*q
 
55
Set the maximum value for the touchscreen Y axis. Default is 3000.
 
56
.TP
 
57
.BI "Option \*qScreenNo\*q \*q" integer \*q
 
58
The screen to attach to the touchscreen when running with multiple screens.
 
59
Default is screen 0.
 
60
.TP
 
61
.BI "Option \*qPortraitMode\*q \*q" string \*q
 
62
Set the X/Y axis orientation. The default is "Landscape"
 
63
but you can rotate clockwise ("Portrait") or
 
64
counter\-clockwise ("PortraitCCW").
 
65
.TP
 
66
.BI "Option \*qSwapXY\*q \*q" boolean \*q
 
67
Swap the X and Y axis on the display. Default is false.
 
68
.TP
 
69
.BI "Option \*qUntouchDelay\*q \*q" integer \*q
 
70
The period that finger must be released for an untouch
 
71
event to occur. Default: 5 (50ms).
 
72
.TP
 
73
.BI "Option \*qReportDelay\*q \*q" integer \*q
 
74
Delay between report packets. Default: 1 (10ms).
 
75
.SH "SEE ALSO"
 
76
__xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), xorgconfig(__appmansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__).
 
77
.SH AUTHORS
 
78
Authors include:
 
79
 Patrick Lecoanet
 
80
.PP
 
81
This manpage was written by Lee Maguire on behalf of the Debian Project.