this post was submitted on 27 May 2025
25 points (100.0% liked)
Linux Gaming
18722 readers
385 users here now
Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME
away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.
This page can be subscribed to via RSS.
Original /r/linux_gaming pengwing by uoou.
No memes/shitposts/low-effort posts, please.
Resources
WWW:
Discord:
IRC:
Matrix:
Telegram:
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
At the same time as installing Bazzite, I also upgraded to 64GB RAM.
Here's the output of
free -m
when the game is being problematic.Here's a pastebin of the dmesg output: https://pastebin.com/N6h3HP7D
I am sure you're right about it being resource contrained. It seems to get worse over time, and the GPU reports 100% all the time while the game is running. Just trying to work out if there is something I can change to make it happier.
The issue is you say it didn't have this issue when it was running a different distro, so we know there is an acceptable state somehow. What the delta between that install and this current one is the question.
That being said, there isn't anything obvious in the dmesg output. You ran that command WHILE the problem was happening, right?
Yes, as close as I could. I had the game open and while using it the keyboard actions were delayed. Then I switched to the terminal to run the commands. So I guess not while I was pressing keys in the game, but I did it at a time when the keyboard controls were lagging.
Edit: One thing I noticed is that it appears to happen only when holding down a key. So for example, if I tap left then tap right, the character reacts instantly. But if I hold down left and the character is going left, then I switch to pressing right instead, it can take over a second to react. Like it’s not able to process the key presses as fast as they are being generated.
So this is a bit of a dumb solution, but I went to the accessibility settings in the OS and dropped the repeat frequency a bit. Now it seems to work fine!
It did seem like the events were triggering faster than the games could process them, so dropping the repeat speed a little stopped the events queueing up.
Yeah, you're not running into paging issues. That's plenty of memory available.
I have (sort of) solved the issue. When holding a key down, the events seem to be firing faster than the games can keep up with. The longer a key is held down the more it queues up. So if I hold left for a while, then suddenly switch to right, it seems to have a backlog of left events to get through before it processes the right event.
I went into the system settings and changed the keyboard repeat speed to be a bit lower. Now it seems to send events at a speed the games can keep up with, even if I'm holding down a key.
I'm not sure if this counts as a real solution but it seems to solve the issue for me, and I doubt I'll notice the slightly slower repeat frequency (I think games are only listening for the up/down events so the repeat frequency probably doesn't affect them).