• 8 Posts
  • 405 Comments
Joined 2 years ago
cake
Cake day: June 2nd, 2023

help-circle





  • As reiterated by the OP, the proposal is just a proposal and was proposed with heaps of lead time probably because they expected it to be controversial.

    As also mentioned, heaps of volunteer time is spent maintaining the packages where most are barely used (even for gaming).

    However, it does not seem like there is a viable alternative. Many comments say the suggested alternative, WINE’s WoW64, does not work for all games.

    I can see both sides here. Fedora maintainers says “this is so much work!” and (mostly) gamers saying “But older games will stop working!”.

    The response from the Bazzite guy does seem overblown to me. I would think the first step is to work out the impact, as I haven’t seen anyone quantify what proportion of games are affected and if there are alternatives like emulation.


  • Dave@lemmy.nztoMemes@sopuli.xyzA true horror
    link
    fedilink
    arrow-up
    11
    ·
    15 days ago

    I deleted all mine but the funny thing is back then they were all posts on people’s walls. You used to go to their wall and write something then they would come to yours to reply like a really bad chat UI.

    If you went back to 2009 my posts would all be “That’s so true lol” or “Thursday at 7?” And make no sense out of that original context.




  • 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).





  • No, it’s the desktop edition. It’s a laptop, but I have a wireless keyboard that I plugged in and tried. It didn’t help, same thing.

    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.


  • 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.


  • 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.

    $ free -m
                   total        used        free      shared  buff/cache   available
    Mem:           64076       14703       43303        3643       14036       49372
    Swap:           4095           0        4095
    

    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.