EDIT: The solution was that it was freesync. Turned it off on my monitor, and that fixed it.
I recently picked up a used RX 6600xt, and ever since the screen will occasionally freeze for 1-2 seconds before returning to normal. As far as I can tell, input and sound work as normal during these. There’s no real pattern either.
I’m on Mint 21.3 Cinnamon, on the 6.5 kernel (there was a sleep related issue for me in the default kernel version). Since getting the GPU, I’ve replaced the CPU and motherboard.
Any guesses as to what this might be, or where to look? I tried checking mint’s logs app and there didn’t seem to be anything associated with it.
During the minute that one of these freezes happened, this is the log output:
Just a hunch but I’d look into rtkit. A bad process with realtime priority could starve out others.
Temporarily disable rtkit and log out.
I vaguely know rtkit handles thread/process priority… could there be any possible issues if I disable it?
Edit: actually have a more important question: how do I disable rtkit? It seems to just start up regardless of what I do.
The only important instance I know of would be your audio server (pipewire, pulse) which could also explain why audio continues to work.
Masking the service should do it.
My guess would be 3rd line from the bottom: a systemd service named
gnome-terminal-server
is being started. Why is it being started? Maybe it crashed and is set to always restart? Not sure.I think that was me opening the terminal to run journalctl lol