joojmachine@lemmy.ml to Linux@lemmy.ml · 9 months agoWine on Wayland: A year in review (and a look ahead)www.collabora.comexternal-linkmessage-square17fedilinkarrow-up1155arrow-down13 cross-posted to: linux_gaming@lemmit.online
arrow-up1152arrow-down1external-linkWine on Wayland: A year in review (and a look ahead)www.collabora.comjoojmachine@lemmy.ml to Linux@lemmy.ml · 9 months agomessage-square17fedilink cross-posted to: linux_gaming@lemmit.online
minus-squareLaser@feddit.delinkfedilinkarrow-up3·9 months agoI’m on 9.0 staging and can use wine with Wayland, but not everything works, window bars etc look somewhat off and some games don’t start at all, like Stardew Valley. Other games I tried failed to hide the cursor. Others worked just fine.
minus-squareEmanuel@lemmy.eco.brlinkfedilinkarrow-up1·9 months agoHow do you make wine run without Xwayland? Just wondering if you could point me to some resource
minus-squareLaser@feddit.delinkfedilinkarrow-up5·9 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.
minus-squareEmanuel@lemmy.eco.brlinkfedilinkarrow-up1·9 months agoThank you, last I checked on the progress on the wayland driver was around this time last year
I’m on 9.0 staging and can use wine with Wayland, but not everything works, window bars etc look somewhat off and some games don’t start at all, like Stardew Valley. Other games I tried failed to hide the cursor. Others worked just fine.
How do you make wine run without Xwayland? Just wondering if you could point me to some resource
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.
Thank you, last I checked on the progress on the wayland driver was around this time last year