ralphy wrote: 
> Almost there, that's great!
> 
> Since you don't have the 7" rpi screen your change won't be run.
> 
> The if statement is checking the eventno for the rpi screen, comment it
> out.
> 
> Try this.
> > 
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 TSLIB_TSDEVICE=/dev/input/event2
  > export SDL_MOUSEDRV=TSLIB
  > export SDL_MOUSEDEV=$TSLIB_TSDEVICE
  > #        fi
  > export HOME=/home/tc
  > echo "${GREEN}Done.${NORMAL}"
  > sudo -E -b /opt/jivelite/bin/jivelite.sh >/dev/null 2>&1
  > fi
  > 
--------------------
> > 

Hey, thanks a lot.  This is working for me and my 7" Pollin
touchscreen.

Can i change the size of the virtualisation, its a bit to small.

Andreas


------------------------------------------------------------------------
Nea's Profile: http://forums.slimdevices.com/member.php?userid=66849
View this thread: http://forums.slimdevices.com/showthread.php?t=103330

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

Reply via email to