|
NAMEegalax - eGalax touch screen input driverSYNOPSISSection "InputDevice" Identifier "idevname" Driver "egalax" Option "Device" "devpath" ... DESCRIPTIONegalax is an Xorg input driver for eGalax touchscreen devices...The egalax driver functions as a pointer input device, and may be used as the X server's core pointer. It is obvious that a touch panel with a stylus/finger is a one-button mouse. However, the egalax tries to overcome this limitation. If a user keeps stylus in one point for a certain time, then driver emulates release of left mouse button and then pressure on the right mouse button. The area where the stylus should be kept and time are configurable. SUPPORTED HARDWAREThe driver has been written for CarTFT CTF1020-S on screen touch panel, and is supposed to work with other similar touch panels based on eGalax.The egalax driver requires the uep(4) kernel driver. CONFIGURATION DETAILSThe following driver Options are supported:
Usually "/dev/uep0" .
These values configure calibration of the touch panel.
The touchscreen resolution is 2048 points in both directions. However, the onscreen part of the panel is usually smaller. So, the panel needs to be calibrated. Initial values for calibration are quite conservative, and the driver autocalibrates itself when user touches areas near edge of screen. After each autocalibration the driver writes suggested calibration values to the Xorg log. These values should be written to the Xorg configuration file, to avoid bad calibration on next run.
SEE ALSOXorg(1), xorg.conf(5), xorgconfig(1), Xserver(1), X(7).AUTHORSThe driver has been written by Gleb Smirnoff
Visit the GSP FreeBSD Man Page Interface. |