this post was submitted on 14 Jan 2025
140 points (100.0% liked)

Linux Gaming

15693 readers
175 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.

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
[–] 9point6@lemmy.world 25 points 2 days ago (1 children)

Well this will hopefully be a nice little performance boost for the Steam deck down the line

[–] BananaTrifleViolin@lemmy.world 18 points 1 day ago (3 children)

The article suggests alternative fixes were implemented in Proton - esync and fsync. On searching, Esync is available already in proton everywhere and fsync is a newer better fix but depends on the users kernel build. Steam Proton uses both apparently, with fsync used if your kernel supports it.

So the performance increase may not be as marked or even present on the Steam Deck. The NTSYNC patch will make this universally available including in wine, while Proton already has fixes in place.

It would be interesting to see how NTSYNC compares to fsync. Again on searching, NTSYNC does seem to offer a performance uplift over Fsync, but it doesn't seem to be a dramatic improvement.

[–] Metz@lemmy.world 16 points 1 day ago

Just a minor correction. esync and fsync were in wine 5 years before proton even existed. So they were not implemented into proton, but were already part of it from the start.

[–] Feyd@programming.dev 11 points 1 day ago

The benefit over fsync is that it'll be more correct. Fsync works for the majority of games, but there are programs that will be fixed by using ntsync instead

[–] msage@programming.dev 2 points 1 day ago

Why would they call it fsync ffs