GrumpyTonberry
GrumpyTonberry
UBUniversal Blue
Created by Dalin on 2/5/2025 in #🛟bazzite-help
Severe bug report
Disconnecting from the internet and slowing down sounds kinda similar to the sleep issue I described in https://discord.com/channels/1072614816579063828/1327309080200740924/1330534419148312729 Vaguely similar hardware too.
18 replies
UBUniversal Blue
Created by Aleblazer on 1/24/2025 in #🛟bazzite-help
Unable to control motherboard fans on Gigabyte Z690 Aero G DDR4 on CoolerControl
I had to do
rpm-ostree kargs --append=acpi_enforce_resources=lax
rpm-ostree kargs --append=acpi_enforce_resources=lax
to read fan RPM and set fan speeds on my asus b550m motherboard. Probably worth it to do
sensors-detect
sensors-detect
if you haven't already as well.
4 replies
UBUniversal Blue
Created by Грюндик on 1/10/2025 in #🛟bazzite-help
Games prevent the system from entering sleep mode
I have found a workaround for me:
sudo systemctl edit systemd-suspend.service
sudo systemctl edit systemd-suspend.service
and then add
[Service]
Environment="SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=true"
[Service]
Environment="SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=true"
Not sure what horrible bugs this could cause but it got sleep working for me again. I did some digging regarding that setting. Looks like it got set to false in this commit https://src.fedoraproject.org/rpms/systemd/c/6162965002f9e6052e0ce8d6810028da4679e55a?branch=rawhide as a fix for this bug https://bugzilla.redhat.com/show_bug.cgi?id=2321268 Not sure why this is having an effect now since it was already set to false in stable-41.20241209 so it is not responsible for my issue on its own.
9 replies
UBUniversal Blue
Created by Грюндик on 1/10/2025 in #🛟bazzite-help
Games prevent the system from entering sleep mode
mobo: Asus Prime b550m-k argb cpu: amd Ryzen 3900x gpu: amd RX 7600
9 replies
UBUniversal Blue
Created by Грюндик on 1/10/2025 in #🛟bazzite-help
Games prevent the system from entering sleep mode
I think I am seeing something similar. In my case I am using the power button instead of waiting for idle sleep. The game will keep running instead of the system going to sleep. Exiting the game will immediately put the system to sleep. Asus Prime b550m-k argb Ryzen 3900x RX 7600 This happens in both game mode and desktop. From journalctl it looks like systemd does start the sleep process. systemd-sleep starts and networking gets disabled. It just does not actually get the system to sleep. I played around with bazzite-rollback-helper and found that stable-41.20241209 is the last version in which sleep worked correctly. It fails from stable-41.20241210 and onwards.
9 replies