• The ability to stop applications from keylogging you, secure and efficient screenshare, decent compositing, not to mention all of the cruft it’s obtained over the years that stops it from obtaining all of these. And, as a whole, Xorg is completely incompatible with multi-monitor setups - no fractional scaling, and no multi-monitor scales, as well as refresh rates as you mentioned.

      All we should be using nowadays at most is Xwayland. You only get a pass for bare X if:

      1. You need accessibility tools that don’t work on Wayland yet: https://github.com/flatpak/xdg-desktop-portal/issues/1046
      2. You use some insanely old hardware that doesn’t support the appropriate in-kernel and userspace APIs for Wayland to function.
      3. You use NVIDIA, and can’t feasibly use Nouveau.

      Otherwise, get the fuck off of Xorg. The ecosystem has matured enough such that Wayland Just Works for basically everyone.

        • Yes, I am well aware of that. When someone refers to X, or Xorg, or X11, they’re usually referring to bare metal X - you know, the insanely broken thing that people still want to use for some inane reason.

          So what’s your point? Why does this conversation continue to go on? It’s clear that Xorg is unmaintained and will not be fixed, and Xwayland is the only thing that matters. Why argue it?

          •  jarfil   ( @jarfil@beehaw.org ) 
            link
            fedilink
            English
            111 months ago

            When someone refers to X, or Xorg, or X11, they’re usually referring to bare metal X

            Well… I don’t; I refer to X as the X protocol… which is also outdated, hacked out of its mind, and still has some bizarre legacy cruft that nobody in their sane mind even uses anymore… but isn’t the same dumpster fire as “bare metal X”. Hope we can agree on that? 🙂

    •  jarfil   ( @jarfil@beehaw.org ) 
      link
      fedilink
      English
      111 months ago

      X/X11/Xorg supports 48-bit color by default: https://linux.die.net/man/3/xcolor

      The protocol is also framerate agnostic, other than having a V-sync option.

      If you have a multi-monitor setup, with different characteristics for each monitor… well, the original X11 design was to have a separate terminal (computer) per monitor, with each terminal doing its own stuff to display an application’s image… so that’s why nowadayws we have Wayland as a middleware between drivers and X applications.

      If the drivers and/or Wayland aren’t supporting some of Xorg’s features, that still leaves Xorg feature complete.

      • No.

        Xorg doesn’t support any of that. Multimonitor is nonexistent if you want to use it on a desktop, Xwayland still suffers from the lack of multimonitor (fractional+integer) scaling, and it tears horribly if you don’t want to use inefficient and annoying vsync (Wayland’s is fine).

        Xorg is feature complete for its time; not for this time. The opposite goes for Wayland. Technically it’s a “feature” that any application can keylog on Xorg, that doesn’t mean that they should be free to do so without limit on Wayland too. If that means Wayland isn’t feature complete and Xorg is, then so be it.

        •  jarfil   ( @jarfil@beehaw.org ) 
          link
          fedilink
          English
          2
          edit-2
          11 months ago

          I used to run a multi-monitor desktop setup with Xorg, via the nVidia drivers. Two identical monitors, single framebuffer, no scaling, no tearing, single vsync.

          That was quite a while ago, and it worked great. Then I discovered I could run an nVidia and an AMD card, both at the same time, on Windows 7, so made the switch… but still.

          “feature” that any application can keylog on Xorg

          Isn’t that still a “feature” of all PC desktops? https://github.com/Aishou/wayland-keylogger

          XKCD 1200

          Some good ideas here, but Windows/Linux are still lagging behind: https://news.ycombinator.com/item?id=25971395

          • I used to run a multi-monitor desktop setup with Xorg, via the nVidia drivers. Two identical monitors, single framebuffer, no scaling, no tearing, single vsync.

            One monitor, one framebuffer, an old use case that for some doesn’t even exist now, inefficient and slow tearing prevention, laggy vsync.

            That wasn’t a multi-monitor desktop setup. That was a hacked together multi-display, single-screen setup.

            Also why would you link an LD_PRELOAD attack? That’s not Wayland-specific in any way. Any other protocol and library is vulnerable to that too. But let’s point out one major issue with that: the LD_PRELOAD needs to be loaded in before the compositor in order to be relevant. With X, you can do that at runtime. Let’s also read the README from the repository:

            This program is in no way meant as criticism of the Wayland project. It simply demonstrates that creating a secure desktop requires more than just a few server-side restrictions.

            Wayland isn’t the only software we need for a secure desktop; it just handles making the display secure. For libraries and application sandboxing, you want Flatpak, and we’re making progress on dynamic permissions there.

            So? What’s your point? Nothing here is a Wayland-specific argument. Your setup wasn’t functional, it was fundamentally a hack, and one that not-NVIDIA/Intel/AMD hardware doesn’t support. Your argument is falling flat on its face.