Hopefully you got a real HDMI to VGA converter and not just an adapter cable. Usually the converters look like this:
http://www.ebay.com/itm/New-Chipset-HDM ... 3a7d9892d6
You will need to edit your "/boot/config.txt" file to force the HDMI output to turn on. Otherwise the Pi will not detect an HDMI connection and the video will come out the composite port. To start, just uncomment this line: hdmi_safe=1
That will force the HDMI on and set the video resolution to 640x480. After that works, you can read up on which commands to edit to provide your desired resolution. These are the three I use with my HDMI to VGA adapter and it works on either my TV or my VGA monitor (1366x768). Your resolution may be different.
Code: Select all
framebuffer_width=1366
framebuffer_height=768
hdmi_force_hotplug=1