44
submitted 2 days ago* (last edited 2 days ago) by PlzGivHugs@sh.itjust.works to c/linux4noobs@programming.dev

Obviously this is somewhat subjective, but I've had a lot of problems in my previous attempts to switch to Linux, so I'd like to create a list of distros to try out, and see what works for me. I'm mostly expecting to be doing basic office work and light gaming via Steam.

you are viewing a single comment's thread
view the rest of the comments
[-] classic@fedia.io 3 points 2 days ago

what is wayland and how important is it?

[-] bestboyfriendintheworld@sh.itjust.works 2 points 1 day ago* (last edited 1 day ago)

If you have HDR monitors or high resolution screens, that need fractional scaling you’re better off with Wayland and KDE.

what is wayland

Basically, whenever an app has a GUI it wants to display, it communicates that to 'the system' with all the necessary details. After which 'the system' does the rendering and whatnot. Wayland is a protocol that defines a set of rules on how this interaction should take place. Hence, technically, it is only (the defining) part of the modern solution.

how important is it?

Very. Basically, either it or its 'predecessor'^[The term is used loosely here, because there's a very big difference between the two.] X11 is involved whenever you want to display/render anything^[Which, to be clear, happens literally all the time. Unless your display needs don't go beyond what was already available on MS-DOS*.] on desktop Linux. As X11 has been abandoned in favor of Wayland, some modern features like HDR or VRR are only found on the latter. On the other hand, I believe Wayland was never meant to offer full feature-parity with X11. Hence, some unsupported edge cases may continue to exist indefinitely. Thankfully, it has come a long way. What remains are some concerns related to accessibility AND the adjustment^[Like, how only very recently Electron got to become proper Wayland-native. Note that Xwayland is included with Wayland as a compatibility layer whenever something is not Wayland-native yet.] of the surrounding ecosystem.

[-] classic@fedia.io 1 points 1 day ago

Thank you for the intro, that helped. Sounds like Mint not having it is relevant

[-] ChristerMLB@piefed.social 1 points 2 days ago

Not very. X11 is still widely used and works fine. Wayland is the future, but you'll probably be fine either way.

I copied this table from here: https://www.linuxteck.com/x11-vs-wayland/

| Feature | X11 | Wayland | |


|


|


| | Architecture | Multi-program chain (X Server + WM + Compositor) | Single unified Compositor handles everything | | Render Method | RAM multi-copy — pixels duplicated per frame | Zero-copy GPU — same buffer start to finish | | Security Model | Open trust — any app sees all input and screen | Isolated by design — apps see only their own window | | Screen Tearing | Common — vsync not guaranteed by protocol | Eliminated — compositor controls frame delivery | | HiDPI / Fractional Scaling | Inconsistent — requires per-app configuration | Per-display — clean scaling built into protocol | | Multi-Monitor HDR | Limited — retrofitted support only | Full support — designed from the ground up | | SSH Remote Display | Native — X forwarding works out of the box | Needs external tools (e.g. Xwayland, RDP) | | GUI Automation Tools | Rich ecosystem — xdotool, wmctrl, AutoKey | Limited — protocol restricts cross-app access | | Legacy App Support | Full native support | XWayland compatibility bridge | | NVIDIA Driver Support | Stable — long-established | Good — driver series 495 and above | | Battery Efficiency | Higher overhead — extra RAM copies per frame | Lower overhead — GPU buffer reuse | | Development Status | Maintenance-only since 2024 | Actively developed — expanding scope |

Regarding its architecture, the table says about Wayland the following

Single unified Compositor handles everything

While this has been true in practice, this isn't dictated. For example, very recently, we're finally seeing the decouplement of the compositor from the window manager. Granted, this is still a very recent development and we don't know if others will follow suit. But I'm excited to see where this will lead us.

[-] moxymarauder@thelemmy.club 1 points 2 days ago

display manager. it'll cause issues with switching applications and rendering and such. Wayland is the direction everyone is going.

[-] INeedANewUserName@piefed.social -2 points 2 days ago

Wayland is replacing X11 at a rate where quality control isn't there.

this post was submitted on 24 Mar 2026
44 points (95.8% liked)

linux4noobs

3208 readers
23 users here now

linux4noobs


Noob Friendly, Expert Enabling

Whether you're a seasoned pro or the noobiest of noobs, you've found the right place for Linux support and information. With a dedication to supporting free and open source software, this community aims to ensure Linux fits your needs and works for you. From troubleshooting to tutorials, practical tips, news and more, all aspects of Linux are warmly welcomed. Join a community of like-minded enthusiasts and professionals driving Linux's ongoing evolution.


Seeking Support?

Community Rules

founded 2 years ago
MODERATORS