Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c69a096

Browse files
authored
Merge pull request #4086 from pelwell/is4033
Clarify the display_auto_detect default
2 parents ef01955 + 7d1a9de commit c69a096

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/asciidoc/computers/config_txt/common.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ By default, Raspberry Pi OS includes a line in `/boot/firmware/config.txt` that
1616

1717
When enabled, the firmware will automatically load overlays for recognised CSI cameras.
1818

19-
To disable, set `camera_auto_detect=0`.
19+
To disable, set `camera_auto_detect=0` (or remove `camera_auto_detect=1`).
2020

2121
==== `display_auto_detect`
2222

23-
Enabled by default.
23+
By default, Raspberry Pi OS includes a line in `/boot/firmware/config.txt` that enables this setting.
2424

2525
When enabled, the firmware will automatically load overlays for recognised DSI displays.
2626

27-
To disable, set `display_auto_detect=0`.
27+
To disable, set `display_auto_detect=0` (or remove `display_auto_detect=1`).
2828

2929
==== `dtoverlay`
3030

0 commit comments

Comments
 (0)