For the past few months we have been improving the experimental Wayland driver for Wine, which allows Windows applications to run directly on Wayland

Wine on Wayland meets Vulkan, multi-monitor support & more

submited by
Style Pass
2021-06-07 17:30:05

For the past few months we have been improving the experimental Wayland driver for Wine, which allows Windows applications to run directly on Wayland compositors. Our goal is to eventually remove the need for XWayland for many use cases, and thus reduce the overall system complexity while eliminating points of potential inefficiency.

We first announced our work on the driver last December, and posted an update earlier this year. We are now happy to announce a second update for this driver, adding several major features which increase its scope and utility. You can read all the details in the new upstream mailing list RFC (Request for Comment) post. Here is a list of the new features:

Vulkan support comes with window management handling (resizing, fullscreen etc), and can be used either directly or to implement Direct3D through either WineD3D or DXVK.

The Wayland driver now exposes multiple monitors to Wine and supports dynamic addition and removal of monitors. It also supports changing the application-perceived resolution of each monitor (through compositor scaling, see previous update) to implement per-monitor mode changes. There is also support for HiDPI/scaled monitors to the degree that this is achievable under the current Wine and Wayland constraints.

Leave a Comment