you are viewing a single comment's thread
view the rest of the comments
[–] 10 points 2 years ago (1 child)

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.

  • source
  • parent
  • hideshow 2 child comments