Will an HDMI to VGA connector work?

8

I have a device that has an HDMI output port. The specification says that I can connect it to a monitor that has an HDMI input port (through HDMI to HDMI cable) or one that has a DVI-D input port. Now, I don't have either. What I have are monitors that have only VGA input ( Actually, the connector port on the monitor reads RGB input, but I am assuming it is a VGA port). So I am thinking of buying a HDMI to VGA cable.

Will such a hack work ?

The device is BeagleBoard.

I can get an HDMI to VGA male cable, but all monitors seem to need female connectors, so if I can get a VGA female to female cable connect it to my HDMI to VGA male cable, will this work too ?

AnkurVj

Posted 2011-09-05T15:18:23.187

Reputation: 971

@MBraedley If it ain't broke, it can still be useful. – Suncat2000 – 2017-10-25T13:06:59.573

1You only have monitors that have VGA inputs? Time to upgrade your monitor. – MBraedley – 2011-09-05T15:40:54.417

Answers

6

This tend to be the general consensus on forums:

It won't work. VGA to DVI is possible, because there are two kinds of DVI signals:

  • DVI-I, which has both analog and digital output, and
  • DVI-A which has only the analog output

So if you hook in the VGA → DVI cable, the signal will be analog on the DVI-end of the cable. Since HDMI is digital, it doesn't support analog signals.

But there are signal converters that can convert digital to analog RGB, but they cost like 300$ at least. So you'll need a HDMI to DVI cable and a signal converter similar to this.

Joe Taylor

Posted 2011-09-05T15:18:23.187

Reputation: 11 533

2The required HDMI-male to VGA-female converters are now available, e.g. on dx.com, at around 8 US$. – vinnief – 2014-07-09T23:53:09.817

So if i'm getting a VGA → DVI cable, will that be taken as a digital output in my desktop monitor ? – Kulasangar – 2016-09-01T09:45:19.483

This answer describes going in the opposite direction of what was asked in the question. Also, HDMI to DVI won't let you use a $3 adapter at the end to convert DVI to VGA. Those only work with DVI-I or A, neither of which would get an analog signal from the HDMI. – fixer1234 – 2018-10-01T05:38:21.993

4

No, it shouldn't work. HDMI ports on video cards emit digital signals, VGA ports on monitors expect analogue signals.

Cables with HDMI connector at one end and VGA at the other may be designed for video cards that have a VGA connector but which can be made to output HDMI digital signals through that connector. In other words, the other way around from what you want.

RedGrittyBrick

Posted 2011-09-05T15:18:23.187

Reputation: 70 632

Finding a USB adapter with drivers that work on a BeagleBoard (TI OMAP processor, ARM architecture, OS not mentioned but not desktop Windows) might be difficult. – Ben Voigt – 2011-09-05T16:17:07.583

1

There are plenty of adapters available. A simple cable won't work, but the adapters will actively convert the signal into a different signal that will match what your monitors are expecting.

Suncat2000

Posted 2011-09-05T15:18:23.187

Reputation: 801

-1

It looks like Suncat2000 is correct. These converters/adaptors are fairly cheap, but remember - they are only HDMI to VGA, not the other way around. Since HDMI is digital only, and VGA is analog only, it's not too hard to imagine going from HDMI to VGA, since this is a definite step down in performance. In fact, HDMI includes audio signals, and VGA is video only, so you will want to get an adaptor with an audio output (via RCA jacks, or maybe a 3.5mm audio jack), otherwise the only thing you will convert is the video - the audio will be lost. So if you have an old computer monitor laying around that has a VGA input connector on it, you are in good shape with an adaptor for under 20 dollars. To play the sound, you will also need an audio amp for about $20, and some speakers to go with it - unless you have an old stereo player laying around that has input jacks.

Moondog2000

Posted 2011-09-05T15:18:23.187

Reputation: 1

Your answer is partly correct. Digital to analog conversion results in a poorer signal, but that doesn't mean it's simple and cheap to do. You still need active electronics to convert a digital signal to an analog one; the loss of quality doesn't make it cheaper. You can get such converters, but they won't be the $3 passive adapters described in the accepted answer. Your point about HDMI being capable of also carrying audio is correct, but the output to a monitor typically doesn't contain a needed audio output. – fixer1234 – 2018-10-01T05:49:33.433