Code:
--------------------
    $ ll /dev/fb*
--------------------


gave me

36649

So doing


Code:
--------------------
    
  $ m2
  $ c2
  $ vi jivelite.sh
  
--------------------


and simply changing /dev/fb1 to /dev/fb0 solved the issue and it
displays something.

Code:
--------------------
    
  #!/bin/sh
  
  EVENTNO=$(cat /proc/bus/input/devices | awk '/ADS7846 
Touchscreen/{for(a=0;a>=0;
  #EVENTNO=$(cat /proc/bus/input/devices | awk '/raspberrypi-ts 
Touchscreen/{for(a
  
  export JIVE_NOCURSOR=1
  export SDL_VIDEODRIVER=fbcon
  export SDL_FBDEV=/dev/fb0
  export TSLIB_TSDEVICE=/dev/input/$EVENTNO
  export SDL_MOUSEDRV=TSLIB
  
  while true; do
  /opt/jivelite/bin/jivelite
  sleep 3
  done
  
--------------------


The splash screen of PiCorePlayer comes up correctly for half a second,
than it switches to this:
36650

It looks like like some options are not correctly set. Any Guesses?

Please! I am not good at this!


+-------------------------------------------------------------------+
|Filename: 20220104_150454.jpg                                      |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=36650|
+-------------------------------------------------------------------+

------------------------------------------------------------------------
peddanet's Profile: http://forums.slimdevices.com/member.php?userid=70331
View this thread: http://forums.slimdevices.com/showthread.php?t=115691

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

Reply via email to