Adjust Raspberry Pi HDMI Signal
While connecting your RPi to some displays, you might get no signal to display the desktop.
Try connecting through SSH or to a smaller display, then:
While connecting your RPi to some displays, you might get no signal to display the desktop.
How to Fix no HDMI Signal?
Try connecting through SSH or to a smaller display, then:
1
sudo cp /boot/config.txt /boot/configbackup.txt
1
sudo nano /boot/config.txt
1
#hdmi_force_hotplug=1
And uncomment the line with: =1
Then save the file by pressing: CTRL+O and exit with: CTRL+X
This post is licensed under CC BY 4.0 by the author.