My RPi5 doesn't blank the screen after being idle, nor offer to hibernate
in the Logout menu item.
------------------------------------------------------------
I installed:
Raspberry Pi OS (64-bit)
Raspberry Pi OS with desktop and recommended software
Release date: December 5th 2023
System: 64-bit
Kernel version: 6.1
Debian version: 12 (bookworm)
Size: 2,732MB
From this page:
https://www.raspberrypi.com/software/o ... g-systems/
------------------------------------------------------------
After considerable research, I installed:
pm-utils
gnome-power-manager
How can I configure the system to turn off the display
screen after 10 minutes, and suspend-then-hibernate after
15 minutes?
I have created /etc/systemd/sleep.conf.d
in the Logout menu item.
------------------------------------------------------------
I installed:
Raspberry Pi OS (64-bit)
Raspberry Pi OS with desktop and recommended software
Release date: December 5th 2023
System: 64-bit
Kernel version: 6.1
Debian version: 12 (bookworm)
Size: 2,732MB
From this page:
https://www.raspberrypi.com/software/o ... g-systems/
------------------------------------------------------------
After considerable research, I installed:
pm-utils
gnome-power-manager
How can I configure the system to turn off the display
screen after 10 minutes, and suspend-then-hibernate after
15 minutes?
I have created /etc/systemd/sleep.conf.d
Code:
# LGD: Thu Dec 14 06:52:11 AM PST 2023 This file created# https://wiki.debian.org/Suspend#X11_on_bookworm## Start daemon with: systemctl systemd-suspend-then-hibernate.service[Sleep]AllowSuspend=yesAllowHibernation=yesAllowSuspendThenHibernate=yesAllowHybridSleep=no# The string to be written to /sys/power/disk# SuspendMode=HibernateMode=platform shutdownHybridSleepMode=suspend platform shutdown# The string to be written to /sys/power/state SuspendState=mem standby freezeHibernateState=diskHybridSleepState=disk# The amount of time the system spends in suspend mode before the# system is automatically put into hibernate mode. Only used by# systemd-suspend-then-hibernate.serviceHibernateDelaySec=600# systemd-sleep.conf#[Sleep]#AllowSuspend=yes#AllowHibernation=yes#AllowSuspendThenHibernate=yes#AllowHybridSleep=yes#SuspendMode=#SuspendState=mem standby freeze#HibernateMode=platform shutdown#HibernateState=disk#HybridSleepMode=suspend platform shutdown#HybridSleepState=disk#HibernateDelaySec=#SuspendEstimationSec=60min
Statistics: Posted by LDighera — Thu Dec 14, 2023 9:18 pm