The cd which accompanied my Lilliput contains drivers for DOS and Windows only. I know people have been getting linux drivers for their Lilliputs from here:
http://www.egalax.com.tw/eg/drivers.htm
However, I'm not working with one of the standard distros which they offer up drivers for, and I'm not having much success trying to finagle one of the other drivers into working for my distro (Slax).
Upon my very first attempt to boot Slax into an X environment, I noticed that the touchscreen seemed to function, albeit entirely improperly... Calibration was off, the Y axis was inverted, and the X and Y co-ordinates were swapped...
I noticed that the touchscreen would become disabled when I did a "rmmod touchkitusb", and worked from there. I found out that, provided the "evtouch_drv.o" is residing in the "/usr/X11R6/lib/modules/input/" folder, and a properly configured "xorg.conf" is in the "/etc/X11" folder, everthing works fine (that is, once I ran "modprobe evdev" and "modprobe touchkitusb swap_xy" again and restarted X), except for the little "phantom touch" behavior.
I dunno... I'm going to keep trying different things... maybe I'll figure it out. I guess I was just hoping maybe someone had experienced this sort of behavior before, and could provide some guidence... I'm thinking maybe I shouldn't need to modprobe both the touchkitusb and the evdev kernel drivers?
If I get everything working, I'm planning on making a Slax Module out of the driver and all of the calibration components. This way, should anyone else choose to attempt a Slax based car computer, there will always be a Lilliput module avaiable for Slax.