bondav wrote: > Hello, > can you explain how to do the ts_calibration and the ts_test? > thanks > david
cat /proc/bus/input/devices -> find right parameters to use below (like fbx, eventy) sudo TSLIB_FBDEVICE=/dev/fb1 TSLIB_TSDEVICE=/dev/input/event0 /usr/local/bin/ts_calibrate optional: sudo TSLIB_FBDEVICE=/dev/fb1 TSLIB_TSDEVICE=/dev/input/event0 /usr/local/bin/ts_test Find jivelite.sh in the filesystem, copy to $TCEMNT/tce/jivelite.sh (/mnt/mmcblk0p2/tce/jivelite.sh in my case) Add next to other exports (use your own values) in the copied jivelite.sh: export SDL_VIDEODRIVER=fbcon export SDL_FBDEV=/dev/fb0 export SDL_MOUSEDEV=/dev/input/event0 export SDL_MOUSEDRV=TSLIB Make piCore backup. Reboot ------------------------------------------------------------------------ Xyzzy's Profile: http://forums.slimdevices.com/member.php?userid=68578 View this thread: http://forums.slimdevices.com/showthread.php?t=109619 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
