• @CodingCarpenter@lemm.ee
    link
    fedilink
    72 years 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
      72 years 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
      62 years 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.