Install Window System Display - creationsoftre/Arch-Linux-wiki GitHub Wiki
Overview
- The X Window System (X11, or simply X) is a windowing system for bitmap displays, common on Unix-like operating systems.
- X provides the basic framework for a GUI environment: drawing and moving windows on the display device and interacting with a mouse and keyboard.
- Xorg (commonly referred to as simply X) is the most popular display server among Linux users.
- Xinit is typically used to start window managers or desktop environments.
Window System Display Options
- Wayland - Wayland is a display server protocol. It is aimed to become the successor of the X Window System.
Learn More - https://wiki.archlinux.org/title/wayland#Compositors
Install xorg-server & xorg-xinit
pacman -S xorg-server xorg-xinit