XLibre Xserver
Go to file
Enrico Weigelt, metux IT consult dd61de3e3a (submit/move-systemd-logind.h) move systemd-logind.h to hw/xfree86/os-support/linux
systemd is linux specific and the actual implementation is under the
os-support layer of xfree86 ddx. Thus no need to keep it in global
include directory, putting it onto the linux specific os-support instead.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-05-22 17:35:10 +02:00
.gitlab-ci
Xext (submit/selection.h) dix: rename selection.h to selection_priv.h 2025-05-22 17:35:09 +02:00
Xi (submit/miext-extinit) miext: move over extinit_priv.h from include 2025-05-22 17:35:09 +02:00
composite (submit/miext-extinit) miext: move over extinit_priv.h from include 2025-05-22 17:35:09 +02:00
config (submit/move-systemd-logind.h) move systemd-logind.h to hw/xfree86/os-support/linux 2025-05-22 17:35:10 +02:00
damageext (submit/selection.h) dix: rename selection.h to selection_priv.h 2025-05-22 17:35:09 +02:00
dbe (submit/miext-extinit) miext: move over extinit_priv.h from include 2025-05-22 17:35:09 +02:00
dix (submit/split-input.h) include: move private definitions out of input.h 2025-05-22 17:35:10 +02:00
doc
dri3 (submit/miext-extinit) miext: move over extinit_priv.h from include 2025-05-22 17:35:09 +02:00
exa
fb
glamor
glx (submit/miext-extinit) miext: move over extinit_priv.h from include 2025-05-22 17:35:09 +02:00
hw (submit/move-systemd-logind.h) move systemd-logind.h to hw/xfree86/os-support/linux 2025-05-22 17:35:10 +02:00
include (submit/move-systemd-logind.h) move systemd-logind.h to hw/xfree86/os-support/linux 2025-05-22 17:35:10 +02:00
man
mi (submit/miext-extinit) miext: move over extinit_priv.h from include 2025-05-22 17:35:09 +02:00
miext (submit/miext-extinit) miext: move over extinit_priv.h from include 2025-05-22 17:35:09 +02:00
os (!1578) os: fix link failure on Illumos 2025-05-22 17:35:10 +02:00
present (submit/miext-extinit) miext: move over extinit_priv.h from include 2025-05-22 17:35:09 +02:00
pseudoramiX (submit/xfuncproto) fix mising includes of <X11/Xfuncproto.h> 2025-05-22 17:35:09 +02:00
randr (submit/miext-extinit) miext: move over extinit_priv.h from include 2025-05-22 17:35:09 +02:00
record (submit/miext-extinit) miext: move over extinit_priv.h from include 2025-05-22 17:35:09 +02:00
render (submit/miext-extinit) miext: move over extinit_priv.h from include 2025-05-22 17:35:09 +02:00
test (submit/miext-extinit) miext: move over extinit_priv.h from include 2025-05-22 17:35:09 +02:00
xfixes (submit/selection.h) dix: rename selection.h to selection_priv.h 2025-05-22 17:35:09 +02:00
xkb (submit/miext-extinit) miext: move over extinit_priv.h from include 2025-05-22 17:35:09 +02:00
.appveyor.yml
.dir-locals.el
.git-blame-ignore-revs
.gitignore
.gitlab-ci.yml (!1675) ci: enable xv and xvmc 2025-05-22 17:35:06 +02:00
.mailmap
.travis.yml
COPYING
README.md
meson.build (submit/meson-sdk.pc) meson.build: fix missing dependencies in xorg-server.pc 2025-05-22 17:35:10 +02:00
meson_options.txt
xorg-server.m4
xorg-server.pc.in
xserver.ent.in

X Server

The X server accepts requests from client applications 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.

For a comprehensive overview of X Server and X Window System, consult the following article: https://en.wikipedia.org/wiki/X_server

All questions regarding this software should be directed at the Xorg mailing list:

https://lists.freedesktop.org/mailman/listinfo/xorg

The primary development code repository can be found at:

https://gitlab.freedesktop.org/xorg/xserver

For patch submission instructions, see:

https://www.x.org/wiki/Development/Documentation/SubmittingPatches

As with other projects hosted on freedesktop.org, X.Org follows its Code of Conduct, based on the Contributor Covenant. Please conduct yourself in a respectful and civilized manner when using the above mailing lists, bug trackers, etc:

https://www.freedesktop.org/wiki/CodeOfConduct