this post was submitted on 19 Jun 2025
259 points (97.8% liked)

Linux

7969 readers
1000 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] PlexSheep@infosec.pub 9 points 1 day ago (1 children)

X11 is the display server. Your desktop environment, like gnome, has a window manager managing your opened applications and tells the display server "please render this stuff on the actual screen".

X11 is ancient and sucks, because for example, it can't do fractional scaling well, which is important for screens that have a higher resolution, since everything appears tiny otherwise.

The display server also offers some functionalities that the desktop environment can make use of, like global hotkeys, or screen sharing.

I'm not an expert or anything, but I think it's about right like this.

[โ€“] Sir_Kevin@lemmy.dbzer0.com 2 points 9 hours ago

Many thanks for the explaination!