Skip to content

Commit

Permalink
v8.0
Browse files Browse the repository at this point in the history
+ Raspberry Pi | Avoid comment lines > 100 columns, else havoc can happen: raspberrypi/firmware#1669
  • Loading branch information
MichaIng authored Dec 17, 2021
1 parent 31e64e0 commit 934459f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions config.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Docs: https://github.com/raspberrypi/documentation/tree/develop/documentation/asciidoc/computers/config_txt
# Docs: https://www.raspberrypi.com/documentation/computers/config_txt.html
# Overlays: https://github.com/raspberrypi/firmware/blob/master/boot/overlays/README

#-------Display---------
Expand All @@ -10,7 +10,7 @@
#hdmi_safe=1

# Uncomment to adjust the HDMI signal strength if you have interferences, blanking, or no display.
# - Values from "0" to "11" are allowed, use values above "7" only if required, e.g. with very long HDMI cable.
# - Ranges from "0" to "11", use values above "7" only if required, e.g. with very long HDMI cable.
# - Default on first RPi1 A/B is "2", else "5", on RPi4 this setting is ignored.
#config_hdmi_boost=5

Expand All @@ -33,18 +33,19 @@
#hdmi_group=1
#hdmi_mode=1

# Uncomment to force an HDMI mode rather than DVI. This can make audio work in DMT (computer monitor) modes.
# Uncomment to force an HDMI mode rather than DVI. This enables HDMI audio in DMT modes.
#hdmi_drive=2

# Set "hdmi_blanking=1" to allow the display going into standby after 10 minutes without input.
# With default value "0", the display shows a blank screen instead, but will not go into standby.
# NB: With "1" some legacy OpenMAX applications (OMXPlayer) cannot prevent display standby due to missing DPMS signal.
# NB: Some legacy OpenMAX applications (OMXPlayer) cannot wake screens from real standby.
hdmi_blanking=1

# Set to "1" if your display has a black border of unused pixels visible.
disable_overscan=1

# Uncomment the following to adjust overscan. Use positive numbers if console goes off screen, and negative if there is too much border.
# Uncomment the following to adjust overscan.
# Use positive numbers if console goes off screen, and negative if there is too much border.
#overscan_left=16
#overscan_right=16
#overscan_top=16
Expand Down Expand Up @@ -77,7 +78,7 @@ dtparam=audio=off
#dtparam=spi=off

#-------Serial/UART-----
# NB: "enable_uart=1" will forcefully set "core_freq=250" on RPi models with onboard WiFi, unless "force_turbo=1" is set.
# NB: "enable_uart=1" will enforce "core_freq=250" on RPi models with onboard WiFi.
enable_uart=1

#-------SD card HPD-----
Expand Down

0 comments on commit 934459f

Please sign in to comment.