[article/information] Linux Jargon Buster: What is a Display Server in Linux? What is it Used for?
1 message · started by Devi Garcia on Aug 29, 2020
[article/information] Linux Jargon Buster: What is a Display Server in Linux? What is it Used for?
From Devi Garcia · Aug 29, 2020
In Linux related articles, news and discussions, you’ll often come across the term display server, Xorg, Wayland etc.
In this explainer article, I’ll discuss display servers in Linux.
What is display server in Linux?A display server is a program which is responsible for the input and output coordination of its clients, to and from the rest of the operating system, and among the hardware and the operating system. Basically, thanks to a display server, you can use your computer graphically (GUI). Without the display server, you would only be restricted to a command line interface (TTY).
The display server provides the framework for a graphical environment so that you can use mouse and keyboard to interact with applications.
The display server communicates with its clients over the display server protocol, like X11. The display server is a key component in any graphical user interface, specifically the windowing system.
Don’t confuse display server with desktop environment. The desktop environment uses display server underneath it.
Sounds familiar but it is not fully clear? Let me explain.
