RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    Receiver/TV does not display HDMI output from RP if powered on *after* RP

    Scheduled Pinned Locked Moved Help and Support
    hdmi displayraspberry pi 3btv issue
    4 Posts 2 Posters 628 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      tillheilmann
      last edited by

      If I turn on my RP 3b (HDMI connected to TV through receiver) when the TV and receiver are already on, everything works just fine. However, if I do it the other way around (first power on RP, then TV and receiver), the display stays blank. Is there a way around this?

      1 Reply Last reply Reply Quote 0
      • AshpoolA
        Ashpool
        last edited by

        That's expected behaviour (no hdmi signal from the display means no display information that could be queried to set the video mode).
        AFAIK editing /boot/config.txt and setting the correct hdmi_group and desired hdmi_mode together with hdmi_force_hotplug = 1 should do the trick ;)

        T 1 Reply Last reply Reply Quote 2
        • T
          tillheilmann @Ashpool
          last edited by

          @ashpool: Excellent, I will try that, thank you! I've already read that part of the RetroPie documentation but will have to go through it once again to really grok it.

          T 1 Reply Last reply Reply Quote 0
          • T
            tillheilmann @tillheilmann
            last edited by

            What @Ashpool suggested seems to have worked for me. In case anyone is interested, here's what I did...

            First, with the RP up and running and the TV screen displaying correctly, I queried for the HDMI mode used:

            $ tvservice -s
            state 0xa [HDMI CEA (16) RGB lim 16:9], 1920x1080 @ 60.00Hz, progressive
            

            From this and the RetroPie documentation on HDMI Mode I learned that in /boot/config.txt I had to set

            hdmi_group=1
            

            (for CEA) and

            hdmi_mode=16
            

            (for 1080p at 60Hz and 16:9). I also had to add

            hdmi_force_hotplug=1
            

            After rebooting the RP, the issue was resolved.

            Thanks again, @Ashpool!

            1 Reply Last reply Reply Quote 1
            • First post
              Last post

            Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

            Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.