Jeff07971 wrote: > Hi Ralphy, > > Thanks for that however it does not seem to work on my Debian GNU/Linux > 8.9 (jessie) > > I have put it in my Jivelite startup script :- > > > Code: -------------------- > > > #!/bin/sh > export SDL_VIDEO_FBCON_ROTATION=UD > while true; > do > /root/jivelite/bin/jivelite > /dev/null 2>&1 > sleep 5 > done -------------------- > > > > but Jivelite then does not start
Are you using just the console and not X? I should have mentioned that the envars are only for the frame buffer console. Remove ' > /dev/null 2>&1' from your script so you can see any errors. Ralphy *1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio 'Squeezebox client builds' (https://sourceforge.net/projects/lmsclients/files/) 'donations' (https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted) always appreciated. ------------------------------------------------------------------------ ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484 View this thread: http://forums.slimdevices.com/showthread.php?t=98156 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
