Hi, <br><br>I am trying to get touchscreen working for an embedded device on Jaunty-ARMEL. I see that the touchscreen is not calibrated with evdev driver. Also my "ADS784x Touchscreen" device would not respond. I mean when I do a cat to the handler for my touchscreen (/dev/input/event1) it would just not respond with any characters.<br>
<br>I install the tslib driver which is for embedded devices:<br>sudo apt-get install xserver-xorg-input-tslib<br><br>I remove xserver-xorg-input-synaptics since I saw in one of N810's forums that the tslib will not work with synaptics <br>
sudo apt-get remove xserver-xorg-input-synaptics<br><br>I do cat /dev/input/event1 and it starts throwing characters. This means my driver is talking to the device.<br><br>Then I set the following:<br><br>export TSLIB_TSDEVICE=/dev/input/event1<br>
export TSLIB_CALIBFILE=/etc/pointercal<br>export TSLIB_CONFFILE=/etc/ts.conf<br>export TSLIB_PLUGINDIR=/usr/lib/ts<br>export TSLIB_FBDEVICE=/dev/fb0<br>export TSLIB_CONSOLEDEVICE=none<br>ts_calibrate<br><br>I can see the 4 hairs and can calibrate the screen . All this proves taht the tslib is working. <br>
The only problem I face is that I cannot move the pointer on the touchscreen ie the touchscreen is not working. Meanign that the Xorg is not able to interpret the touch commands and throw it on the screen. I dont know if it is really an xorg problem. But I can say that Xorg doesnt seem to respond to my touchscreen. Any suggestions to get ADS784x Touchscreen working on Jaunty.<br>
<br>All responses are highly appreciated.<br clear="all"><br>-- <br>Regards,<br>Sofia<br>