paul- wrote: 
> What is the contents of your jivelite.sh file.
> 
> Did you verify the framebuffer and input devices?

It's same as what was used in the tutorial. this is what I get by using
vi jivelite.sh command:


Code:
--------------------
    tc@piCorePlayer:/mnt/mmcblk0p2/tce$ vi jivelite.sh
  #!/bin/sh
  
  EVENTNO=$(cat /proc/bus/input/devices | awk '/ADS7846 
Touchscreen/{for(a=0;a>=0;
  
  export JIVE_NOCURSOR=1
  export SDL_VIDEODRIVER=fbcon
  export SDL_FBDEV=/dev/fb1
  export TSLIB_TSDEVICE=/dev/input/$EVENTNO
  export SDL_MOUSEDRV=TSLIB
  
  while true; do
  /opt/jivelite/bin/jivelite
  sleep 3
  done
  
  ~
  ~
  ~
  ~
  ~
  ~
  ~
  
--------------------


------------------------------------------------------------------------
qyy920's Profile: http://forums.slimdevices.com/member.php?userid=69283
View this thread: http://forums.slimdevices.com/showthread.php?t=113776

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

Reply via email to