Weird system freezes.
It's the third time my system randomly froze and did not recover.
The first time it has happened I was playing The Finals, the system froze mid match, out of nowhere. The second time it happened I was only launching that game, the system started lagging like crazy during shader precomp, and froze after like 10 seconds. And the third time happened ~15 minutes ago, when I was doing wplace stuff, nothing intensive.
How can I diagnose this issue?
3 Replies
https://canary.discord.com/channels/1072614816579063828/1087140957096517672/1407281026933325864
what are the outputs of
rpm-ostree kargs
?
Your script should work, but to make sure your kargs are correct, you would want to check the kargs by the command above.
check if that amdgpu.ppfeaturemask=0xffffffff
is not present anymore, since that enables amd overclocking support (the 0xffffffff
is not too important, it can be any 8 digit hex)
If you encountered any more freezes after that, you can check the logs after you reboot
ujust get-logs
or ujust logs-last-boot
the get-logs
one just uploads your log to a pastebin so you can easily share itleese@bazzite:~$ rpm-ostree kargs
rhgb quiet root=UUID=06b0b8b5-10fd-4b1b-8da2-6efa022b72f1 rootflags=subvol=root rw ostree=/ostree/boot.0/default/a8353d9ce8fe780c5231b85e1c42a865d41acdd9b7407432a7221b18a8fc2079/0 bluetooth.disable_ertm=1 preempt=full
AMD overclocking is already disabled. I'll see if that makes a difference
ok looks good