BlackScreen After Trying to Resume from sleep

Hello, I encouter this issue often but not all the time, and it appeared in all the previous versions aswell. When trying to resume from sleep (py pushing the power button), my PC will often encounter a black screen, fan spin, but there is absolutely no display. I need to hard shutdown then boot again normally to have a display again. Do you know what the source can be ? Output of Journalctl before blackscreen : https://pastebin.com/Gk6JQT0w My system info Operating System: Bazzite 43 KDE Plasma Version: 6.5.1 KDE Frameworks Version: 6.19.0 Qt Version: 6.10.0 Kernel Version: 6.17.7-ba01.fc43.x86_64 (64-bit) Graphics Platform: Wayland Processors: 16 × AMD Ryzen 7 7800X3D 8-Core Processor Memory: 32 GiB of RAM (30.4 GiB usable) Graphics Processor 1: NVIDIA GeForce RTX 4070 Ti SUPER Graphics Processor 2: AMD Ryzen 7 7800X3D 8-Core Processor Manufacturer: Micro-Star International Co., Ltd. Product Name: MS-7D75 System Version: 1.0 Thanks
Pastebin
bazzite blackscreen - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Solution:
Okay I found a solution, this seems to be caused by nvidia powerd and it seems to be a bug from nvidia drivers, masking the service seems to do the trick sudo systemctl mask nvidia-powerd.service
Jump to solution
7 Replies
AgentElrond
AgentElrond2w ago
I had the same thing, but I was able to get to a terminal with ctrl-alt-f3, just couldn't resume the graphical session Intel + nVidia for me, desktop
Narenthyl
NarenthylOP2w ago
I couldn't even do that, did you find a solution ? Additionnal info : this does not happen on my other computer which has an intel CPU (without IGPU) and a single screen, with a rtx 2070, same version of bazzite on both computers
Solution
Narenthyl
Narenthyl2w ago
Okay I found a solution, this seems to be caused by nvidia powerd and it seems to be a bug from nvidia drivers, masking the service seems to do the trick sudo systemctl mask nvidia-powerd.service
glimmung
glimmung2w ago
kind of a similar problem. Wakes from sleep and then resumes sleep a minute later regardless of activity. After the second time waking the system remains up.
AgentElrond
AgentElrond2w ago
nope if I'm reading correctly you're on desktop? According to https://download.nvidia.com/XFree86/Linux-x86_64/510.47.03/README/dynamicboost.html, if I'm reading correctly, nvidia-powerd.service shouldn't even be used except on notebooks I'm curious why you masked it instead of disabled it, does something depend on it?
Narenthyl
NarenthylOP2w ago
Just an excess of care In case it's loaded by smth else do you have an nvidia card ?
AgentElrond
AgentElrond2w ago
I wonder if the issue is that this service shouldn't run on desktops at all

Did you find this page helpful?