-
Notifications
You must be signed in to change notification settings - Fork 2k
Fix screen blanking instructions #3152
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
Conversation
| === Console | ||
|
|
||
| === On the Desktop | ||
| The `dpms_timeout` screen blanking configuration used by Raspberry Pi Configuration only effects desktop sessions. In *console mode*, when your Raspberry Pi is connected to a monitor and keyboard with only a terminal for input, use the `consoleblank` setting in the boot command line. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
effects -> affects
|
|
||
| You can adjust the number of seconds before Raspberry Pi OS blanks the console here. For instance, add `consoleblank=600` to disable HDMI output after 600 seconds of inactivity. Set the value to `0` to never blank the screen. | ||
|
|
||
| Changes to `cmdline.txt` only go into effect after a reboot. Use the `reboot` command to reboot your Raspberry Pi. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps "only take affect" sounds better than "only go into effect"? 🤷♂️
Also reboot by itself will only work when you're using a local USB-attached keyboard; whereas if you used sudo reboot then it'd work locally and also over SSH.
| sudo nano /boot/firmware/cmdline.txt | ||
| ---- | ||
|
|
||
| You can adjust the number of seconds before Raspberry Pi OS blanks the console here. For instance, add `consoleblank=600` to disable HDMI output after 600 seconds of inactivity. Set the value to `0` to never blank the screen. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only a minor nitpick, but this is the only place where you've explicitly said "HDMI" rather than just "screen".
Closes #3140
raspi-configas well as CLI instructions to just... edit the file.