this post was submitted on 29 Jun 2025
474 points (98.4% liked)

Linux Gaming

19666 readers
325 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
 

Today, I switched the last of my Windows machines to Linux: my gaming PC. I've been using Linux on servers for many years but was a bit apprehensive for gaming.

Turns out it just... works. Just installed steam and turned proton on, have zero performance or other issues. I'm using Ubuntu 25.04 for the 6.14 kernels NT emulation performance tweaks. Aside from there not being a catalyst driver for it and so I can't undervolt my card everything is great.

you are viewing a single comment's thread
view the rest of the comments
[–] truthfultemporarily@feddit.org 14 points 2 days ago (2 children)
[–] pinball_wizard@lemmy.zip 17 points 1 day ago* (last edited 18 hours ago) (2 children)

You made the right call, for your situation.

They're just letting you know that you will want to apply each annual upgrade when they come out, to ensure your system stays secure.

This may contrast with any Ubuntu-running friends you may have, who may not be applying updates annually.

Once you've upgraded to ~~28 (in ~ 2028)~~ 26.04, you can safely skip the next four years of upgrades, if you feel like it, because ~~28~~ it will ~~(probably)~~ be the next Long Term Support (LTS) release.

[–] foo@feddit.uk 5 points 20 hours ago (1 children)

LTS for Ubuntu are every two years; April of the even years. Next LTS will be 26.04, then 28.04 etc.

[–] pinball_wizard@lemmy.zip 2 points 18 hours ago* (last edited 18 hours ago)

Sweet. That's more often than I realized. Thank you.

[–] someacnt@sh.itjust.works 3 points 17 hours ago

TIL that Ubuntu release denotes the year and month. I thought it was just quirky versioning..

[–] yoevli@lemmy.world 8 points 2 days ago (3 children)

Assuming you're playing games through Proton rather than vanilla Wine, kernels before 6.14 already have fsync which is used by Proton and effectively does the same thing as ntsync.

[–] truthfultemporarily@feddit.org 6 points 2 days ago (1 children)

Good info, but I guess I just upgrade my way to 2604

Don't get too hung up on it. It was an fyi not a "stop what you're doing you newb!"

We need people to test the latest, bleeding edge. So you're helping with that! But since you're new to Linux I wanted to make sure you knew what you were getting yourself into.

It's not that odd numbers are less stable. It's more that they aren't supported for long term. Many of the lessons learned are pushed to the next version though so either way you're doing good.

I'm not a PC gamer so for me stamina and longevity matter more to me than bleeding edge technology.

[–] squaresinger@lemmy.world 1 points 1 day ago

I'm running Fedora and since kernel 6.11 my laptop can't wake from sleep, so I keep the kernel back to 6.10, where everything works.

But at the same time I have quite heavy troubles with wine/proton. Probably 80% of the games I tried either don't run at all or only run at <3 FPS. And I'm talking about 10+yo games on a Nvidia 4070 Mobile.

Could it be that the issues come from Wine/Proton expecting ntsync and not having that available?

[–] kuberoot@discuss.tchncs.de 1 points 1 day ago

I don't think either has ntsync support enabled by default, but it's supposed to have better accuracy or performance, thanks to putting the needed APIs directly in the kernel, right?