Wine 11 could be the tipping level that lastly pushes players from Windows to Linux

This web page was created programmatically, to learn the article in its authentic location you may go to the hyperlink bellow:
https://www.zdnet.com/article/wine-11-linux-gaming-windows-switch/
and if you wish to take away this text from our web site please contact us


USA, New Mexico, Bosque del Apache National Wildlife Refuge, Blurred image of of Snow Geese (Chenhyperborea hyperborea) in flight above Rio Grande Valley before dawn

Paul Souders through Stone / Getty Images

Follow ZDNET: Add us as a preferred source on Google.


ZDNET’s key takeaways

  • Wine 11 brings near-native efficiency to Windows video games on Linux.
  • Thanks to NTSYNC, efficiency bottlenecks are a factor of the previous.
  • Wine 11 is now obtainable in most distro default repositories.

I keep in mind, in 1999, after I used Wine for the primary time to run the unique Diablo sport. I assumed I’d achieved one thing very particular (as did all of my Linux-curious associates). Back then, working video games with Wine was no straightforward feat.

Fast ahead a few many years, and Wine has made huge strides ahead. It appeared Linux was on the precipice of one thing nice. Then Valve stepped into the image and ramped up assist on Linux for Windows video games, and issues moved from the doable to the possible. 

Also: My 11 favourite Linux distributions of all time, ranked

And now, the builders of Wine have introduced a change that can doubtless be the ultimate push players have to migrate from Windows to Linux. That change comes within the type of NTSYNC assist. This new characteristic was launched as a kernel driver in January 2026 and retools how Windows video games synchronize threads on Linux.

Let me rephrase that in a approach that everybody will perceive:

Wine NTSYNC assist brings efficiency good points of as much as 678% for video games on Linux.

The Wine builders shifted how thread synchronization works by the use of a brand new /dev/ntsync gadget to resolve a problem that has plagued gaming on Linux for over a decade. Now, Windows video games will run at native or near-native efficiency with out rewriting a single line of code.

Previously, Wine dealt with Windows NT synchronization through RPC (Remote Procedure Call) by way of a course of referred to as wineserver. That workaround required information to be despatched over a socket to wineserver, which might then carry out the operation on the info, and ship the reply again. Given what number of of those calls fashionable video games make per second, it may result in a severe bottleneck.

In different phrases, wineserver was a giant downside.

With NTSYNC, the /dev/ntsync gadget is uncovered, so the Linux kernel now handles the sync natively. Wine now mechanically detects a supported kernel (model 6.14 or newer) and makes use of NTSYNC when obtainable.

This is huge.

According to XDA, documentation for the patch claims a “50-100%” enchancment for many video games.

For NTSYNC to work, you should have at the very least Linux kernel 6.14 (you may test with the command uname -r), and the ntsync module should be loaded at boot (which could be checked with sudo modprobe ntsync). Here’s what you are able to do (if the module is not loaded).

Also: 5 causes to change to an immutable Linux distro at the moment – and which to strive first

Check to see if /dev/ntsync exists with:

ls -l /dev/ntsync

If you get the error “cannot access ‘/dev/ntsync’: No such file or directory,” you should load the module with:

sudo modprobe ntsync

Once the module is loaded, run a Wine sport and benefit from the improve in efficiency.

Even extra additions to Wine

Wine 11 is not nearly NTSYNC. You’ll additionally discover that the WoW64 (Windows 32-bit on Windows 64-bit) implementation is now full. WoW64 permits the Wine binary to run each 32- and 64-bit video games, with out having to make use of multilib libraries. WoW64 can be now able to dealing with OpenGL reminiscence mappings, SCSI pass-through, and 16-bit app assist.

The above is necessary as a result of most Linux distributions have already (or have begun) the method of phasing out 32-bit assist. Without WoW64, 32-bit video games would not run on Linux.

Other modifications and enhancements embrace:

  • Improvements to the Wayland driver.
  • EGL is now the default backend for OpenGL rendering (on X11).
  • Initial assist for hardware-accelerated H.264 decoding.
  • Improvements to drive suggestions assist.
  • A brand new driver for Bluetooth that features BLE and correct pairing assist.
  • Zip64 compression assist.
  • Unicode 17.0.0 assist.
  • TWAIN 2.0 scanning (64-bit apps solely).
  • IPv6 ping performance.

Of course, there’s additionally the standard host of bug fixes.

All this comes collectively to make Wine 11 essentially the most consequential launch thus far, and guarantees to profoundly stage up Linux gaming.

Also: How a lot RAM does your Linux PC want in 2025? Here’s my final candy spot

Wine 11 ought to already be in your distribution’s default repositories. One of the most important exceptions to that is Ubuntu 24.04, which doesn’t embrace a kernel new sufficient to assist the newest launch.


This web page was created programmatically, to learn the article in its authentic location you may go to the hyperlink bellow:
https://www.zdnet.com/article/wine-11-linux-gaming-windows-switch/
and if you wish to take away this text from our web site please contact us