curleymongoose
Posts: 8
Joined: Sat Dec 22, 2012 11:58 am

Neewer Black HDMI To VGA Adapter

Wed Feb 27, 2013 7:13 pm

hi, bought this recently, tried to get working with pi ( eg. editing config.txt) but had no joy with it i'm using a Dell E196FPf 19" Inches Flat Panel TFT LCD Monitor
any suggestions greatly appreciated ;

Cloudcentric
Posts: 982
Joined: Fri Sep 14, 2012 9:13 am

Re: Neewer Black HDMI To VGA Adapter

Wed Feb 27, 2013 8:01 pm

I know everything about nothing"

Mobius
Posts: 238
Joined: Thu Aug 30, 2012 1:07 am
Location: San Angelo, Texas USA

Re: Neewer Black HDMI To VGA Adapter

Thu Feb 28, 2013 9:14 pm

curleymongoose wrote:hi, bought this recently, tried to get working with pi ( eg. editing config.txt) but had no joy with it i'm using a Dell E196FPf 19" Inches Flat Panel TFT LCD Monitor
any suggestions greatly appreciated ;
Using an HDMI to VGA adapter requires that you edit "/boot/config.txt" to force the video out the HDMI port. The video will try to detect an HDMI display but the adapter prevents that. If no HDMI display is detected, then the video goes out the composite port. Can't have video out of both at the same time. Below are the commands I use in config.txt to force HDMI (I'm also using a VGA adapter but mine is white) and to set my resolution to 1366x768 (yours may be different).

Code: Select all

framebuffer_width=1366
framebuffer_height=768
hdmi_force_hotplug=1

Return to “Beginners”