this post was submitted on 15 Oct 2023
431 points (96.5% liked)

Linux

47630 readers
1438 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
[–] captain_aggravated@sh.itjust.works 4 points 11 months ago

Here's the basic rundown: Most if not all desktop environments for Linux have used a component called X11, which is the window manager. X11 is exceptionally old; it's been around since the 1980's. Computer display technology - and what we expect computer displays to do - has changed drastically since X11's creation. X11 is old and busted, there's stuff it just outright can't do that we're beginning to expect computers to do. But, because it has been around for so long, a lot of software is written with X11 in mind, sometimes software that isn't actively developed anymore.

If X11 is old and busted, Wayland is the new hotness. Wayland has been in development for approximately ten years now; when I started getting into Linux in early 2014 I heard whispers that there were a couple projects working to replace X11, Canonical was working on their thing, Mir, and there's this other thing called Wayland.

Wayland is actually out and in service, and it can do some cool things, but also it breaks a lot of things, especially for users of Nvidia GPUs if my understanding is correct. We're still not at a point where we can kick X11 in the head and standardize the whole Linux world on Wayland yet.

Cinnamon - Mint's signature DE - hasn't even begun to try to switch over to Wayland. I'm a Cinnamon user, I'm extremely still using X11, I don't even know if I've ever run Wayland on my current hardware, so I don't have much practical experience with it.