-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No longer able to drive VGA monitor #25
Comments
Can you try latest firmware (use Hexxeh's udpater tool)? |
I think I've been running into the same issue. Created a forum thread yesterday here with relevant logs and edid dump. I can confirm that after removing every hdmi related setting from the config.txt I'm now getting all the DMT modes added and my monitor's native resolution is autoselected on boot and works fine. |
Can you give an example config.txt file that doesn't work? What does: |
Sure Not working (no video, monitor in standby):
Working at monitor's native resolution:
|
You don't have very latest firmware (it should decode the state as text with tvservice -s). Can you try updating and see if anything changes. |
I've just ran the updater tool again after the mirroring of the latest changes to the other repo finished but I'm still getting a hex state code from tvservice -s. Double checked and my tvservice binary is the same as the one in this repo. |
Good news is I've found a bug. The hdmi_group was used in two places in the code, once as a force this group, and once as a reject this group. Basically hdmi_group/hdmi_mode would only be accepted if the mode number was valid for the other group. Done. Pushed to github. Should be enough to just update start.elf. |
Thanks! Configured DMT modes work now and all the correct DMT modes show up for tvservice -m DMT but CEA modes appear to have disappeared. Not sure if that's preferred when a DMT mode is set in config or if it's an issue.
|
hdmi_group actually filters out all non matching entries. |
Ah ok, all good then. Thanks! :D |
Confirmed - that's fixed what I was seeing as well. Thanks, and sorry I didn't get on the case when asked - I've got a day job that gets in the way ;-) Chris |
Up to and including the start.elf file from the 18th April (4712300) I was able to use an HDMI to VGA converter to drive my monitor and I could select the resolution by using a config.txt file with the following contents:
hdmi_drive=2
hdmi_group=2
hdmi_mode=0x10
disable_overscan=1
This doesn't work with any of the later versions - the monitor just stays in standby. It still works with the default configuration (i.e. when there's no config.txt).
Is there something I need to add to config.txt for the later versions?
The text was updated successfully, but these errors were encountered: