Top
Best
New

Posted by felineflock 10 hours ago

Wine 11 rewrites how Linux runs Windows games at kernel with massive speed gains(www.xda-developers.com)
728 points | 256 commentspage 3
igravious 3 hours ago|
“And because Proton, SteamOS, and every downstream project builds on top of Wine, those gains trickle down to everyone.”

the gains would trickle up, no?

sourcegrift 3 hours ago||
I'd rather they focus on productivity apps than games. Linux has enough toxic users as it is. I'll praise wine when I can install 12yo office 2014
SeriousM 9 hours ago||
Does it finally support visual studio?
metalliqaz 42 minutes ago|
the NTSYNC change is for video games, doesn't help VS
oompydoompy74 7 hours ago||
Not that it really matters, but does this article read as LLM authored to anyone else?
Twisol 6 hours ago|
I saw signs of both human and LLM authorship, so it's probably at least not slop. It did take me out of it a bit though, yes.
mschuster91 8 hours ago||
> This might sound like a small quality-of-life improvement, but it's a massive piece of engineering work. The WoW64 mode now handles OpenGL memory mappings, SCSI pass-through, and even 16-bit application support. Yes, 16-bit! If you've got ancient Windows software from the '90s that you need to run for whatever reason, Wine 11 has you covered.

Does that also apply to macOS? Even on Intel machines, Apple dropped 32-bit support many many years ago and IIRC it took ugly workarounds that weren't ever part of upstream WINE but of Crossover.

gigel82 5 hours ago||
Support for Xbox Game Pass games (typically deployed as UWP / containerized) would be absolutely amazing and likely the final nail in the coffin for Windows for gaming for many people.
DeathArrow 9 hours ago||
While I am not a big gamer anymore, I am curious whether this new Wine release make it possible to run Windows software such as Photoshop or Visual Studio on Linux with decent speed and decent resource usage.
dmitrygr 8 hours ago||
At least for the last decade Visual Studio and Photoshop ran just fine on wine.
hungryhobbit 8 hours ago||
Linux runs VS Code just fine. If you mean the larger Visual Studio suite ... why on earth would anyone want to run that garbage pile on Linux?
selectively 8 hours ago||
[flagged]
kelnos 8 hours ago|
Why?
freediddy 9 hours ago|
[flagged]
bmenrigh 9 hours ago|
No, the gains here aren't very dramatic when compared properly (against fsync), and have nothing to do with AI help. The gains come down to Linux kernel support for certain synchronization primitives like the Mutex on Windows, such that there is a more direct mapping of what a Windows binary expects to what the Linux kernel provides. See https://docs.kernel.org/userspace-api/ntsync.html for the kernel support that makes this possible.