Hi everyone,
I have a panel computer: PEX-090T-8A. It has Vx86VGA-9160 display chip and eGalax touch screen sensor.
I need to set up the touch screen correctly.
I first tried using Xorg 7.7. Touch screen calibrated great, but the overall performance was terrible, it was seen as redrawn screen. This screen only supports vesa and fbdev drivers and I have tried both.
Next I tried TinyX (Xvesa and Xfbdev) and the performance was good enough but I can't adjust the touchscreen in any way. I tried using tslib. During calibration (ts_calibrate) and validation(ts_test) everything is correct. I run the ts_uinput daemon creates which creates the device:
I: Bus=0006 Vendor=0000 Product=0000 Version=0000
N: Name="ame"
P: Phys=
S: Sysfs=/devices/virtual/input/input9
U: Uniq=
H: Handler=mouse2 event4
B: PROP=0
B: EV=b
B: KEY=400 0 0 0 0 0 0 0 0 0 0
B: ABS=3
I'm assigning a new device as a mouse.
Xfbdev -mouse /dev/input/mouse2 -nolisten tcp -I >/dev/null 2>&1 &
But the cursor is still incorrect positioning, there is something like acceleration, when moving the cursor slowly overtakes the finger, and when tape is always shifted.
Can you tell me what to do, in which direction to move?