Hello NWJ,
my well working jivelite.sh looks like this:
> #!/bin/sh
>
> lms=192.168.3.4
>
> while ! ping -c1 $lms >/dev/null 2>&1
> do
> sleep 2
>
> done
>
> if [ ! -z ${SDL_TOUCHSCREEN} ]; then
> export JIVE_NOCURSOR=1
> fi
>
> export HOME=/home/tc
> export JIVE_FRAMERATE=22
>
> /usr/sbin/fbset -depth 32
>
> while true; do
> sleep 3
> SDL_FBDEV=/dev/fb1 SDL_MOUSEDRV=TSLIB SDL_MOUSEDEV=/dev/input/event0
> /opt/jivelite/bin/jivelite > /dev/null 2>&1
> done
There is something different to yours. Please try my version.
------------------------------------------------------------------------
piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=107366
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix