Kodi Community Forum
XBMC doesn't boot completely without (HDMI) TV turned on. (to play music without tv) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: XBMC doesn't boot completely without (HDMI) TV turned on. (to play music without tv) (/showthread.php?tid=82215)



XBMC doesn't boot completely without (HDMI) TV turned on. (to play music without tv) - tripkip - 2010-09-30

Hi there,

When I turn on my HTPC (running XBMC Dharma b2) without my tv turned on it boots up just until xbmc is started. At that moment I cannot access it through ssh either. When I turn my TV on XBMC shows up immediately.

I'd like to be able to turn on my HTPC without my TV when I want to listen to music. Does anybody know what is the problem here?
If you're running live with an hdmi connection dharma b1 or b2, do you experience the same?

Greetings


- Hannes The Hun - 2010-09-30

http://forum.xbmc.org/showthread.php?tid=34655


- russg - 2010-09-30

While you didn't post much information it is likely due to xbmc not being able to initialize the HDMI interface since the TV is off. This is because xorg wants to probe the port for device capabilities. There are threads here to explain how people have worked around this though I have not been successful in doing so myself.

I see that the majority of those that have been successful are using nvidia video devices but in my case I have an Intel.

The basics are you need to dump the binary information from your display and pass it to xorg when it is starting and tell it not to probe.


- MacUsers - 2010-09-30

tripkip Wrote:When I turn on my HTPC (running XBMC Dharma b2) without my tv turned on it boots up just until xbmc is started. At that moment I cannot access it through ssh either. When I turn my TV on XBMC shows up immediately.
How do you know it actually boots up? If it's connected through A/V receiver, any chance you have Panasonic TV and/or Yamaha receiver? Cheers!!


- tripkip - 2010-10-02

russg Wrote:While you didn't post much information it is likely due to xbmc not being able to initialize the HDMI interface since the TV is off. This is because xorg wants to probe the port for device capabilities. There are threads here to explain how people have worked around this though I have not been successful in doing so myself.

I see that the majority of those that have been successful are using nvidia video devices but in my case I have an Intel.

The basics are you need to dump the binary information from your display and pass it to xorg when it is starting and tell it not to probe.

Thanks, that looks like a very possible explanation. I cannot find any such threads. I'm sorry to bother you, could you point me to one?
I have Nvidia so that's a good start.


- Gryph - 2010-10-02

What you need to do is setup xorg with a manual loaded EDID.

I had to do this for my old pioneer receiver as it wouldn't pass this information to the TV properly. But with the new receiver it does, it allows me to turn off the TV and listen to music, and also keeps XBMC running in the background with the TV/receiver off.

Here's an excellent post which will help you setup a manually loaded EDID:
http://forum.xbmc.org/showthread.php?tid=54685