[Gnome/Systemd] Reprise veille à l'ouverture de l'écran
Publié : mar. 13 nov. 2012, 17:56
Bonjour,
Ce matin je cherche à faire quelque chose qui me semblait simple à réaliser... reprendre depuis une veille (suspend) à l'ouverture de l'écran de mon portable. Et bien j'ai totalement échoué ! Mon logind.conf est le suivant :
Mais rien ne se passe lorsque j'ouvre mon écran. Quelqu'un aurait une idée? En gros ce que je veux c'est le même fonctionnement que sur mac tout simplement...
Merci !
Ce matin je cherche à faire quelque chose qui me semblait simple à réaliser... reprendre depuis une veille (suspend) à l'ouverture de l'écran de mon portable. Et bien j'ai totalement échoué ! Mon logind.conf est le suivant :
Code : Tout sélectionner
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
#
# See logind.conf(5) for details
[Login]
#NAutoVTs=6
#ReserveVT=6
#KillUserProcesses=no
#KillOnlyUsers=
#KillExcludeUsers=root
#Controllers=
#ResetControllers=cpu
#InhibitDelayMaxSec=5
HandlePowerKey=hibernate
#HandleSuspendKey=suspend
HandleHibernateKey=hibernate
HandleLidSwitch=suspend
#PowerKeyIgnoreInhibited=no
#SuspendKeyIgnoreInhibited=no
#HibernateKeyIgnoreInhibited=no
LidSwitchIgnoreInhibited=yes
Merci !