this post was submitted on 05 Nov 2024
492 points (99.6% liked)
Technology
59373 readers
8218 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Wayland?
Difficult to concisely explain what Wayland is.
Software in the Linux ecosystem tends to be built on earlier projects. You may be aware of the various Desktop Environments like Gnome, KDE, Cinnamon, xfce, etc. Something they all have, or had, in common was they all used a truly ancient piece of software called X11. This is the Windowing server. Most of the look and feel of a desktop environment comes from a configuration file that sets up X11 to work a certain way.
X11 has been a standard for longer than Linux has existed, it dates to the early 80's. It is quite old and isn't capable of keeping up with some newer technologies like multiple monitors at different framerates, HDR, there are problems with things like Freesync, etc.
Wayland is a project for replacing X11 with a newer system designed with modern display technology in mind. It works a little differently, and it breaks compatibility with a lot of long-standing systems, but it's now in use by several DEs by default. At the moment there are technical reasons to use Wayland and technical reasons to use X11.