HDMI monitors says NO SIGNAL [SOLVED]
Hello, I connected the RPi for the first time to a TV monitor with HDMI but I got "No Signal". I tried it on several chanels and cables with no luck. Other computers work fine with the TV and the cables so there can not be the problem. Then I tried a computer monitor with HDMI also with no monitor image (I have not tested the video output of the RPi because no cables are available at the moment). What is happening?
Re: HDMI monitors says NO SIGNAL
I presume, you have installed your selected OS on SD card. Boot sector of the SD card is normally accessible from Windows, so you can edit file config.txt. What you maybe need?
Add into config.txt this line:
I experienced similar problem on one older LCD TV and this procedure helped.
Add into config.txt this line:
Code: Select all
hdmi_force_hotplug=1
- mahjongg
- Forum Moderator
- Posts: 15100
- Joined: Sun Mar 11, 2012 12:19 am
- Location: South Holland, The Netherlands
Re: HDMI monitors says NO SIGNAL
do note that without a correctly booting sd-card no video will be put out at all!
Re: HDMI monitors says NO SIGNAL
The hint to the SD Card was right. I have made a new one and the TV can be used now. Thanks!
Re: HDMI monitors says NO SIGNAL (solved)
Just to confirm, this worked for me too. Oddly, my old HDMI TV worked fine without, but a brand new BenQ monitor required this fix.
Re: HDMI monitors says NO SIGNAL (solved)
I've investigated a problem similar to this one for a couple of weeks now.
The Pi outputs a relatively weak HDMI signal. Some devices may not immediately notice the Pi's HDMI or may not do the negotiation.
Setting the hdmi_force_hotplug=1 makes sure the Pi believes the monitor/TV is really there.
You might also need to set config_hdmi_boost=4 or even higher (up to 9) if your display needs a stronger signal.
If the display is a computer monitor, use hdmi_group=1 and if it is an older TV, try hdmi_group=2.
Do not set hdmi_safe=1 as that overrides many of the previous options.
Using a shorter or better quality HDMI cable might help.
Make sure your Pi's power supply delivers 1A and not 500mA.
If you see a problem with the red colour - either absent, or interference - then try a boost. However it might simply be that the display requires a stronger signal than the Pi can give.
The Pi outputs a relatively weak HDMI signal. Some devices may not immediately notice the Pi's HDMI or may not do the negotiation.
Setting the hdmi_force_hotplug=1 makes sure the Pi believes the monitor/TV is really there.
You might also need to set config_hdmi_boost=4 or even higher (up to 9) if your display needs a stronger signal.
If the display is a computer monitor, use hdmi_group=1 and if it is an older TV, try hdmi_group=2.
Do not set hdmi_safe=1 as that overrides many of the previous options.
Using a shorter or better quality HDMI cable might help.
Make sure your Pi's power supply delivers 1A and not 500mA.
If you see a problem with the red colour - either absent, or interference - then try a boost. However it might simply be that the display requires a stronger signal than the Pi can give.
Re: HDMI monitors says NO SIGNAL (solved)
Or you could have just read the R-Pi Troubleshooting Guide like I did when fixing the same HDMI problem in just a couple of minutes:sshipway wrote:I've investigated a problem similar to this one for a couple of weeks now.
The Pi outputs a relatively weak HDMI signal. Some devices may not immediately notice the Pi's HDMI or may not do the negotiation.
Setting the hdmi_force_hotplug=1 makes sure the Pi believes the monitor/TV is really there.
You might also need to set config_hdmi_boost=4 or even higher (up to 9) if your display needs a stronger signal.
If the display is a computer monitor, use hdmi_group=1 and if it is an older TV, try hdmi_group=2.
Do not set hdmi_safe=1 as that overrides many of the previous options.
Using a shorter or better quality HDMI cable might help.
Make sure your Pi's power supply delivers 1A and not 500mA.
If you see a problem with the red colour - either absent, or interference - then try a boost. However it might simply be that the display requires a stronger signal than the Pi can give.
http://elinux.org/R-Pi_Troubleshooting
My Raspberry Pi Project Page:
https://www.flaminghellmet.com/launch/
https://www.flaminghellmet.com/launch/
-
- Posts: 1
- Joined: Thu Apr 25, 2013 9:46 am
Re: HDMI monitors says NO SIGNAL (solved)
Tirpitz fixed it for me - all I needed to do was add the extra line to the config file and I could see it boot up
Many thanks
Many thanks
Re: HDMI monitors says NO SIGNAL (solved)
This solved my problem with my ASUS HDMI monitor!
Thanks from an absolute newbie with Raspberry Pi!
Thanks from an absolute newbie with Raspberry Pi!
Re: HDMI monitors says NO SIGNAL (solved)
I just bought the Model B today and had this problem. I'm using a ViewSonic monitor with an HDMI connection. I did not have to change any of the configuration files. All I did was remove the SD card and reboot and the monitor acquired the signal.
Re: HDMI monitors says NO SIGNAL (solved)
Thanks! This resolved the "no video" problem for me and was such an easy fix. Much appreciated.
Re: HDMI monitors says NO SIGNAL (solved)
Thanks for the tip. This worked for me, as stated above.
Uncomment in config.txt
hdmi_force_hotplug=1
Uncomment in config.txt
hdmi_force_hotplug=1
Re: HDMI monitors says NO SIGNAL (solved)
i refered:
http://elinux.org/R-Pi_Troubleshooting# ... on_display
there is a point:
Check that you have correctly written a Raspberry Pi image to the card by using a MAC or PC and browse for the following files:
bootcode.bin
fixup.dat
start.elf amongst others
i could not find fixup.dat and start.elf files in my image.
plus there isnt any config.txt file too..
http://elinux.org/R-Pi_Troubleshooting# ... on_display
there is a point:
Check that you have correctly written a Raspberry Pi image to the card by using a MAC or PC and browse for the following files:
bootcode.bin
fixup.dat
start.elf amongst others
i could not find fixup.dat and start.elf files in my image.

plus there isnt any config.txt file too..
Re: HDMI monitors says NO SIGNAL (solved)
I have a similar problem my Pi (older version) stopped displaying videos
the SD card works ok with a different Pi (same model) I have 4 cards (1is xbmc) none are able to display, eg "no signal"
on the problem Pi but all work on the other one.
at the time of failing I was testing a looped video on xbmc
any ideas?
the SD card works ok with a different Pi (same model) I have 4 cards (1is xbmc) none are able to display, eg "no signal"
on the problem Pi but all work on the other one.
at the time of failing I was testing a looped video on xbmc
any ideas?
- DougieLawson
- Posts: 42771
- Joined: Sun Jun 16, 2013 11:19 pm
- Location: A small cave in deepest darkest Basingstoke, UK
Re: HDMI monitors says NO SIGNAL (solved)
That wiki page is a load of old junk, because NOOBS hides those things in a different partition.rahult wrote:i refered:
http://elinux.org/R-Pi_Troubleshooting# ... on_display
there is a point:
Check that you have correctly written a Raspberry Pi image to the card by using a MAC or PC and browse for the following files:
bootcode.bin
fixup.dat
start.elf amongst others
i could not find fixup.dat and start.elf files in my image.![]()
plus there isnt any config.txt file too..
Take a look a partition #1 and #5 on your SDCard.
Languages using left-hand whitespace for syntax are ridiculous
DMs sent on https://twitter.com/DougieLawson or LinkedIn will be answered next month.
Fake doctors - are all on my foes list.
The use of crystal balls and mind reading is prohibited.
DMs sent on https://twitter.com/DougieLawson or LinkedIn will be answered next month.
Fake doctors - are all on my foes list.
The use of crystal balls and mind reading is prohibited.
Re: HDMI monitors says NO SIGNAL (solved)
I have tried all the solutions listed here still I'm not getting any display.
- mahjongg
- Forum Moderator
- Posts: 15100
- Joined: Sun Mar 11, 2012 12:19 am
- Location: South Holland, The Netherlands
Re: HDMI monitors says NO SIGNAL (solved)
read the boot problem sticky!
viewtopic.php?f=28&t=58151
viewtopic.php?f=28&t=58151
-
- Posts: 1
- Joined: Tue Sep 22, 2015 5:24 am
Re: HDMI monitors says NO SIGNAL (solved)
Hi,
So after my initial purchase of the Raspberry Pi Model B (The biggest model, quad core and 1gb ram)
I just cannot make it output anything on HDMI, the microsd card has been swapped and tested on a kncminer that runs a similar raspberry pi, if not in fact identical...
The Raspberry pi, Powers up, The green ACT led flashes for 20-30 seconds Before it "quiets down", No signal from my monitor, No signal if connected to the TV (The KNCMiner does output to that TV so there should be no incompatibility issues) The powerbrick has been changed between different ones, Modified D-Link powerbricks 5V 2A, the latest one i found was a huge thing, 5V 3A, but the result is the same.... the board seems to boot normally, but no video. i even purchased a 3.5" touchscreen from Ebay just to make sure there were no issues with the HDMI itself, the screen is just all White and nothing else.
So tried 2 different Monitors (PC-Monitor and TV)
Tried atleast 5 different Power supplies
Hooked up a custom mini-display that is made just for the Raspberry pi.
No Rainbow-screen. nothing zip nada.
Board seems to boot just nice. No Video..
Tried The Elec-xbmc, the Another xbmc, Some Linux versions........ just about Everything...
Do i need more than one powersource to make this thing output video ?
Or is this really about me trying to boot from an incompatible distribution.. I have really tried most things now except to try to boot from older images and such..
Suggestions people... Anything would be much appriciated.
/Robert
So after my initial purchase of the Raspberry Pi Model B (The biggest model, quad core and 1gb ram)
I just cannot make it output anything on HDMI, the microsd card has been swapped and tested on a kncminer that runs a similar raspberry pi, if not in fact identical...
The Raspberry pi, Powers up, The green ACT led flashes for 20-30 seconds Before it "quiets down", No signal from my monitor, No signal if connected to the TV (The KNCMiner does output to that TV so there should be no incompatibility issues) The powerbrick has been changed between different ones, Modified D-Link powerbricks 5V 2A, the latest one i found was a huge thing, 5V 3A, but the result is the same.... the board seems to boot normally, but no video. i even purchased a 3.5" touchscreen from Ebay just to make sure there were no issues with the HDMI itself, the screen is just all White and nothing else.
So tried 2 different Monitors (PC-Monitor and TV)
Tried atleast 5 different Power supplies
Hooked up a custom mini-display that is made just for the Raspberry pi.
No Rainbow-screen. nothing zip nada.
Board seems to boot just nice. No Video..
Tried The Elec-xbmc, the Another xbmc, Some Linux versions........ just about Everything...
Do i need more than one powersource to make this thing output video ?
Or is this really about me trying to boot from an incompatible distribution.. I have really tried most things now except to try to boot from older images and such..
Suggestions people... Anything would be much appriciated.
/Robert
- FTrevorGowen
- Forum Moderator
- Posts: 7260
- Joined: Mon Mar 04, 2013 6:12 pm
- Location: Bristol, U.K.
Re: HDMI monitors says NO SIGNAL (solved)
Exactly what model of Pi does the "kncminer" (whatever that is?) use - a P2B is not the same as the, albeit similar, B+ and needs an O.S. with upgraded firmware!Robertsthlm wrote:Hi,
So after my initial purchase of the Raspberry Pi Model B (The biggest model, quad core and 1gb ram)
I just cannot make it output anything on HDMI, the microsd card has been swapped and tested on a kncminer that runs a similar raspberry pi, if not in fact identical...
The green ACTivity led behaviour is similar to that for a NOOBS image when connected to a display that isn't compatible with NOOBS' default HDMI setting. If you were/are using NOOBS did you try "hdmi safe mode" by holding/toggling key '2' during boot. (NB. an older NOOBS setup that was originally created for a B+ again will not work on a P2B - you need a current version)The Raspberry pi, Powers up, The green ACT led flashes for 20-30 seconds Before it "quiets down", No signal from my monitor, No signal if connected to the TV (The KNCMiner does output to that TV so there should be no incompatibility issues) The powerbrick has been changed between different ones, Modified D-Link powerbricks 5V 2A, the latest one i found was a huge thing, 5V 3A, but the result is the same.... the board seems to boot normally, but no video. i even purchased a 3.5" touchscreen from Ebay just to make sure there were no issues with the HDMI itself, the screen is just all White and nothing else.
Have you actually tried one of the images from the RPi downloads page? (They all should work with a P2B, images from elsewhere may not have been updated by their maintainers)So tried 2 different Monitors (PC-Monitor and TV)
Tried atleast 5 different Power supplies
Hooked up a custom mini-display that is made just for the Raspberry pi.
No Rainbow-screen. nothing zip nada.
Board seems to boot just nice. No Video..
Tried The Elec-xbmc, the Another xbmc, Some Linux versions........ just about Everything...
Do i need more than one powersource to make this thing output video ?
Or is this really about me trying to boot from an incompatible distribution.. I have really tried most things now except to try to boot from older images and such..
Suggestions people... Anything would be much appriciated.
/Robert
Also (re-)read through view ... 28&t=58151
Trev.
Testing Bookworm on a Pi5 and a P4B but running Bullseye or Buster on other (older) Pi's and the P400 I often post from. See: https://www.cpmspectrepi.uk/raspberry_pi/raspiidx.htm for notes & screenshots etc.
-
- Posts: 1
- Joined: Sun May 08, 2016 1:23 am
Re: HDMI monitors says NO SIGNAL (solved)
I could see the pi on my TV, but the screen still said "no signal".
For me, the only option that worked was to start over and ensure I ran Rufus 2.8 as Administrator.
For me, the only option that worked was to start over and ensure I ran Rufus 2.8 as Administrator.
Re: HDMI monitors says NO SIGNAL (solved)
I am new to Raspberry Pi and I just had the same problem. I ended up using NOOBS Lite and it is working great with me. I was getting 4 flashes in the ACT LED and it lead me to believe that the regular downloaded NOOBS was corrupt. After so many attempts to fix the problem, I threw the kitchen sink by trying the Lite version and it worked!
-
- Posts: 1
- Joined: Wed Aug 16, 2017 11:43 am
Re: HDMI monitors says NO SIGNAL (solved)
I am having a similar problem with my RPi 3 model B. It USED to work, but now i have a No Signal screen! I am using a HANNS-G computer monitor with a HDMI-DVI adaptor. My SD has NOOBS. I used these same devices when my RPi worked. I bought another SD, put NOOBS on it, but now I am having this problem.
I tried everything above (except Noobs Lite) and there is no "Config" file, probably because I am using NOOBS. And by the way, I don't want to have to purchase anything else.
I tried everything above (except Noobs Lite) and there is no "Config" file, probably because I am using NOOBS. And by the way, I don't want to have to purchase anything else.
Re: HDMI monitors says NO SIGNAL
No kidding, adding the hdmi_force_hotplug=1 line solved my issue. thanks for the pro tip. was hopelessly stuck with my benq with no clue of what i'm doing wrong despite double checking it.Tirpitz wrote: ↑Sun Feb 17, 2013 11:59 amI presume, you have installed your selected OS on SD card. Boot sector of the SD card is normally accessible from Windows, so you can edit file config.txt. What you maybe need?
Add into config.txt this line:I experienced similar problem on one older LCD TV and this procedure helped.Code: Select all
hdmi_force_hotplug=1
Re: HDMI monitors says NO SIGNAL (solved)
Hi,
I confirm that modifying config.txt
solve the problem for me.
LCD Screen BELINEA :
first boot (new image on SD) well detected, displaying full resolution perfectly
if i reboot, continue to works well (many reboot ok)
if shutdown (in cmd line or via menu) at restart no screen... (reflash the image and so on 3 times)
so modifiying config.txt on the same SD card used (i did it under win 10 under my laptop) after the 1st boot on pi
that solve the problem
Thks
I confirm that modifying config.txt
Code: Select all
hdmi_force_hotplug=1
LCD Screen BELINEA :
first boot (new image on SD) well detected, displaying full resolution perfectly
if i reboot, continue to works well (many reboot ok)
if shutdown (in cmd line or via menu) at restart no screen... (reflash the image and so on 3 times)
so modifiying config.txt on the same SD card used (i did it under win 10 under my laptop) after the 1st boot on pi
that solve the problem
Thks

Re: HDMI monitors says NO SIGNAL (solved)
I used the official pi zero case and the original hdmi to hdmi-mini adapter and this caused me a 'no signal' error.
removing the pi zero from its casing solved it.
removing the pi zero from its casing solved it.