this post was submitted on 23 Nov 2024
130 points (99.2% liked)

Linux

48328 readers
602 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] thingsiplay@beehaw.org 22 points 1 day ago (2 children)

Anyone know how the Wayland driver in WINE will impact? I mean Wine works on XWayland so far, so what can we expect to get better with native Wayland support? I've searched a bit in web, but its hard to find some definitive answers (lots of general WINE and Wayland topics, often outdated).

[–] exu@feditown.com 28 points 1 day ago (1 children)

From my testing of the Wayland backend when it was still hidden behind a registry setting, it's mainly for DPI awareness. For example, I use a 1440p screen with 1.25 scaling. Currently Wine through Xorg therefor sees my desktop as 1152p high. With the Wayland driver it would still correctly identify as using a 1440p screen.

[–] Bogasse@lemmy.ml 3 points 9 hours ago

I've been using the unstable branch for this exact reason. Otherwise I'd have to change my scaling every time I launch a game.

[–] Zamundaaa@discuss.tchncs.de 15 points 1 day ago (1 children)

Well, HDR works in Wine Wayland, and X11 can never do it without gamescope.

[–] domi@lemmy.secnd.me 3 points 19 hours ago (2 children)

Do you happen to know if you still need the HDR layer when using Wayland directly? I know gamescope didn't require it for a while now but I never saw anything about it for Wine.

[–] Zamundaaa@discuss.tchncs.de 4 points 16 hours ago

Yes. The Mesa implementation for this stuff isn't merged yet. Once it is merged, the layer will be irrelevant.

[–] umbrella@lemmy.ml 1 points 17 hours ago

did they update gamescope to work with xorg?