Drivers Touchscreen Input Devices
- Drivers Touch Screen Input Devices
- Install Touchscreen Device
- Unity Touchscreen Input
- Touchscreen Device Manager Windows 10
Confirm the computer has a touch screen. If the screen has never responded to touch, but you think. Select the device event number 0-19: 9 Input driver version is 1.0.1 Input device ID: bus 0x3 vendor 0x56a product 0x5155 version 0x111 Input device name: 'Wacom Pen and multitouch sensor Finger' Supported events: Event type 0 (EVSYN) Event type 1 (EVKEY) Event code 330 (BTNTOUCH) Event type 3 (EVABS) Event code 0 (ABSX) Value 0 Min 0.

English / Deutsch Print version |
Introduction
The plpevtch driver is an eventdevice driver for touchscreens under Xorg 7.x.
Why another touchscreen driver when evtouch already exists? I was using evtouchon my Flybook with Xorg 6.9 very long. But with Xorg 7.3 it was not working for me. ShortlyI bought a touchscreen and I was not able to get it to work with evtouch. Then quickly Icreated this new driver and it works in the way I want. plpevtch is not a fork of evtouch.
Download
xf86-input-plpevtch-0.5.0.tar.gz (2010/05/25)
xf86-input-plpevtch-0.4.1.tar.gz (2010/04/17) SwapAxes added by Ken
xf86-input-plpevtch-0.4.0.tar.gz (2009/02/26)
Supported Hardware
I have only 2 different touchscreens, so i can only say that it works for those. Butthe driver should work with any other eventdev touchscreen kernel driver too.
The driver was successful tested on

Drivers Touch Screen Input Devices
- USB Touchscreen eGalax (ID 0eef:0001 D-WAV Scientific Co., Ltd eGalax TouchScreen)
- Flybook Touchscreen PenmountLPC
Configuration
Important: its required that the evdev kernel module is loaded or builtin in your kernel!
Here is a sample configuration for Xorg 7.x xorg.conf
add to the ServerLayoutInstall Touchscreen Device
How to calibrate
add Option 'Calibrate' to the touchscreen section
restart the X server
move along the borders of your touchscreen multiple times (ignore the mouse pointer). Its required to get the minimum and maximum values of your screen.
search /var/log/Xorg.0.log for the last 'plpevdev' and 'Calibrate'. You will see something like
(II) touchscreen: Calibrate MinX: 67 MaxX: 1984 MinY: 42 MaxY: 1920use this values in the touchscreen section of your xorg.conf
remove the Calibrate Option in the touchscreen section
restart the X server
Install
If your Xorg is installed in /usr/X11R7 then run
./configure --prefix=/usr/X11R7 && make && make install
If your Xorg is installed in /usr then run
./configure --prefix=/usr && make && make install
Unity Touchscreen Input
Touchscreen Device Manager Windows 10
© 2021 by Elmar Hanlhofer
This page was last modified on 25/May/2010.