Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

How to switch from HDMI to composite on XBMC exit
Thank you for your donation

Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
How to switch from HDMI to composite on XBMC exit
29th Jan, 2013, 07:48 PM
Post: #6
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: How to switch from HDMI to composite on XBMC exit
A few improvements:
Code:
if [ $(($(tvservice -s | grep -c "HDMI off"))) -eq 1 ];
Can be changed to this:
Code:
if [ $(tvservice -s | grep -c "HDMI off") -eq 1 ];

That while loop is totally unnecessary. Just run your script on start and stop. And especially, without a sleep it draws a lot of system resources.

Also notice that we don't add fbset to sudoers anymore in future versions. So, readd it after the next update to Alpha 5.
The same counts for the XBMC init script. That has changed quite a bit, so make sure to make a backup.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
« Next Oldest | Next Newest »
Thread Closed 


Messages In This Thread
How to switch from HDMI to composite on XBMC exit - udrnovsek - 25th Jan, 2013, 10:27 AM
RE: How to switch from HDMI to composite on XBMC exit - CurlyMo - 25th Jan, 2013, 10:39 AM
RE: How to switch from HDMI to composite on XBMC exit - rikardo1979 - 25th Jan, 2013, 06:15 PM
RE: How to switch from HDMI to composite on XBMC exit - udrnovsek - 29th Jan, 2013, 07:47 AM
RE: How to switch from HDMI to composite on XBMC exit - udrnovsek - 29th Jan, 2013, 12:28 PM
RE: How to switch from HDMI to composite on XBMC exit - CurlyMo - 29th Jan, 2013 07:48 PM
RE: How to switch from HDMI to composite on XBMC exit - udrnovsek - 29th Jan, 2013, 09:25 PM
RE: How to switch from HDMI to composite on XBMC exit - CurlyMo - 29th Jan, 2013, 09:42 PM

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 21st May, 2025, 08:15 AM Powered By MyBB, © 2002-2025 MyBB Group.