Homepage › Forums › RetroPie Project › Video Output on RetroPie › Video mode error › Reply To: Video mode error
01/02/2016 at 13:33
#112919
davej
Participant
You can configure the mode to use by setting the hdmi_group and hdmi_mode values in /boot/config.txt – see config.txt documentation on raspberrypi.org.
You can find out which values to set as follows:
[ul]
Run [b]tvservice -s[/b]
This will display something like:[code]state 0x120016 [DVI DMT (58) RGB full 16:10], 1680x1050 @ 60.00Hz, progressive[/code]The important bit is the DMT (58). You might have CEA instead of DMT – whichever it is defines the value to use for hdmi_group (1 for CEA, 2 for DMT). The value in brackets is the one to use for hdmi_mode.
[/ul]