Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Wine Operating Systems

Wine 10.0 Released (betanews.com) 19

BrianFagioli shares a report from BetaNews: The Wine team has officially released Wine 10.0, marking a full year of extensive development with over 6,000 changes. This stable release introduces major updates designed to enhance performance, compatibility, and visual experience when running Windows applications on Linux and other non-Windows platforms. Here's a list of the new changes and features:

- Full ARM64EC Support: Now on par with ARM64, allowing the creation of hybrid ARM64X modules blending ARM64EC and ARM64 code in a single binary.
- 64-bit x86 Emulation: Leverages ARM64EC to run internal processes natively, reducing the need for resource-intensive emulation.
- High-DPI Scaling Overhaul: Automatic adjustments for non-DPI-aware applications on high-resolution displays with customizable compatibility flags.
- Vulkan Improvements: Support for Vulkan child window rendering under X11 and compatibility with Vulkan 1.4.303.
- Direct3D Updates: Fixed-function pipeline for legacy Direct3D versions and introduced Dynamic Vulkan extensions to reduce stuttering.
- Experimental FFmpeg Backend: Better multimedia playback for applications with complex media pipelines.
- New Display Configuration Tool: Allows inspection and modification of settings, including virtual desktop resolutions.
- Wayland Graphics Driver: Enabled by default on Linux, with support for OpenGL and improved popup window placement (X11 takes precedence unless disabled).
- Input Device Improvements: Enhanced touchscreen support for X11 and expanded Bluetooth functionality.
- Internationalization Enhancements: Updated Unicode character tables and timezone data for better global compatibility.
- Upgraded Libraries: Includes FluidSynth, LibPng, and Vkd3d, alongside new developer tools like the Clang Static Analyzer and improved ARM64 support for C++ exceptions.

You can download Wine 10.0 and learn more about the release here.

Wine 10.0 Released

Comments Filter:
  • Will Wine 10 kill Windows 11? Only time will tell.

    • Probably not, but it might kill Windows 7 and it will definitely make a big dent in Windows 10.

      • but it might kill Windows 7

        It wont't. People run Windows 7 do it for one of those reasons:
        - old hardware that can't run a newer Windows, such hardware will have troubles running modern Linux + Wine
        - legacy hardware/drivers or software that won't run on newer Windows, that isn't guaranteed to work on Wine

        If you are on Windows 7 and use the apps from that era, like MS Office 2013/2016, you can simply switch to alternate apps like current LibreOffice and you will have better document compatibility, no need for Wine.

        it will definitely make a big dent in Windows 10.

        If gamers, they might

        • but it might kill Windows 7

          It wont't. People run Windows 7 do it for one of those reasons: - old hardware that can't run a newer Windows, such hardware will have troubles running modern Linux + Wine - legacy hardware/drivers or software that won't run on newer Windows, that isn't guaranteed to work on Wine

          If you are on Windows 7 and use the apps from that era, like MS Office 2013/2016, you can simply switch to alternate apps like current LibreOffice and you will have better document compatibility, no need for Wine.

          Your assumptions here are false. Any hardware that can run windows 7 will run better on linux. Yes, modern flavors of linux. You only lose the "modern" part if you go 32-bit, which windows won't even boot. Linux also has better legacy hardware support for odd drivers that modern windows has dropped.

          I still use a program I wrote last century with Visual Basic 1.0. It runs fine under wine; Microsoft's OS hasn't supported it in decades. Wine also runs most of the original "Windows Entertainment Pack" games

    • Winning or Win(e)ing? :-)

  • by bill_mcgonigle ( 4333 ) * on Tuesday January 21, 2025 @08:13PM (#65108083) Homepage Journal

    Wayland support is huge for the security-concerned.

    Not its #1 fan but the x11 event model just isn't tenable in 2025.

    Run `xev` and then go type your password in another window. Yikes.

    Good enough.

    • Wayland support is huge for the security-concerned.

      Wayland support has been there for a while (--with-wayland) albeit in "experimental mode" (but I never had any problems with it).
      It's just now enabled by default.

      Not its #1 fan but the x11 event model just isn't tenable in 2025.

      I think it has very few "fans", per se, but nearly all people with project decision making authority have recognized its necessity.
      It has, however, started to surpass X in some levels of functionality, and thanks to Valve, there have been shots fired against the byzantine steering committee that controls its protocols. I think wayland is going to

    • Try enabling "focus follows mouse" and then that won't happen.

      • It's true- that'll stop that from happening, but only because xev filters the non-focused events out.

        Any application that can connect to the display server can get all input events, period.
  • As far as I know calc is the only program that works.

egrep -n '^[a-z].*\(' $ | sort -t':' +2.0

Working...