Forum
[PROBLEM] Xbian update package breaks HDMI-output - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Installation (/forum-16.html)
+--- Thread: [PROBLEM] Xbian update package breaks HDMI-output (/thread-4044.html)

Pages: 1 2


Xbian update package breaks HDMI-output - jakenl - 5th Nov, 2019 04:39 AM

I had problems with the distribution upgrade to Buster, so I tried several things from the CLI. One of them was to disable the HDMI settings in config.txt. Where Buster didn't want to start Kodi, it at least booted and had everything very visual. When I removed those lines from the config.txt:
Code:
hdmi_edid_file=1
hdmi_group=2
hdmi_mode=68
I had no output on HDMI at all.
Removing the just put '#' from the mentioned lines, gave me my HDMI output back

At the end I didn't get Buster to work period, so I loaded my previous good image back: this was an image with all updates except the firmware package. I tried it there as well:
- remove the three lines from config.txt
- reboot
- no problem, Kodi comes up as expected
- update through the GUI the firmware package
- reboot
- no output at all from HDMI
- access through SSH
- make the 3 mentioned lines in the config.txt applicable again
- reboot
- no problem, Kodi comes up as expected, with the firmware package installed

Summary, after the firmware package, I need the prepared edid.dat file and use it in my config.txt to be able to use HDMI output. (this was both the case for a good running Stretch version of the OS as well as for the cripple running Buster upgrade version)


RE: Xbian update package breaks HDMI-output - Nachteule - 5th Nov, 2019 05:06 AM

So in other words, something is wrong with latest xbian-package-firmware Huh

Would be interesting if you can see rainbow splash after setting

Code:
disable_splash=0

in /boot/config.txt


RE: Xbian update package breaks HDMI-output - jakenl - 5th Nov, 2019 08:19 AM

(5th Nov, 2019 05:06 AM)Nachteule Wrote:  So in other words, something is wrong with latest xbian-package-firmware Huh

Would be interesting if you can see rainbow splash after setting

Code:
disable_splash=0

in /boot/config.txt
I rightaway tried it to help out:

- I changed the setting for splash to 0
- I disabled the added HDMI options as described here above
- Saved the config.txt
- Through the GUI I gave a reboot command
- The xbian logo comes up with 'reboot...'
- The screen goes into standby mode and doesn't wake up anymore
- I can still login through SSH to revert the settings for HDMI only
- reboot and I see the rainbow, followed by the xbian and Kodi splash screens.
- System comes up normally.