• boredsquirrel (he)@slrpnk.net
        link
        fedilink
        arrow-up
        0
        ·
        2 months ago

        So you are living in an illusion of choice, while your options are obviously determined by the big corpo that you relied on for getting that card

        (Saying that, I got an NVIDIA card like a dumbass too)

  • themoken@startrek.website
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    Wayland is a sports car - modern, tailor made for performance. X is like a '99 Civic that’s had the seatbelts stripped out and the airbags replaced with cameras that let all the other cars on the road see you naked.

    It’s fine to prefer X, but the older it gets the more people are going to roll their eyes at you. XWayland is fine for random old stuff, but there is zero reason X should be running your whole display these days.

    Inb4 someone mentions network transparency that gimps the rest of the system or some 5000 year old app that needs to sniff events sent to every other program.

    • IHeartBadCode@fedia.io
      link
      fedilink
      arrow-up
      0
      ·
      2 months ago

      And the network transparency argument is long gone. While you can indeed network windows over the wire, most toolkits use client side rendering/decorations. So you’re just sending bloated pixmaps across the wire when things like RDP , VNC, etc deal better with compression, damage to the window, etc. And anything relying or accelerated with DRI3 is just NOT network transparent.

      Most modern toolkits have moved past X11 because the X protocol was severely lacking, and there wasn’t a good way as a committee to modify the protocol in an unified manner. I mean look at the entire moving Earth that it took for XFixes and Damage extensions. Toolkits wanted deep access to the underlying hardware and so they would go out of their way to work around X, because it just could not keep up.

      • themoken@startrek.website
        link
        fedilink
        arrow-up
        0
        ·
        2 months ago

        Agreed. I was an early Wayland convert because once upon a time I started writing a WM and taking an interest in X internals… And then my face melted off like I’d opened the Ark of the Covenant.

        Things are so much simpler now.