Linux Mint bringing Wayland sessions to Cinnamon

ZcaT@lemmy.world to Linux@lemmy.ml – 371 points –
blog.linuxmint.com
89

You are viewing a single comment

The way for your desktop to communicate with the hardware.

It used to be X11 - A server-client architecture, which meant your desktop was effectively just a client that told the server what to do. The server was the one doing the drawing

Wayland is just a protocol, defining how programs and desktop should communicate with each other - without a middleman that was X11 server. The desktop does the actual drawing here.