Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 716 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 716 Bytes

X Window System
Version 11, Release 8

This document describes how to build, install, and get started with Release 8 of the X Window System and gives a brief overview of the contents of the release.

Build

meson setup . build
meson compile -C build
meson install -C build

Changes from mainstream

  • Monolithic X Window System package
  • Meson build system
  • Enabled 3D acceleration by default
  • Integrated XCB
  • Integrated X drivers
  • Integrated X apps like twm, xinit, xclock, xterm *
  • Revived font server
  • No Windows support
  • No Wayland support

* - work in progress