Drivers Touchscreen Input Devices

loadmagazines
3 min readMay 10, 2021

--

>>> Download here <<<

English / Deutsch | Print version
twitter

Introduction

Open the Device Manager and select Human Interface Devices HID-compliant touch screen Action Enable device. If you do not see HID-compliant touch screen, select Action Scan for hardware changes. If touchscreen doesn’t work after enabling, right-click HID-compliant touch screen Update Driver. Search for driver update and install it. Solution 3: Reinstall the touchscreen driver. In the search box on the taskbar, type device manager, and then select Device Manager in the results. Expand the Human Interface Devices category. Right-click Intel(R) Precise Touch Device, select Uninstall device, and then, in the Uninstall Device.

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)

Touchscreen

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

  • 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!

Unity Touchscreen Input

Here is a sample configuration for Xorg 7.x xorg.conf

Touchscreen

add to the ServerLayout

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: 1920
  • use 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

© 2021 by Elmar Hanlhofer
This page was last modified on 25/May/2010.

This is to test the type of touch input that falls into the category of Custom Gestures for a Windows Touchscreen device. This test also checks the 3rd party driver dependencies for the Touchscreen device.

Test names

Other.jsonAssociated compatibility requirements

  • Device.Input.Digitizer.Touch.CustomGestures
  • Device.Input.Digitizer.Base.ThirdPartyDrivers
  • Device.Input.Digitizer.Base.HIDCompliant

Test purpose

Touchscreen Device Manager Windows 10

Verifies that a Windows Touchscreen device meets the custom gestures and third party driver requirements.Tools required

None.Running the test

Touchscreen Input Device

The Windows Touch Test combines a set of simple manual tests. The requirements that are tested, include the absence of third party drivers, the absence of custom touch gestures, and the allowed physical dimensions of the device.

Hid Compliant Touchscreen Device Driver

Command syntax

Other.jsonPassing criteria

Drivers Touch Screen Input Devices Download

  • 100% of the iterations must pass in order to complete with passing status.

>>> Download here <<<

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

loadmagazines
loadmagazines

No responses yet

Write a response