Skip to content

dimmus/X11R8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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