Skip to content

HDMI mode settings in config.txt are ignored when experimental GL driver is enabled. #1644

@camthesaxman

Description

@camthesaxman

My setup is a Raspberry Pi 3 Model B, and I am using a HDMI to VGA adapter to connect to a LCD monitor.
When booting a fresh install of Raspbian, the monitor resolution is correctly identified as 1024x768, and both the console and X display correctly in that resolution. When the GL driver is enabled, I no longer see the console at all (monitor says "No signal"), and X displays in 1152x864 (Monitor says "Out of timing. V:60Hz H:53.7kHz). I would not expect enabling an OpenGL driver to screw up the screen resolution. I tried to correct this by adding the following lines to config.txt, but they have no effect if the GL driver is enabled.

# Set width (in pixels) of text console
framebuffer_width=1024
#Set height (in pixels) of text console
framebuffer_height=768
# Set monitor mode to DMT
hdmi_group=2
# Set monitor resolution to 1024x768 XGA 60Hz (HDMI_DMT_XGA_60)
hdmi_mode=16

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions