Monday, January 19, 2015

Raspberry Pi B+ Model HDMI to VGA Problem

Using HDMI to VGA converter ( using old VGA Montors)  gives with Raspberry Pi may create following problems:

- No Display
- Inconsistent Display ( Some time on/Some time off )
- Display Suddenly go off

Pl Check /BOOT/config.txt file
and make sure following lines there
disable_overscan=1
hdmi_group=1
hdmi_mode=16
hdmi_drive=2
 OR
disable_overscan=1
hdmi_group=2
hdmi_mode=16
hdmi_drive=2 

 For more details visit... http://www.raspberrypi.org/documentation/configuration/config-txt.md

Above Problem solution courtesy... http://tech.enekochan.com/en/2013/05/28/fix-black-screen-in-raspberry-pi-with-hdmi-to-vga-adapter/