Wayland. It comes up a lot: “Bug X fixed in the Plasma Wayland session.” “The Plasma Wayland session has now gained support for feature Y.” And it’s in the news quite …

    • verdigris@lemmy.ml
      link
      fedilink
      arrow-up
      35
      arrow-down
      2
      ·
      2 years ago

      The issue is that X was never a mature, feature-complete, stable project. It was always a hideous and bloated hodgepodge of disparate and barely working patches. The entire point of Wayland is to do exactly what you say tech should do: solve the particular problem (graphics server) well and cleanly, and limit itself to a definable set of features so it can actually reach that point of stability.

      • uis@lemmy.world
        link
        fedilink
        arrow-up
        4
        arrow-down
        4
        ·
        2 years ago

        The issue is that X was never a mature, feature-complete, stable project.

        Looool. It was too stable, which means stagnation.

        bloated hodgepodge of disparate and barely working patches.

        You mean bloated protocol or bloated implementation? Because kwin_wayland is pretty bloated.

        The entire point of Wayland is to do exactly what you say tech should do: solve the particular problem (graphics server) well and cleanly, and limit itself to a definable set of features so it can actually reach that point of stability.

        Tying graphics server to audio server is very clean.

    • 0x0@social.rocketsfall.net
      link
      fedilink
      arrow-up
      14
      arrow-down
      2
      ·
      2 years ago

      As I understand it, Wayland offloads a ton of stuff that was core to X11 (like input device handling) directly to the compositor. The end result is every compositor handling things differently. Compare something like i3 to Sway. Sway has to handle input, displays, keyboard layouts, etc directly in its config. If I switch to Hyprland I then have to learn Hyprland’s configuration options for doing the same. Meanwhile, switching from i3 to dwm requires only setting up the WM to behave how I want - no setting up keyboards, mice, etc. It just feels clunky to work with Wayland compositors, frankly.

      Also when something breaks in Wayland the fix is almost always hard to find or incredibly obscure because the fix isn’t for Wayland- it’s for the compositor. If your compositor isn’t popular then good luck!

      • jack@monero.town
        link
        fedilink
        arrow-up
        7
        arrow-down
        4
        ·
        2 years ago

        Can someone debunk this please? It feels like something is overlooked here

      • uis@lemmy.world
        link
        fedilink
        arrow-up
        3
        arrow-down
        1
        ·
        2 years ago

        Wayland offloads a ton of stuff that was core to X11 (like input device handling) directly to the compositor.

        Not exactly. Imagine if xorg was also desktop environment with own compositor and effects. That’s what wayland compositor is.

    • SkyeStarfall@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      8
      ·
      edit-2
      2 years ago

      For 1., the big issue is that there constantly are appearing new standards in display technologies. Two semi-recent examples are HDR and VRR, both of which X11 struggles with, and implementing those into X11 has been said to be painful by its developers.

    • thalience@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      ·
      2 years ago

      Stagnation here specifically does mean that nobody is making bug fixes or security patches anymore. Xorg is abandoned, kaput, a former software project.

      The new architecture allows developers to fix one thing without accidentally breaking 3 others.

        • nielsdg@lemmy.ml
          link
          fedilink
          arrow-up
          3
          ·
          2 years ago

          The new architecture allows developers to fix one thing without accidentally breaking 3 others.

          That’s an extremely bold claim, and vague, with no actual examples.

          The problem is not the code per se, but that we can’t add stuff anymore that doesn’t somehow break the core protocol. The plain fact is that we’ve been tacking on things to X11 which it was never designed to do for decades and we reached a breaking point a while ago.

          Stuff like multi-DPI setups are impossible to implement in X11’s single-framebuffer model; security on X11 is non-existent, but we can’t retroactively fit any kind of permissions on the protocol as that breaks X11 applications that (rightfully) assumed they could get a pixmap from the root window. There’s so much more, just take look at https://www.youtube.com/watch?v=RIctzAQOe44

        • thalience@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          arrow-down
          1
          ·
          2 years ago

          Then the problem is that it’s abandoned, not that it has stagnated

          By all means, feel free to start working on it!

          All the people who developed Xorg for 20+ years decided that creating and working on Wayland was a better use of their time. But I’m sure you know better…

          The problem isn’t that Xorg is spaghetti code (it’s pretty good for a large C project, imho). The problem is that the X11 protocol was designed to expose the capabilities of 1980s display hardware.

          • Kristof12@lemmy.ml
            link
            fedilink
            arrow-up
            1
            ·
            2 years ago

            Wayland will become a spaghetti too, unless you do “compositorhop” because one compositor is not complete and need to use another, idk if this would be a good idea

            • thalience@lemmy.world
              link
              fedilink
              English
              arrow-up
              1
              arrow-down
              1
              ·
              2 years ago

              You said that Xorg being abandoned is the problem. How should we interpret that, other than a criticism of the decision-making process of the devs?