this post was submitted on 21 Jan 2025
487 points (98.8% liked)

Linux

49346 readers
1151 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
top 50 comments
sorted by: hot top controversial new old
[–] Petter1@lemm.ee 7 points 6 days ago (1 children)

🤩hope I can play cyberpunk in wayland now

[–] Duke_Nukem_1990@feddit.org 6 points 6 days ago (1 children)

Huh I've been playing Cyberpunk in wayland all along. Hope you get to play too and that the issue wasn't something else!

[–] Petter1@lemm.ee 3 points 6 days ago

Maybe it is just too much time since I last played or with proton on wayland, it just takes that bit more power, so that my good ol 980 isn’t handeling it well 🤔

[–] ElectroLisa@lemmy.blahaj.zone 71 points 1 week ago (24 children)

I really hope Proton 10 will have some sort of Wayland support, even if it would be hidden behind an environmental variable

[–] muhyb@programming.dev 36 points 1 week ago

We also need a native Wayland client for Steam, though it's tied to Chromium Embedded Framework's native Wayland support. Probably it will come with Electron's support. No idea when.

[–] ogeist@lemmy.world 22 points 1 week ago (4 children)

Could you elaborate on the advantages, I'm using wayland and steam for games, no issues so far.

[–] domi@lemmy.secnd.me 28 points 1 week ago (1 children)
[–] teawrecks@sopuli.xyz 5 points 1 week ago (1 children)

Doesn't valve already use gamescope (Wayland compositor) with HDR support? And KDE?

[–] communist@lemmy.frozeninferno.xyz 11 points 1 week ago (1 children)

Yes, but it's a hack, when it's properly implemented you won't need gamescope and it won't have to be fullscreen as far as i'm aware, although i could be wrong about the fullscreen thing.

[–] teawrecks@sopuli.xyz 9 points 1 week ago (2 children)

Ah, I guess the HDR support in Wayland is still exposed via an "experimental" interface. But it looks like a handful of Wayland compositors support it, including wlroots which a bunch of smaller compositors are based off of.

[–] domi@lemmy.secnd.me 2 points 6 days ago* (last edited 6 days ago)

Even with support from the compositor, you need support for it in every part of the graphics pipeline.

Currently you can either use Wine with Wayland + Vulkan layers + KDE or gamescope + KDE (or gamescope directly in TTY).

[–] tekato@lemmy.world 1 points 1 week ago (2 children)

wlroots doesn’t support HDR.

[–] teawrecks@sopuli.xyz 1 points 1 week ago (1 children)

Ooo, the MR it links to is 10mo old and still open.

[–] patatahooligan@lemmy.world 1 points 6 days ago

And the most recent comment indicates that it's not currently being worked on by someone.

[–] communist@lemmy.frozeninferno.xyz 24 points 1 week ago* (last edited 1 week ago)

It'll be more performant, lower latency, have proper HDR support (current method is a hack), scale properly based on your displays, and probably be generally less buggy long-term (probably more buggy when it first gets added since it's a pretty fundamental change).

You're currently using a compatibility layer called xwayland to run it, which adds a ton of cruft.

Fractional scaling

[–] ryannathans@aussie.zone 4 points 1 week ago
load more comments (22 replies)
[–] DepressedMan@reddthat.com 26 points 1 week ago* (last edited 6 days ago)

Imho, linking to GitLab (source) is the best way to share on Lemmy. I see news about the Wine 10 release all day, and these are not shown as crossposts due to different links. Here are some other crossposts:

https://lemmy.world/post/24548656

https://lemm.ee/post/53236473

[–] Flax_vert@feddit.uk 21 points 1 week ago (2 children)

Thought this was a satire until I realised that Wine is a linux application

[–] blind3rdeye@lemm.ee 2 points 6 days ago* (last edited 6 days ago) (2 children)

What is Wine anyway? All I can work out is that it definitely is not an emulator... (probably it's a fermented drink made from grapes, but implemented in Linux.)

[–] herrvogel@lemmy.world 5 points 6 days ago (1 children)

It's a translator. Takes commands that are meant for windows to understand, and translates them into something Linux can work with. If the program requires the services of the kernel, for instance, it makes its system call as usual but the call gets converted to a command for the Linux kernel. At the end of the day it's the Linux kernel doing the work that was aimed at the windows kernel, and there is no windows kernel anywhere at all. That's unlike an emulator where you'd be running the windows kernel inside your Linux environment.

Wine also creates a windows-looking file structure so that programs can find the stuff they're looking for where they expect them to be. Like, it creates a "program files" directory somewhere in your filesystem and tells the windows applications to look there if they need to. There's more to it, but you get the gist I hope.

In a way, wine extends your Linux environment to support windows stuff. Whereas an emulator would create a new windows environment entirely. The goal is not to trick software into thinking it's on a windows machine, it's to make it work on Linux. The difference there is that by making it work on Linux you can make it work together and share resources with the rest of the system instead of remaining isolated in its own emulated environment.

[–] Allero@lemmy.today 4 points 6 days ago (1 children)

I think the above was a light-hearted joke. Your answer might be useful for newbies, though

[–] QuazarOmega@lemy.lol 2 points 6 days ago

I can't fathom the use of Wine on Linux, clearly Tux has always had a Beer belly

[–] penquin@lemm.ee 9 points 1 week ago

The bottle thumbnail doesn't help either. lol

[–] ryannathans@aussie.zone 13 points 1 week ago

Dvorak at last

[–] penquin@lemm.ee 6 points 1 week ago

By better hidpi support, does this mean that those "windows" specific windows that launch sometimes when I do things wine related will actually have a normal size on my 4k monitor instead of being microscopic?

load more comments
view more: next ›