this post was submitted on 15 Jun 2026
42 points (97.7% liked)

Linux

65774 readers
673 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 7 years ago
MODERATORS
 

What's the difference for a real user between using X11 or Wayland nowdays? I haven't found anything useful on the internet, so I'm asking you. Internet articles on the topic (and about WMs too) seem to be advertising slop since they explain anything but the real things. Also, if anyone used the XLibre fork, I would love to hear about your experience with it.

you are viewing a single comment's thread
view the rest of the comments
[–] edinbruh@feddit.it 5 points 4 hours ago* (last edited 4 hours ago)

I'd like to chime in on the "average hardware" claim.

The idea that Wayland is more demanding to run than X11 is a misconception.

Mutter (Gnome's compositor) and kwin (KDE's compositor) are more demanding than xorg plus a simple window manager. Usually that's what people used to compare when they said that Wayland is demanding, and now they just keep repeating it.

In actuality, the Wayland protocol is more efficient by nature. So a light Wayland compositor (e.g. labwc) will run better on limited hardware, than a light X11 window manager.

Tho, Wayland requires proper EGL support, which you might not have on some old exotic hardware (e.g. a Tegra 2/3/4 tablet).

The example I usually make is:

  • Dig up an old intel atom netbook (it's old and
  • Try using regular lxqt on x11
  • Now try lxqt on labwc
  • See which one you'd rather use