Bonjour,
Depuis la mise à jour vers bookworm, j’avais des soucis et plus de mise en veille quand l’écran était abaissé.
J’ai tourné en rond un moment mais j’ai mis la main sur le problème, ensuite un tour dans les logs pour enfin trouver la solution
systemctl suspend
Call to Suspend failed: Access denied
journalctl -f
févr. 23 19:13:06 x250 systemd-logind[1358]: The system will suspend now!
févr. 23 19:13:06 x250 systemd-logind[1358]: Unit suspend.target is masked, refusing operation.
systemctl status sleep.target suspend.target hibernate.target hybrid-sleep.target
○ sleep.target
Loaded: masked (Reason: Unit sleep.target is masked.)
Active: inactive (dead)
○ suspend.target
Loaded: masked (Reason: Unit suspend.target is masked.)
Active: inactive (dead)
○ hibernate.target - System Hibernation
Loaded: loaded (/lib/systemd/system/hibernate.target; static)
Active: inactive (dead)
Docs: man:systemd.special(7)
○ hybrid-sleep.target - Hybrid Suspend+Hibernate
Loaded: loaded (/lib/systemd/system/hybrid-sleep.target; static)
Active: inactive (dead)
Docs: man:systemd.special(7)
systemctl unmask sleep.target suspend.target
Removed "/etc/systemd/system/sleep.target".
Removed "/etc/systemd/system/suspend.target".
je vois maintenant la configuration Gnome > Energie les options de mise en veille
Le reste se trouve dans Ajustement > général pour la veille lorsque l’écran est rabattu
Par contre, je comprends pas pourquoi la mise en veille a été désactivé