this post was submitted on 28 Jul 2025
93 points (89.1% liked)
Linux
8740 readers
606 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
X11 and Wayland are both protocols.
Xorg is a display server. In Wayland, your compositor is the display server.
“I have run graphical multi-seat systems using x11. Something like that will never be possible in the same way for Wayland”
I have to give you this one. Wayland is not designed to be multi-seat. I do not know about “never” but you are right that multi-seat is a design difference.
My mind goes to this project again: https://github.com/wayland-transpositor/wprs
But wprs only runs one compositor so it does not inherently address multi-seat. Support for that would need to be added.