cadence
Posts: 3
Joined: Thu May 21, 2015 9:57 pm

hdmi to vga converter question

Thu May 21, 2015 10:32 pm

Hi. I am using http://thepihut.com/products/raspberry- ... -convertor to convert a good hdmi signal to vga as I want to use r pi in a kids coding club where vga monitors are only available. The pi is model a. I have verified hdmi with a tv but am at a loss why no vga signal is seen. I have turned on hdmisafe on config.txt but no joy. Any thoughts appreciatef.

User avatar
DougieLawson
Posts: 39120
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: hdmi to vga converter question

Thu May 21, 2015 11:17 pm

With the VGA adapter plugged in what do you get from a
tvservice -m DMT
command? You can use the values returned from that to update /boot/config.txt (use the NOOBS recovery system if your SDCard has that to edit the right config).

The starting point for most VGA adapters (almost 100% guaranteed to get a picture) is
hdmi_group=2
hdmi_mode=4
which gets it running at the truly clunky 640x480 @ 25MHz

Next test is
hdmi_group=2
hdmi_mode=16
for 1024x768 @ 65MHz
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

W. H. Heydt
Posts: 12648
Joined: Fri Mar 09, 2012 7:36 pm
Location: Vallejo, CA (US)

Re: hdmi to vga converter question

Fri May 22, 2015 1:39 am

DougieLawson wrote: which gets it running at the truly clunky 640x480 @ 25MHz
25Hz
for 1024x768 @ 65MHz
65Hz.

Those are refresh--aka "frame"--rates. If the OP is in the US, he should look for a 60Hz refresh rate to start with.

Also...check the back of the monitor(s) to be used. Get manufacturer and model. Look it up on line to get the native resolution and refresh rates.

User avatar
DougieLawson
Posts: 39120
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: hdmi to vga converter question

Fri May 22, 2015 8:18 am

What's two orders of magnitude between friends?
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

User avatar
davidcoton
Posts: 5026
Joined: Mon Sep 01, 2014 2:37 pm
Location: Cambridge, UK
Contact: Website

Re: hdmi to vga converter question

Fri May 22, 2015 8:21 am

DougieLawson wrote:What's two orders of magnitude between friends?
Not a lot, but six orders is pushing it a bit.

(Order of magnitude is a factor of 10. You are two orders out in your interptretation of it :ugeek: :lol: )
Signature retired

cadence
Posts: 3
Joined: Thu May 21, 2015 9:57 pm

Re: hdmi to vga converter question

Fri May 22, 2015 10:58 am

DougieLawson wrote:With the VGA adapter plugged in what do you get from a
tvservice -m DMT
command? You can use the values returned from that to update /boot/config.txt (use the NOOBS recovery system if your SDCard has that to edit the right config).

The starting point for most VGA adapters (almost 100% guaranteed to get a picture) is
hdmi_group=2
hdmi_mode=4
which gets it running at the truly clunky 640x480 @ 25MHz

Next test is
hdmi_group=2
hdmi_mode=16
for 1024x768 @ 65MHz
Tks. This worked, i.e.
1024x768 - tks.

Return to “General discussion”