Getting freezes during certain games, last time my system froze when I quit Expedition33 to desktop.
Used error log journalctl -b -1 -p err..emerg and got this:
I’m very new with this stuff and only looked up a command to see which logs are for freezes. I might have messed with something in the command prompt while I was trying to fix my sleep issues. Pre-formatted text??
journalctl -b -1 -p err..emerg
Aug 19 18:11:33 MAHLADY kernel: virt/tdx: TDX not supported by the host platform
Aug 19 18:11:33 MAHLADY kernel: integrity: Problem loading X.509 certificate -22
Aug 19 18:11:33 MAHLADY kernel: integrity: Problem loading X.509 certificate -22
Aug 19 18:11:41 MAHLADY bluetoothd[791]: Failed to set mode: Failed (0x03)
Aug 19 18:11:55 MAHLADY kwin_wayland[1522]: Applying output configuration failed!
Aug 19 18:11:58 MAHLADY bluetoothd[791]: Failed to set mode: Failed (0x03)
Aug 19 18:12:00 MAHLADY systemd[1756]: org.freedesktop.IBus.session.generic.service: Two services allocated for the same bus name org.freedesktop.IBus, refusing operation.
Aug 19 20:33:58 MAHLADY dbus-broker-launch[776]: Activation request for 'org.freedesktop.Avahi' failed.
Aug 19 20:33:58 MAHLADY dbus-broker-launch[776]: Activation request for 'org.bluez' failed.
Aug 19 20:33:58 MAHLADY dbus-broker-launch[776]: Activation request for 'org.bluez' failed.
Aug 19 20:33:58 MAHLADY dbus-broker-launch[1779]: Activation request for 'org.kde.ksystemstats1' failed.
Aug 19 20:33:58 MAHLADY dbus-broker-launch[776]: Activation request for 'org.freedesktop.nm_dispatcher' failed.
Aug 19 20:33:58 MAHLADY dbus-broker-launch[776]: Activation request for 'org.freedesktop.nm_dispatcher' failed.
Aug 19 20:33:59 MAHLADY dbus-broker-launch[776]: Activation request for 'org.freedesktop.nm_dispatcher' failed.
When the system freezes, go to a new tty with ctrl+alt+f2, login there, and run top to see if any of the processes are hanging. If they are, look at the pid and kill them with eg kill 5334
You can then switch back to the original tty with the approraite f and see if the system resumes.
shows KDE plasma display compositor is failing when your game changes resolution or display mode upon exiting that game.
Does this happen if you switch your desktop session to X11. X11 handles full-screen display changes differently.
Activation request for 'org.bluez' failed
I think, your connected bluetooth devices are triggering state changes when your system is suspended.
If you would like to see which hardware devices are permitted to wake your system up, run cat /proc/acpi/wakeup
You might want newest amdgpu driver improvement and kernel fixes, running sudo dnf upgrade --refresh will do that, you will have to reboot your system to let your system use new modules.
Question - Do you have enough RAM to run your game? If not, you should either kill some processes or use GitHub - rfjakob/earlyoom: earlyoom - Early OOM Daemon for Linux · GitHub, which handles low-memory cases better—prevents your system from freezing (i find it quite useful for my 8GB ram laptop)
I have 32 ram, I don’t know about the X11 thing, I’m not familiar with it. It did freeze on another game recently by accidentally hitting the GUIDE button on my xbox controller, and that game never froze before so it has to be a resolution thing. I can’t use the kill command when it freezes, it’s completely unresponsive when it happens I have to force shutdown with the power button on the tower.
These are my blue tooth results, I would like to primary use only the keyboard to wake up, maybe the mouse should be disabled as well:
I dont know how to do it, but what i know is USB controllers manages multiple ports at once, if you disable the USB Controllers it is going to disable both your keyboard and mouse.