joojmachine@lemmy.ml to Linux@lemmy.ml · 10 months agoWine on Wayland: A year in review (and a look ahead)www.collabora.comexternal-linkmessage-square15fedilinkarrow-up10arrow-down10
arrow-up10arrow-down1external-linkWine on Wayland: A year in review (and a look ahead)www.collabora.comjoojmachine@lemmy.ml to Linux@lemmy.ml · 10 months agomessage-square15fedilink
minus-squareLaser@feddit.delinkfedilinkarrow-up0·10 months agoIt’s in the release notes, you add a Wayland driver to your prefix via registry entry and then unset DISPLAY before starting wine. https://gitlab.winehq.org/wine/wine/-/releases/wine-9.0 The Wayland driver is not yet enabled by default. It can be enabled through the HKCU\Software\Wine\Drivers registry key by running: wine reg.exe add HKCU\Software\Wine\Drivers /v Graphics /d x11,wayland and then making sure that the DISPLAY environment variable is unset. Note that the registry entry is per prefix.
It’s in the release notes, you add a Wayland driver to your prefix via registry entry and then unset DISPLAY before starting wine.
https://gitlab.winehq.org/wine/wine/-/releases/wine-9.0
Note that the registry entry is per prefix.