This package browser is in early development. Mind the rough edges.

xorg-server

Xorg implementation of the X Window System

This package provides the Xorg X server itself. The X server accepts requests from client programs to create windows, which are (normally rectangular) 'virtual screens' that the client program can draw into.

Windows are then composed on the actual screen by the X server (or by a separate composite manager) as directed by the window manager, which usually communicates with the user via graphical controls such as buttons and draggable titlebars and borders.

Installation

Install the latest version of xorg-server as follows:

guix install xorg-server

Or install a particular version:

guix install xorg-server@21.1.18

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of xorg-server about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/xorg-server'><img src='https://packages.guix.gnu.org/packages/xorg-server/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/xorg-server/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/xorg-server)

Example Org:

[[https://packages.guix.gnu.org/packages/xorg-server][https://packages.guix.gnu.org/packages/xorg-server/badges/latest-version.svg]]