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

Install xorg-server & xorg-xinit

pacman -S xorg-server xorg-xinit