Sleep using elogind

Hey, I’m currently using gentoo with OpenRC as my daily driver. The only problem i have is that my laptop doesn’t go to sleep, doesn’t matter if anything is running on my nvidia GPU, as long as the driver is loaded, the system wont sleep and will stay in some kind of middle-way. Commands like s2ram work fine. Thanks in advance!

output of emerge --info nvidia-drivers- https://bpa.st/F5XA
my /etc/elogind/sleep.conf - https://bpa.st/WYMA
last lines of dmesg after the suspend - https://bpa.st/5BDA
my /etc/modprobe.d/nvidia.conf - https://bpa.st/6FTA

1 Like

New users can only attach 4 links, so heres the fifth one :D

output of nvidia-bug-report.sh - https://paste.gentoo.zip/alc677wr

okay, i fixed it first i needed to install the testing version of elogind (255.5) and the testing version of nvidia-drivers (560.35.03-r1), then yell at elogind in its config file at /etc/elogind/sleep.conf as seen here:

[Sleep]
AllowSuspend=yes
SuspendState=mem deep
SuspendMode=deep
2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.