die.ga
Posts: 5
Joined: Sat Apr 25, 2020 6:44 pm

Don't have HDMI output

Sat Apr 25, 2020 6:52 pm

Hi all,

I have a new Rasbpery Pi 4 and does not matter if I use Noobs, Recalbox, Lakka or Batocera, the TV popup with a 640x480 and then nothing happens.

Sometimes show an image - still in 640x480 - and then goes black again.

Anyone had this problem too?

Thanks!

aBUGSworstnightmare
Posts: 1886
Joined: Tue Jun 30, 2015 1:35 pm

Re: Don't have HDMI output

Sun Apr 26, 2020 6:03 am

You don't provide information on your display in use. Do you know which reolution it is supporting?

As VGA seems unsupported you need to try with another resolution to get it running , or use SSH and do the troubleshoot guide (what modes are supprted) described here https://www.raspberrypi.org/documentati ... -config.md

Start with Raspbian to figure this out, and then move to your target OS once you know valid settings.

die.ga
Posts: 5
Joined: Sat Apr 25, 2020 6:44 pm

Re: Don't have HDMI output

Mon Apr 27, 2020 11:51 pm

Hi!,

Thanks for your reply.

Same problems with Raspbian, I am using an AOC TV 32" FULLHD.

Any idea ?

Thanks!

User avatar
HawaiianPi
Posts: 5710
Joined: Mon Apr 08, 2013 4:53 am
Location: Aloha, Oregon USA

Re: Don't have HDMI output

Tue Apr 28, 2020 2:42 am

This is likely caused by an error in the TV's EDID data (or a bad uHDMI adapter).

Try add the following to config.txt (located on the small FAT32 "boot" partition of a Raspbian imaged card).

hdmi_force_hotplug=1
hdmi_ignore_edid=0xa5000080
hdmi_group=1
hdmi_mode=16


Which tells the Pi to ignore the EDID data and just try 1080p60 CEA mode (full-HD television).

Also, use the HDMI-0 port (closest to the USB-C power input).


See here for more config.txt HDMI info:
https://www.raspberrypi.org/documentati ... t/video.md
My mind is like a browser. 27 tabs are open, 9 aren't responding,
lots of pop-ups...and where is that annoying music coming from?

die.ga
Posts: 5
Joined: Sat Apr 25, 2020 6:44 pm

Re: Don't have HDMI output

Tue Apr 28, 2020 7:31 pm

Hi!,

Is the TV as you say, I tried with a Samsung Monitor and works as expected.

I tried with:

hdmi_force_hotplug=1
hdmi_ignore_edid=0xa5000080
hdmi_group=1
hdmi_mode=16

But same error.

The TV is an AOC 43", that worked perfectly with a Rasbperry PI 3B+.

Any idea?

Thanks again!

User avatar
FTrevorGowen
Forum Moderator
Forum Moderator
Posts: 5590
Joined: Mon Mar 04, 2013 6:12 pm
Location: Bristol, U.K.
Contact: Website

Re: Don't have HDMI output

Tue Apr 28, 2020 8:15 pm

die.ga wrote:
Tue Apr 28, 2020 7:31 pm
Hi!,

Is the TV as you say, I tried with a Samsung Monitor and works as expected.

I tried with:

hdmi_force_hotplug=1
hdmi_ignore_edid=0xa5000080
hdmi_group=1
hdmi_mode=16

But same error.

The TV is an AOC 43", that worked perfectly with a Rasbperry PI 3B+.

Any idea?

Thanks again!
Can you still use the AOC TV with the P3B+ ? If so try using the uSDHC card from the P4B (or installing Buster on another uSDHC card) and, assuming you still get a display, post the output of these tvservice commands:

Code: Select all

tvservice -n
tvservice -m CEA
tvservice -m DMT
tvservice -s
From the info. that (should) produce we may be able to suggest a display mode to "force" in config.txt that may work. Some T.V.'s generate edid data that does not parse well.
Trev.
Still running Raspbian Jessie or Stretch on some older Pi's (an A, B1, 2xB2, B+, P2B, 3xP0, P0W, 2xP3A+, P3B+, P3B, B+, and a A+) but Buster on the P4B's. See: https://www.cpmspectrepi.uk/raspberry_pi/raspiidx.htm

die.ga
Posts: 5
Joined: Sat Apr 25, 2020 6:44 pm

Re: Don't have HDMI output

Tue Apr 28, 2020 8:32 pm

Hi!,

I don't have the P3B+ anymore :(.

Thanks for your help again.

LTolledo
Posts: 3321
Joined: Sat Mar 17, 2018 7:29 am
Location: Anime Heartland

Re: Don't have HDMI output

Tue Apr 28, 2020 9:05 pm

what is the native resolution of the 43" AOC monitor you have?
"Don't come to me with 'issues' for I don't know how to deal with those
Come to me with 'problems' and I'll help you find solutions"

Some people be like:
"Help me! Am drowning! But dont you dare touch me nor come near me!"

User avatar
FTrevorGowen
Forum Moderator
Forum Moderator
Posts: 5590
Joined: Mon Mar 04, 2013 6:12 pm
Location: Bristol, U.K.
Contact: Website

Re: Don't have HDMI output

Tue Apr 28, 2020 9:06 pm

die.ga wrote:
Tue Apr 28, 2020 8:32 pm
Hi!,

I don't have the P3B+ anymore :(.

Thanks for your help again.
O.K. If you haven't done so already can you enable SSH (and networking)? This will be easier if you temporarily use the Samsung monitor. (If you can't do that see: https://www.raspberrypi.org/documentati ... /README.md ) It may also be worth enabling boot to command line only. Swap back to the problem TV, and boot up, SSH in from another computer (eg. via PuTTY) and then run those commands remotely.
Trev.
Still running Raspbian Jessie or Stretch on some older Pi's (an A, B1, 2xB2, B+, P2B, 3xP0, P0W, 2xP3A+, P3B+, P3B, B+, and a A+) but Buster on the P4B's. See: https://www.cpmspectrepi.uk/raspberry_pi/raspiidx.htm

User avatar
RaspbianUser1
Posts: 204
Joined: Thu Mar 05, 2020 6:34 pm

Re: Don't have HDMI output

Wed Apr 29, 2020 12:45 am

I had the same issue on my Pi 4b im pretty sure,
try going to the NOOBS and editing the config line
#hdmi_group=1
#hdmi_mode=1

to
hdmi_group=1
hdmi_mode=1

(just remove the # to force the command)

Also something that was a slight fix is, after it goes to that no signal screen, switch the HDMI from 0 to 1, then wait like 5 seconds, then HDMI 1 to 0, this will hopefully let you use your pi if my other suggestion doesn't help
Running Raspberry Pi OS Full, therefore my comments will be based on that
Using RPI-4B 4GB at 2.1GHz CPU and 700MHz GPU
don't format your sd because someone said so.
Or put your favourite cutlery into your nearest outlet (May result in death) ;)

die.ga
Posts: 5
Joined: Sat Apr 25, 2020 6:44 pm

Re: Don't have HDMI output

Mon May 11, 2020 5:52 pm

Hi all!,

Also something that was a slight fix is, after it goes to that no signal screen, switch the HDMI from 0 to 1, then wait like 5 seconds, then HDMI 1 to 0, this will hopefully let you use your pi if my other suggestion doesn't help

That works for me!

The only problem is that the resolutions is still in 640x480.

I already tried to change hdmi_group=16 but the problem persists with the resolution.

Any idea?

Thanks again!

Return to “Troubleshooting”