@Ralphy, thanks for spending your valuable time on this  - I know I must
be thick but at nearly 70 the old brain doesn't work as well as it did.

On the TFT I get 

Code:
--------------------
    Starting Jivelite ... Done. 
--------------------

but no jivelite display.

/home/tc/www/cgi-bin/do_rebootstuff.sh - Jivelite section reads

Code:
--------------------
    if [ "$JIVELITE" = "yes" ]; then
        echo -n "${BLUE}Starting Jivelite... ${NORMAL}"
  #     eventno=$( cat /proc/bus/input/devices | awk '/FT5406 memory based 
driver/{for(a=0;a>=0;a++){getline;{if(/mouse/==1){ print $NF;exit 0;}}}}')
  #     if [ x"" != x"$eventno" ];then
                export JIVE_NOCURSOR=1
  #             export TSLIB_TSDEVICE=/dev/input/$eventno
                export SDL_MOUSEDRV=TSLIB
                export SDL_MOUSEDEV=$TSLIB_TSDEVICE
  #     fi
  export HOME=/home/tc
  if [ -x /opt/jivelite/bin/jivelite.sh ]; then
  echo "${GREEN}Done.${NORMAL}"
  sudo -E -b /mnt/mmcblk0p2/tce/jivelite.sh >/dev/null 2>&1
  else
  echo "${RED}There is a problem with the Jivelite installation. Please remove 
and reinstall jivelite.${NORMAL}"
  fi
  fi
--------------------


/mnt/mmcblk0p2/tce/jivelite.sh reads

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


Any light you can shed would be most gratefully received....

NWJ


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

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to