Comment 3 for bug 854445

Revision history for this message
tuxiano (tuxiano2) wrote :

You have to ask the EETI-Support (touch_fae at eeti.com) for a special driver (Asus EP121; ubuntu 11.10 64bit). They will send you a archive called "eGTouch_v1.00.0812.L-x64.tar.gz" (Note: the driver provided on the driver page of EETI is not working properly ).

You just have to run the setup.sh as sudo and add to the "52-egalax-virtual.conf" file the option InvertY, that it looks like this:

[QUOTE]Section "InputClass"
 Identifier "eGalax virtual class"
 MatchProduct "eGalaxTouch Virtual Device"
 MatchDevicePath "/dev/input/event*"
 Driver "evdev"
 [B][COLOR="Red"]Option "InvertY" "true"[/COLOR][/B]
EndSection[/QUOTE]

And finally reboot you system.

Observations:
1.) I asked the EETI Support if I could share their drive in the ubuntu forum, they said "NO" it is a project (I do not understand what this means, but anyway, please do not upload the driver)
2.) Multi-touch does not work, they told me "If you want to have multi-touch function, the user-space (application) must be able to receive our multi report data from our controller." Well, I also do not understand what this means ...