Skip to content

Instantly share code, notes, and snippets.

@fferegrino
Created October 11, 2019 04:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fferegrino/170926c29d4bb1d612dc3038f1ed2060 to your computer and use it in GitHub Desktop.
Save fferegrino/170926c29d4bb1d612dc3038f1ed2060 to your computer and use it in GitHub Desktop.
A Raspbian config file
# For more options and information see
# http://rpf.io/configtxt
# Some settings may impact device functionality. See link above for details
# Enable VGA monitor through converter
hdmi_force_hotplug=1
hdmi_ignore_edid=0xa5000080
hdmi_drive=2
hdmi_group=2
hdmi_mode=35
# Enable audio (loads snd_bcm2835)
dtparam=audio=on
[pi4]
# Enable DRM VC4 V3D driver on top of the dispmanx display stack
dtoverlay=vc4-fkms-v3d
max_framebuffers=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment