.\" $XFree86$ .\" shorthand for double quote that works everywhere. .ds q \N'34' .TH gunze __drivermansuffix__ __vendorversion__ .SH NAME gunze \- Gunze input driver .SH SYNOPSIS .B "Section \*qInputDevice\*q" .br .BI " Identifier \*q" idevname \*q .br .B " Driver \*qgunze\*q" .br .BI " Option \*qDevice\*q \*q" devpath \*q .br \ \ ... .br .B EndSection .SH DESCRIPTION .B gunze is an __xservername__ input driver for Gunze touchscreen devices. .PP The .B gunze driver functions as a pointer input device, and may be used as the X server's core pointer. .SH "SUPPORTED HARDWARE" Panasonic Toughbook CF-27 devices are supported. .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 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__).