You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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