Xenarc770tsv
Here I present the configuration of a Touch Screen Xenarc, 770tsv model.
We will use a compiled drivers than you can find here: http://www.noway.es/files/TouchKit_eeti
You will find the library "egalax_drv.so". You must copy this library into the folder "/usr/lib/xorg/modules/input/".
Then, you must setup the file xorg.conf:
Section "InputDevice"
Identifier "usbtouchscreen"
Driver "egalax"
Option "Device" "usbauto"
Option "Parameters" "/etc/egalax.cal"
Option "ScreenNo" "0"
EndSection
[...]
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "usbtouchscreen" "SendCoreEvents"
EndSectionIn the directory "Guide" you can find a better description of how can you configure the xorg.conf file.


