v.2024-11-28
Parent Page

HDMI

  1. The GRS Build a Cade can output to GRS Screen or HDMI Output
  2. In the ES Retropie options menu HDMI changes screen output to Horizontal HDMI
  3. In the ES Retropie options menu Build-A-Cade Screen changes screen output back to the Vertical Build A Cade Screen
  1. Build-A-Cade_screen.sh VERTICAL
  2. HDMI_screen.sh HORIZONTAL
  3. sharec.sh SHARE CONTROLS BETWEEN MODES
  4. nosharec.sh DO NOT SHARE CONTROLS BETWEEN MODES

/home/pi/

  1. horizontal.sh
  2. vertical.sh

/boot/

config.txt

Vertical Specific Settings

display_rotate=3
hdmi_force_edid_audio=0
hdmi_ignore_edid_audio=1
ignore_lcd=0
display_default_lcd=1

Horizontal Specific Settings

display_rotate=0
hdmi_force_edid_audio=1
hdmi_ignore_edid_audio=0
ignore_lcd=1
display_default_lcd=0

Full Vertical config.txt

overscan

In horiziontal Mode I see overscan_scale=1
This is making black borders on screen.
disable_overscan=1 is missing
https://retropie.org.uk/docs/Overscan/
I went in and uncommented
disable_overscan=1
While in Horizontal mode
confirmed hconfig.txt under /boot/ still has disable_overscan=1 unommented so should be good when switching back
Note in vertical Mode overscan seems to be used for some reason
Will leave it alone for that.