this post was submitted on 21 Jan 2025
160 points (98.8% liked)
Linux Gaming
15954 readers
395 users here now
Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME
away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.
This page can be subscribed to via RSS.
Original /r/linux_gaming pengwing by uoou.
Resources
WWW:
Discord:
IRC:
Matrix:
Telegram:
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The major feature for this release is native Wayland support. This might well be the last program I use that still required XWayland. Should mean that HiDPI with Wine is improved significantly as well, especially given there have been improvements added there as well.
Note that you need to unset the environment variable
DISPLAY
since it will still prefer the X11 backend if both are available. Something like this should work:DISPLAY= wine <application>