Skip to content

Commit 7d1a9de

Browse files
committed
Clarify the display_auto_detect default
Fixes: #4033
1 parent 3f440ff commit 7d1a9de

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)