-
-
Notifications
You must be signed in to change notification settings - Fork 321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Desktop goes to sleep but actively wakes up after a few seconds of sleeping #1928
Comments
Seeing the same with a custom built PC Processor: 5700X3D |
I think Aurora does this too which probably means it's a KDE Plasma 6 bug, but keeping it open here for traction. |
For me, this only happens with the 5700x3D. It does not happen when I switch it to a 5600G. |
(I also tried resetting the BIOS to defaults, does not help) |
Hi, |
@Voyded Thank you ! Looks like the problem described there is not exactly equivalent, as what we are seeing is not a complete system freeze when entering sleep, only an instant wake up. I'll try your solution to disable GPP0 and GPP8 also. Not sure i'll be able to automate it with a systemd service on bazzite, being immutable and all (maybe with a user service instead of a system one ?), but it will at least allow us to confirm that this is the cause. |
You can narrow down what's waking up your PC by trial and error, if it happens to be caused by something else. |
Managed to create a service that automates GPP0 & GPP8 disable for me.
Content of custom service:
With To enable run these commands: Reboot and check output of
In case GPP0 & GPP8 is not the issue, replace it with correct device in |
@Voyded thank you So much for your detailed comments ! Sleep now works for me :D Looks like GPP0 was enough for me, I did not need to disable GPP8. Thank you again ! |
Describe the bug
I can suspend my desktop manually, but if it suspends on its own then it never actually sleeps. It wakes up repeatably and I know by system sounds that KDE Plasma makes when it happens.
What did you expect to happen?
I expect the computer to go into sleep mode when I am away for the default KDE Plasma suspend time.
Output of
rpm-ostree status
Hardware
Operating System: Bazzite 41
KDE Plasma Version: 6.2.3
KDE Frameworks Version: 6.8.0
Qt Version: 6.8.0
Kernel Version: 6.11.8-305.bazzite.fc41.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 8 × AMD Ryzen 3 5300G with Radeon Graphics
Memory: 15.0 GiB of RAM
Graphics Processor: AMD Radeon RX 5500
Manufacturer: HP
Product Name: HP Pavilion Gaming Desktop TG01-2xxx
Extra information or context
This is a prebuilt HP PC... Don't judge me! 😆
The text was updated successfully, but these errors were encountered: