I have finaly figured out what's the problem. I have to start jivelite
with the following line:

> sudo SDL_MOUSEDRV=TSLIB SDL_MOUSEDEV=/dev/input/event0
> /opt/jivelite/bin/jivelite

When I do the following like do_rebootstuff.sh does, the calibration in
jivelite wont't work.

> export TSLIB_TSDEVICE=/dev/input/event0
> export SDL_MOUSEDRV=TSLIB
> export SDL_MOUSEDEV=$TSLIB_TSDEVICE
> sudo /opt/jivelite/bin/jivelite
> 

It looks like the export function has no effect. :confused:
Anyway, when I modify the jivelite.sh file like shown above, the
touchscreen schould work properly.


------------------------------------------------------------------------
piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=103330

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to