Skip to content

Conversation

@nathan-contino
Copy link
Contributor

@nathan-contino nathan-contino commented Oct 10, 2023

Closes #3140

  • Separated screen blanking instructions into two top-level sections, desktop and console, to reflect the two different configurations depending on the mode you're using
  • Provided GUI instructions for the graphical Raspberry Pi Configuration app as well as CLI instructions for raspi-config as well as CLI instructions to just... edit the file.
  • Ease up on the number of times we cite "10 minutes"
  • Removed xscreensaver, which won't work in Wayland
  • Remove mentions of screen savers, which are apparently an extremely advanced feature in Wayland

@nathan-contino nathan-contino added the bookworm 🐛 Issue with Bookworm label Oct 10, 2023
@aallan aallan merged commit c8ec577 into develop Oct 10, 2023
@aallan aallan deleted the fix-screen-blanking branch October 10, 2023 22:54
=== 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.
Copy link
Contributor

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.
Copy link
Contributor

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.
Copy link
Contributor

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".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bookworm 🐛 Issue with Bookworm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix screen blanking in documentation

4 participants