• AMDIsOurLord@lemmy.ml
    ·
    6 months ago

    Which no, haven’t gone away as the technology advanced as many people would like to believe, we’re still using displays and networking and keyboards and mice.

    Which X.Org was not designed to support.

    • Muehe@lemmy.ml
      ·
      edit-2
      6 months ago

      Do you mean not initially designed to support? Because at least for displays and networking (in the sense of being able to send X events over the network) that seems wrong, a network capable display server is basically X's entire purpose? And for keyboards and mice there are extensions now, so x.org as a standard now very much supports those by design. Actually to my knowledge Wayland basically just forked their keyboard standard, the X Keyboard Extension.

      • AMDIsOurLord@lemmy.ml
        ·
        6 months ago

        XOrg is designed so a central server (mainframe) sends and receives data from smaller terminals, and that not only includes a heap of devices that haven't been in use since the 90s it also has a ton of features that nobody uses. (See: X native fonts, X native widgets, X driver model...)

        X's way of handling events and sending draws to clients as such is somewhat convoluted. Once you start to really dig into it, it's amazing how much people managed to stack on top of it until today.

        Besides, modern day X over Network is a somewhat niche and possibly broken function