After 2 days i'm finaly find a solution for correct working touch, just
need edit /mnt/mmcblk0p2/tce/jivelite.sh as below...

Code:
--------------------
    #!/bin/sh
  if [ ! -z ${SDL_TOUCHSCREEN} ]; then
  export JIVE_NOCURSOR=1
  fi
  
  # export SDL_VIDEO_FBCON_ROTATION=UD
  export SDL_TOUCHSCREEN=1
  
  export TSLIB_TSDEVICE=/dev/input/event0
  export SDL_MOUSEDRV=TSLIB
  export SDL_MOUSEDEV=$TSLIB_TSDEVICE
  export HOME=/home/tc
  export JIVE_FRAMERATE=22
  
  /usr/sbin/fbset -depth 32
  
  while true; do
  sleep 3
  SDL_VIDEODRIVER=fbcon SDL_FBDEV=/dev/fb1 /opt/jivelite/bin/jivelite & 
  done
--------------------


------------------------------------------------------------------------
kennyliveforever's Profile: 
http://forums.slimdevices.com/member.php?userid=68804
View this thread: http://forums.slimdevices.com/showthread.php?t=107366

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

Reply via email to