this post was submitted on 28 Jan 2025
118 points (99.2% liked)

Linux

49393 readers
1748 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] independantiste@sh.itjust.works 8 points 2 days ago (1 children)

These articles are very misleading because Proton is already patched to include fsync (I think it's fsync). So basically there won't be any performance improvement for most games under 99.999% of setups. Still a good thing that this is merged because it means the regular wine outside of proton will now be on par with proton

[–] Ferk@lemmy.ml 7 points 2 days ago* (last edited 2 days ago) (1 children)

I think there are situations that fsync does not cover very efficiently, to the point that it can cause timing issues that lead to some bugs / incompatibilities. The timing issues might be rare, but that doesn't mean the overall efficiency is the same. It would be interesting to see benchmarks of fsync vs ntsync.

Of course, but the articles make it seem like it will 6x the performance in some games when in reality it won't because the performance gain is already factored in upstream proton