this post was submitted on 19 Nov 2025
1084 points (97.7% liked)

Technology

76949 readers
3167 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Grim@discuss.tchncs.de 2 points 1 day ago (1 children)

KDE is a desktop environment right? What is Wayland? Does any distro come with these out of the box?

[–] turdas@suppo.fi 5 points 1 day ago (1 children)

Yes, KDE is a desktop environment. It's one of the "Windows-like" ones and very customizable, and arguably the most technically advanced one at the moment.

Wayland is the display server, as it is called. It's basically the back-end component that facilitates actually displaying anything on the screen. It replaced another component called X11, which was released in 1987 and had become a completely unmaintainable mess of technological debt.

Wayland took a very long time to develop and there are still some growing pains, which is why you will occasionally still see people arguing that X11 is better -- these days you should probably just ignore anyone who says that though, as the overwhelming majority of users will be much better served by Wayland than by X11.


As for what distros support it, basically every up-to-date distro (latest major version release during or after 2024) using one of the following desktop environments will default to Wayland: KDE, Gnome, COSMIC, Sway, Hyprland. Other DEs don't yet have stable Wayland support. Notably Linux Mint, a very common recommendation, is not on this list because the Cinnamon DE it uses does not yet support Wayland.

A couple of example distros mentioned in the thread and article would be Bazzite, Fedora and CachyOS. These distros all update swiftly, which is desirable because the Linux desktop is advancing very quickly at the moment. Slower-moving distros like Debian or Ubuntu LTS tend to miss out on a lot of nice new features.

[–] Grim@discuss.tchncs.de 2 points 1 day ago

Thank you very much! I think I will give Fedora a try, I read somewhere that a lot of companies use it, so I assume it's pretty reliable.