-
Notifications
You must be signed in to change notification settings - Fork 2k
"display_auto_detect" is not enabled by default on Pi 5 #4033
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
display_auto_detect is enabled by default in the config.txt file supplied with bookworm.
It is not set by default in the bootloader/firmware. |
This behaviour does not come from the kernel and it's by design. |
Ok.... but then I think the documentation is not entirely clear: you state that it is by default available in the config.txt provided by bookworm, but the documention does not mention a specific distribution anywhere. The only thing that is stated is this:
|
I've transferred this to the documentation repo issues. For clarity the behaviour is: camera_auto_detect behaves the same. |
The entirety of https://www.raspberrypi.com/documentation/ is written to target the latest version of Raspberry Pi OS. If you're using a 3rd-party OS, then you'll have to check the documentation for that other OS. @nathan-contino Similar questions / issues have cropped up before, so perhaps this should be explicitly stated in https://github.com/raspberrypi/documentation/blob/develop/README.md ? |
I agree the current wording is imprecise:
As a config.txt option (where this is being documented) it is not enabled by default. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Describe the bug
The documentation states that
display_auto_detect
is on by default. However, on the Pi 5 it is not.Steps to reproduce the behaviour
Without any graphics overlay configured, with
display_auto_detect
on, the touchscreen driver is loaded. So for an official Raspberry Pi touchscreen this is theraspberrypi_ts
module. For the the official Display 2 this is thegoodix_ts
module.However, on a Pi 5 this is not happening, unless
display_auto_detect=1
is explicitly set inconfig.txt
, suggesting that it is0
by default.Device (s)
Raspberry Pi 5
System
6.6.78
Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: