this post was submitted on 25 Dec 2024
24 points (80.0% liked)

Linux

5502 readers
151 users here now

A community for everything relating to the linux operating system

Also check out !linux_memes@programming.dev

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] possiblylinux127@lemmy.zip 6 points 1 day ago* (last edited 1 day ago) (1 children)

X is broken and the people who understand it at a deep level are pretty much all dead. What's worse is that the code base is massive and doesn't follow modern code practices.

Wayland is different as there is no codebase. It is simply a set of standards that allow apps to connect to a desktop.

The X model:

App -> window manager -> X server -> hardware

The Wayland model:

App -> desktop -> hardware

This sounds like it wouldn't be that big of improvement but unlike X Wayland is designed to take advantage of the modern GPU horse power. X was originally designed to run on UNIX mainframes so to make it run like it does took a bunch of Jacky work arounds.

[–] jsonjson@lemmy.sdf.org -1 points 1 day ago (1 children)

Many of the people that maintain X are the same people working on Wayland implementations. They're pushing people towards the new thing because it makes their lives easier, and that's also the nature of engineer driven product development, it's not going to consider all the edge cases underserved from replacing legacy software because there's nobody to keep them in check.

[–] possiblylinux127@lemmy.zip 4 points 17 hours ago

There are people working on X?