54
What is wayland? (lemmygrad.ml)
submitted 9 months ago by nephs@lemmygrad.ml to c/linux@lemmy.ml

I know I could duckduckgo it, but I think we're at the stage at lemmy where there's space to ask basic questions.

What is it? Why does it matter? Users at which lunix proficiency level should care about it? Is it just yet another competing standard or is x actually going to die?

all 22 comments
sorted by: hot top controversial new old
[-] jeremias@social.jears.at 50 points 9 months ago

Wayland is a Display Server Protocol, meaning it is a specification of how a program wanting to display something like a window communicates with another program, the display server, which handles drawing to the screen.

It matters because it vastly simplifies and modernizes display server infrastructure.

X is huge, with many parts from the 80s and 90s that were simply not needed today, creating a fully compliant X Server with all extensions was pretty much impossible, which is the reason pretty much only X.org existed as a full implementation.

Some benefits for users are no screen tearing, VRR and support for more complicated setups like having multiple monitors all with a different refresh rate, which was a pain in the ass on X but is no problem on wayland.

X is going to die, especially with the fact that frredesktop and the two big DEs, GNOME and KDE are working on it. Some distros come with wayland by default already.

[-] wfh@lemm.ee 13 points 9 months ago* (last edited 9 months ago)

X is not going to die, X is already dead.

(great write-up btw ;) )

[-] Toribor@corndog.social 2 points 9 months ago

I started learning Linux in 2009/2010 and remember doing hacky weird things in X to get my displays working properly and hearing about how Wayland was going to replace it and make that all easier. I had no idea it was such an ordeal and would still be in a transition at this point.

[-] Valmond@lemmy.mindoki.com 3 points 9 months ago* (last edited 9 months ago)

Will this help VCN?

Edit: ugh, VNC ...

[-] Petter1@lemm.ee 4 points 9 months ago

I think there is already a solution for that

https://github.com/KDE/xwaylandvideobridge Oh it’s for other kinds of screen mirror it seems.

After short DDGO i found this https://github.com/any1/wayvnc but I don’t know if that would work

[-] Cysioland@lemmygrad.ml 15 points 9 months ago

Yes, X is actually going to die.

[-] InstallGentoo@lemmy.zip 4 points 9 months ago

In two more weeks

[-] take6056@feddit.nl 12 points 9 months ago

Explained by someone that doesn't know the technical side super well.

1: It's a new protocol for displaying. The main difference from X11, as I understand it, is a simplification of the stack. Eliminating the need for a display server, or merging the display server and compositor.

2: Some things impossible (or difficult) with X11 are much better supported in Wayland. Their not necessarily available, as the Wayland protocol is quite generic and needs additional protocols for further negotiation. Examples are fractional scaling & multiple displays with differing refresh rates.

Security is also improved. X11 did not make some security considerations (as it is quite old, maybe justifiably so). In X11 it's possible for any application to "look" at the entire display. In Wayland they receive a specific section that they can draw into and use. (This has the side-effect of complicating stuff like redshifting the screen at night, but in my experience that has fully caught up).

3: If you're interested, are in desktop application development (but I have no experience in that regard) or have a specific need for Wayland.

4: I think X won't die for a long long time if "ever". I'm not super familiar with desktop app development, but I don't think it requires more work to keep supporting X.

On the other hand, most of the complaints about Wayland I've heard were ultimately about support. At some point, when you're a normal user, the distro maintainer should be able to decide to move to Wayland without you noticing, apart from the blurriness being gone with fractional scaling.

[-] Vorter@lemmy.zip 8 points 9 months ago* (last edited 9 months ago)

I’m not super familiar with desktop app development, but I don’t think it requires more work to keep supporting X.

It doesn't depend that much on desktop application developers, but on GUI toolkit developers. It does need more work for GTK and Qt devs to support both. But the outcome will likely depend not that much on ammount of work as on "political" decisions. RedHat are now somewhat actively forcing Wayland in their distros. They also have their impact on GNOME, so it's not impossible that due RedHat's decision GNOME and then GTK (that is now developed mostly by GNOME developers, despite being GIMP Toolkit initially) will ditch X "just because".

End user Application developers usually don't deal much with Wayland or X — they just use toolkits (GTK or Qt for the majority), and toolkits do all the under the hoof work for them.

[-] wiki_me@lemmy.ml 12 points 9 months ago

On top of what other said, the wayland project also maintains the wayland protocols repository which includes additional protocols that are approved by a "committee" that includes representatives from wayland protocol implementations (wlroots, kde , gnome , smithay etc). for example now they are working on color management.

There appears to be a consensus among people working on window manager implementations that X has to go and wayland is the future.

Wayland has technical benefits, if you want the nitty gritty details see this.

Basically X11 is bad IPC at this point.

Also be careful with what you read online, I see misinformation about it relatively often.

[-] PipedLinkBot@feddit.rocks 1 points 9 months ago

Here is an alternative Piped link(s):

this

Piped is a privacy-respecting open-source alternative frontend to YouTube.

I'm open-source; check me out at GitHub.

[-] Vorter@lemmy.zip 11 points 9 months ago

In short, Wayland is a protocol for graphics.

It's somewhat similar to X, as its main purpose is the same, however the archivecture is very different, and Wayland is much simpler/barebone.

If X is going to die or not — only time will tell. For now it can be considered another competing standard.

[-] BiggestBulb@kbin.social 7 points 9 months ago

I think this is the perfect post to bring up XWayland.

That being said, I haven't used it yet (so I can't comment on whether it works flawlessly)! Can anyone elaborate on their experiences with it? I'm curious on it and don't have my hands on a Linux machine at the moment

[-] Miyabi@iusearchlinux.fyi 1 points 9 months ago

I have had a problem where some apps will just open to then show up as black. I can't seem to figure out why its not working. It is what it is.

[-] mactan@lemmy.ml 1 points 9 months ago

not flawless but barely noticeable that it's there. only time I've ever had issues was with cursor warping in one game

[-] BiggestBulb@kbin.social 1 points 9 months ago

Interesting, thank you for sharing. I'll have to give it a go next time!

[-] Moobythegoldensock@lemm.ee 6 points 9 months ago

You’ve already gotten great answers on what Wayland is, but as far as who should care:

Mainly developers and users with niche workflows. People with NVIDIA cards should care a little as initially NVIDIA did not support Wayland, but NVIDIA drivers are catching up so this should continue to improve. Most users should just switch when their DE switches.

[-] nobloat@lemmy.ml 4 points 9 months ago

Great answers here. I'd just like to add that X and Wayland are not completing. In fact, most of the Xorg devs are the ones working on Wayland. You can find Wayland mentioned in the Xorg Foundation Website.

[-] Thordros@hexbear.net 3 points 9 months ago

I don't know anything about Linux, but I believe they merged with the Yutani Corporation in 2099.

[-] halm@leminal.space 1 points 9 months ago

Justice for the colonists of LV-426! ✊

[-] CarbonScored@hexbear.net 2 points 9 months ago

Wayland is the fancy new standard that never seems to stably work for me on any of my machines :( Thanks for letting me revert to X in the login screen, GNOME.

this post was submitted on 20 Dec 2023
54 points (88.6% liked)

Linux

47325 readers
588 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