this post was submitted on 02 Jan 2024
162 points (81.4% liked)

Linux

53153 readers
1549 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] AMDIsOurLord@lemmy.ml 7 points 1 year ago (1 children)

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 7 points 1 year ago* (last edited 1 year ago) (1 children)

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 3 points 1 year 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