nowhinjing wrote: 
> I normally use my screen with an IR remote, so I don't really use
> touch.
> 
> I have just tried it, and kenny is right calibrate and test work, but
> when jivelite loads - it all just goes to pot.
> 
> I will try to see if I can find a solution ...
> 
> NWJ

I think trouble hiden in /home/tc/www/cgi-bin/pcp_startup.sh

At these section


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
        # Alternative jivelite script, mainly used for waveshare devices.  
Located on persistent partition. (/mnt/mmcblk0p2 or partition where tce is 
located)
        if [ -x $TCEMNT/tce/jivelite.sh ]; then
                echo "${GREEN}Done.${NORMAL}"
                sudo -E -b $TCEMNT/tce/jivelite.sh >/dev/null 2>&1
        elif [ -x /opt/jivelite/bin/jivelite.sh ]; then
                echo "${GREEN}Done.${NORMAL}"
                sudo -E -b /opt/jivelite/bin/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
  
--------------------


------------------------------------------------------------------------
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
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to