• CodingCarpenter@lemm.ee
    link
    fedilink
    arrow-up
    10
    ·
    8 months ago

    Can someone explain to me what Wayland is? I don’t fully understand I read wikis on it but I’m still new to a lot of this

    • gornius@lemmy.world
      link
      fedilink
      arrow-up
      11
      arrow-down
      1
      ·
      8 months ago

      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.

    • FrankTheHealer@lemmy.world
      link
      fedilink
      arrow-up
      8
      arrow-down
      1
      ·
      8 months ago

      Software that displays programs on screen. X11 goes way back and is inefficient. Wayland is the new standard but is seeing regular improvement and updates. I know Fedora have already moved to Wayland. I think Ubuntu have now too. Mint going this direction is good news.

      TLDR, software that displays apps on screen. X11 is old and awkward. Wayland is new and better but has been slowly becoming standard.

    • LeFantome@programming.dev
      link
      fedilink
      arrow-up
      5
      arrow-down
      1
      ·
      edit-2
      8 months ago

      Wayland is basically the graphics system. Technically, Wayland is just the protocol and a “compositor” that implements Wayland acts as the display server—the thing that draws and manages the application windows on your screen.

      Wayland replaces X11 ( the X Window System ), if you know what that is.