One may buy a simple HDMI to VGA cable, or an HDMI to DVI cable. Example: on Amazon. However, my vague knowledge is that these cables only work for video cards that have special support for this function. Does the Raspberry Pi support such things? Is there any easy way to use the Raspberry Pi on a screen that only takes VGA input without a converter box? What kind of conversion to other video outputs would the Raspberry Pi hardware support, and what cables or other equipment would be necessary for this?
|
|
No. The reason a DVI-to-VGA adapter works on your PC & laptop is that DVI includes analog (RGB) pins. The adapter is passive; It just connects the red analog output of the PC to the red analog input of the monitor, ditto for green and blue. They are included on most PCs and laptops for backward compatibility. HDMI-to-DVI cables are also passive, but they carry digital signals only. The analog RGB signals are missing, but that does not matter as the DVI monitor does not need them. HDMI contains no analog signal so it is not possible for any combination of passive adapters and/or cables to convert it to VGA. Active adapters work because they use DSPs and DACs to convert from one standard to the other, but of course they are more expensive than passive cables. Related forum thread: http://www.raspberrypi.org/phpBB3/viewtopic.php?f=30&t=8125 |
|||||||||||||
|
|
The Neewer HDMI to VGA converter lead from Amazon does indeed work with the RPi but as has been reported elsewhere you have to do a bit of fine tuning in the I still cannot get my Samsung 943N to see anything but a simple Dell generic 15" VGA monitor works fine. One problem seems to be that the default output signal level is not sufficient so setting The article at http://elinux.org/RPi_config.txt also suggests that the hdmi_group values documented should be
Modification for Dell 15" Monitor with Debian GNU/Linux 6.0 OS I found that it would only work with: hdmi_group=2 Raspberry Pi User Guide by Eben Upton has the video modes in the appendix. The user guide lists the hdmi_group values as 1 or 2. |
||||
|
|
|
I am using this cable to connect my Raspberry Pi to an HP monitor (with DVI input). A couple of notes you can not then connect another cable or adapter to change this to a VGA input. Secondly if converting the Pi's HDMI to DVI be careful of the DVI connector; there is more than one type and one size does not fit all ( I learned this lesson the hard way) |
|||||||
|
|
The "simple" HDMI to VGA cables will not work quite simply because HDMI signals are pure digital and VGA is analogue. I made the mistake of buying a very cheap cable from Amazon which did not work for reasons that are clear to me now. I am awaiting the delivery of a "Neewer Black HDMI Input To VGA Adapter Converter For PC Laptop" from Amazon which I am confident will do the job. It was less than £15. I will post my findings here. |
||||
|
|
|
It may be a problem with your configuration file. Try deleting it, and if that doesn't work try changing it to this.
A list of available properties for the Raspberry Pi can be found here. |
|||||||||||
|
|
Here's a quick tutorial explaining exactly how to enable VGA output via a $5 cable I brought. |
|||||
|
|
This should work, it definitely does for HDMI to DVI. I had my raspberry pi set up (until I got kernel panic from keyboard) yesterday using a HDMI lead with a DVI converter. I have just remembered a step that I had to do to get it working. In the config.txt file on the SD card is a line that says something like HDMI = 17, I removed the line (in fact I deleted the file), which caused it to work. |
|||||
|