" Identifier \*q" idevname \*q
" Driver \*qelographics\*q"
" Option \*qDevice\*q \*q" devpath \*q
...
EndSection
The elographics driver functions as a pointer input device, and may be used as the X server's core pointer.
The following driver options are supported:
"Option \*qDevice\*q \*q" string \*q The device that is attached to the touchscreen interface. Default is "/dev/ttyS1".
"Option \*qMinX\*q \*q" integer \*q Set the minimum value for the touchscreen X axis. Default is 600.
"Option \*qMaxX\*q \*q" integer \*q Set the maximum value for the touchscreen X axis. Default is 3000.
"Option \*qMinY\*q \*q" integer \*q Set the minimum value for the touchscreen Y axis. Default is 600.
"Option \*qMaxY\*q \*q" integer \*q Set the maximum value for the touchscreen Y axis. Default is 3000.
"Option \*qScreenNo\*q \*q" integer \*q The screen to attach to the touchscreen when running with multiple screens. Default is screen 0.
"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").
"Option \*qSwapXY\*q \*q" boolean \*q Swap the X and Y axis on the display. Default is false.
"Option \*qUntouchDelay\*q \*q" integer \*q The period that finger must be released for an untouch event to occur. Default: 5 (50ms).
"Option \*qReportDelay\*q \*q" integer \*q Delay between report packets. Default: 1 (10ms).
"Option \*qModel\*q \*q" string \*q The touchscreen model. Default: unset. Supported models: "Sunit dSeries".
This manpage was written by Lee Maguire on behalf of the Debian Project.