Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: OpenRC suspend issue (Read 425 times) previous topic - next topic
0 Members and 3 Guests are viewing this topic.

OpenRC suspend issue

Been having this issue in where suspending the computer only results in the hard drives spinning down and the monitor turning off...however the fans and power light are still running. Pressing the power button again does re-enable the hard drives (and other components) but the monitor remains off. For reference, here's my logind.conf, note that I had to add the sleep section manually (to no avail, was following this post from 2019)
Code: [Select]
#logind.conf
[Login]
KillUserProcesses=no
#KillOnlyUsers=
KillExcludeUsers=root
InhibitDelayMaxSec=5
UserStopDelaySec=10
HandlePowerKey=poweroff
HandlePowerKeyLongPress=ignore
HandleRebootKey=reboot
HandleRebootKeyLongPress=poweroff
HandleSuspendKey=suspend
HandleSuspendKeyLongPress=hibernate
HandleHibernateKey=hibernate
HandleHibernateKeyLongPress=ignore
HandleLidSwitch=suspend
HandleLidSwitchExternalPower=suspend
HandleLidSwitchDocked=ignore
PowerKeyIgnoreInhibited=no
SuspendKeyIgnoreInhibited=no
HibernateKeyIgnoreInhibited=no
LidSwitchIgnoreInhibited=yes
RebootKeyIgnoreInhibited=no
HoldoffTimeoutSec=30s
IdleAction=ignore
IdleActionSec=30min
RuntimeDirectorySize=10%
RuntimeDirectoryInodesMax=
RemoveIPC=yes
InhibitorsMax=8192
SessionsMax=8192
StopIdleSessionSec=infinity
[Sleep]
AllowSuspend=yes
AllowHibernation=yes
AllowSuspendThenHibernate=yes
AllowHybridSleep=yes
AllowPowerOffInterrupts=no
BroadcastPowerOffInterrupts=yes
AllowSuspendInterrupts=no
BroadcastSuspendInterrupts=yes
HandleNvidiaSleep=no
SuspendState=mem standby freeze
SuspendMode=suspend
HibernateState=disk
HibernateMode=platform shutdown
HybridSleepState=disk
HybridSleepMode=suspend platform shutdown
HibernateDelaySec=10800
My neofetch output is attached as well.