Quantcast
Channel: Programming and Technology » Raspberry Pi
Viewing all articles
Browse latest Browse all 23

Fix black screen in Raspberry Pi with HDMI to VGA adapter

$
0
0

If you use an HDMI to VGA adaptor and get a black screen you may tweak the config.txt to solve the problem.

HDMI-VGA

If you open config.txt you will see that there are plenty of lines commented out that change the behavior of the HDMI output in the Raspberry Pi. This is the configuration that made my Raspberry Pi work OK using an HDMI to VGA adapter:

disable_overscan=1
hdmi_group=2
hdmi_mode=35
hdmi_drive=2

Source: http://www.raspberrypi.org/phpBB3/viewtopic.php?f=76&t=33477


Viewing all articles
Browse latest Browse all 23

Trending Articles