Hi all!
I have a lilliput 619GL-70NP 7" touchscreen, and I would like to make it work under debian (for now...)
I tried to follow the steps of the howto linked above, but it still doesn't work...when i touch the screen, cursor goes always in one of the screen corner...
here is my lsmod:
Module Size Used by
[...]
ehci_hcd 32004 0
tsdev 7392 0
mousedev 10476 2
usbhid 32192 0
joydev 9984 0
touchkitusb 5440 0
ohci_hcd 21764 0
usbcore 119012 6 ehci_hcd,usbhid,touchkitusb,ohci_hcd
evdev 9600 1
[...]
then the content of /proc/bus/input/devices:
[...]
I: Bus=0003 Vendor=0eef Product=0001 Version=0100
N: Name="eGalax Inc."
P: Phys=usb-0000:00:03.0-1/input0
H: Handlers=event2 mouse0 ts0
B: EV=b
B: KEY=400 0 0 0 0 0 0 0 0 0 0
B: ABS=3
[...]
i installed the X evtouch driver:
wget
http://stz-softwaretechnik.com/~ke/l...h-0.6.1.tar.gz
tar xfz evtouch-0.6.1.tar.gz
cp evtouch-0.6.1/evtouch_drv.o /usr/X11R6/lib/modules/input
then I added the lines to /etc/X11/XF86Config-4:
Section "InputDevice"
Identifier "touchscreen0"
Driver "evtouch"
Option "Device" "/dev/input/event2"
Option "DeviceName" "touchscreen"
Option "MinX" "2300"
Option "MinY" "2300"
Option "MaxX" "14000"
Option "MaxY" "14000"
Option "DragTimer" "200"
Option "MoveLimit" "600"
Option "ReportingMode" "Raw"
EndSection
and <<InputDevice "touchscreen0">> under serverlayout.
what's wrong?
maybe I should modify some option?
thanks in advance!
bye
barb3tta