1elographics(4) Kernel Interfaces Manual elographics(4)
2
3
4
6 elographics - Elographics input driver
7
9 Section "InputDevice"
10 Identifier "idevname"
11 Driver "elographics"
12 Option "Device" "devpath"
13 ...
14 EndSection
15
17 elographics is an Xorg input driver for Elographics touchscreen
18 devices.
19
20 The elographics driver functions as a pointer input device, and may be
21 used as the X server's core pointer.
22
24 E271-2210 and E271-2200 devices are supported. E281-2310 and compati‐
25 ble devices are supported with some features unavailable.
26
28 Please refer to xorg.conf(5) for general configuration details and for
29 options that can be used with all input drivers. This section only
30 covers configuration details specific to this driver.
31
32 The following driver options are supported:
33
34 Option "Device" "string"
35 The device that is attached to the touchscreen interface.
36 Default is "/dev/ttyS1".
37
38 Option "DeviceName" "string"
39 Set the X11 device name for the touchscreen. Default is "TOUCH‐
40 SCREEN".
41
42 Option "MinX" "integer"
43 Set the minimum value for the touchscreen X axis. Default is
44 600.
45
46 Option "MaxX" "integer"
47 Set the maximum value for the touchscreen X axis. Default is
48 3000.
49
50 Option "MinY" "integer"
51 Set the minimum value for the touchscreen Y axis. Default is
52 600.
53
54 Option "MaxY" "integer"
55 Set the maximum value for the touchscreen Y axis. Default is
56 3000.
57
58 Option "ScreenNo" "integer"
59 The screen to attach to the touchscreen when running with multi‐
60 ple screens. Default is screen 0.
61
62 Option "PortraitMode" "string"
63 Set the X/Y axis orientation. The default is "Landscape" but you
64 can rotate clockwise ("Portrait") or counter-clockwise ("Por‐
65 traitCCW").
66
67 Option "SwapXY" "boolean"
68 Swap the X and Y axis on the display. Default is false.
69
70 Option "UntouchDelay" "integer"
71 The period that finger must be released for an untouch event to
72 occur. Default: 5 (50ms).
73
74 Option "ReportDelay" "integer"
75 Delay between report packets. Default: 1 (10ms).
76
77 Option "Model" "string"
78 The touchscreen model. Default: unset. Supported models: "Sunit
79 dSeries".
80
82 Xorg(1), xorg.conf(5), Xserver(1), X(7).
83
85 Authors include:
86 Patrick Lecoanet
87
88 This manpage was written by Lee Maguire on behalf of the Debian
89 Project.
90
91
92
93X Version 11 xf86-input-elographics 1.4.1 elographics(4)