Skip to content

Instantly share code, notes, and snippets.

@phnahes
Created April 23, 2020 13:10
Show Gist options
  • Save phnahes/61ffce76e3cebb1848fd91ee1697d082 to your computer and use it in GitHub Desktop.
Save phnahes/61ffce76e3cebb1848fd91ee1697d082 to your computer and use it in GitHub Desktop.
Configurations for config.txt on RaspberryPi
# Configure HDMI to work on low resolutions for bad monitors
# https://www.raspberrypi.org/documentation/configuration/config-txt/video.md - Session hdmi_mode
hdmi_force_hotplug=1
hdmi_ignore_edid=0xa5000080
config_hdmi_boost=4
hdmi_group=2
hdmi_mode=4
disable_overscan=0
overscan_left=24
overscan_right=24
overscan_top=24
overscan_bottom=24
# Remove Bolt for undervoltage
# https://www.raspberrypi.org/documentation/configuration/config-txt/misc.md
avoid_warning=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment