The rotate setting only works with the official rpi 7" screen.

Try adding SDL_VIDEO_FBCON_ROTATION variable to your jivelite.sh script
with the rotation type.

For example one of

Code:
--------------------
    
  EXPORT SDL_VIDEO_FBCON_ROTATION=UD
  or
  EXPORT SDL_VIDEO_FBCON_ROTATION=CW
  or
  EXPORT SDL_VIDEO_FBCON_ROTATION=CCW
  
  Valid values are:
  o not set - Not rotating, no shadow.
  o "NONE" - Not rotating, but still using shadow.
  o "CW" - Rotating screen clockwise.
  o "UD" - Rotating screen upside down.
  o "CCW" - Rotating screen counter clockwise.
--------------------



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *2*-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&currency_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=115775

_______________________________________________
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to