XLibre Xserver
Go to file
Enrico Weigelt, metux IT consult 5e03e2f1e7 (submit/miext-extinit) randr: unexport noRRExtension field
This field isn't used by any drivers, and also better belongs into
the corresponding extension instead of OS adaption layer.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2024-10-31 19:23:56 +01:00
.gitlab-ci
Xext (submit/miext-extinit) panoramix: move noPanoramiXExtension field into extension. 2024-10-31 19:23:56 +01:00
Xi (!1639) Xi: drop now obsolete swap procs 2024-10-31 19:23:55 +01:00
composite (!1639) composite: drop swapping request length fields 2024-10-31 19:23:54 +01:00
config
damageext (submit/miext-extinit) damageext: unexport noDamageExtension field 2024-10-31 19:23:56 +01:00
dbe (submit/miext-extinit) dbe: unexport noDbeExtension field 2024-10-31 19:23:56 +01:00
dix (submit/vrr-driver-api) dix: add generic Xinerama capable VRR infrastructure 2024-10-31 19:23:55 +01:00
doc
dri3 (submit/recv-fds) os: read file descriptors into client struct at once 2024-10-31 19:23:55 +01:00
exa
fb
glamor
glx (submit/miext-extinit) glx: unexport noGlxExtension field 2024-10-31 19:23:56 +01:00
hw (submit/miext-extinit) xtest: unexport noTestExtensions field 2024-10-31 19:23:56 +01:00
include (submit/miext-extinit) randr: unexport noRRExtension field 2024-10-31 19:23:56 +01:00
man
mi (submit/xnest-config.h) mi: drop special include hack for Xnest 2024-10-31 19:23:55 +01:00
miext
os (submit/miext-extinit) randr: unexport noRRExtension field 2024-10-31 19:23:56 +01:00
present (!1639) present: drop swapping request length fields 2024-10-31 19:23:54 +01:00
pseudoramiX (!1639) pseudoramiX: drop swapping request length fields 2024-10-31 19:23:54 +01:00
randr (submit/miext-extinit) randr: unexport noRRExtension field 2024-10-31 19:23:56 +01:00
record (!1639) record: drop swapping request length fields 2024-10-31 19:23:54 +01:00
render (!1639) render: drop swapping request length fields 2024-10-31 19:23:54 +01:00
test (!1639) Xi: drop swapping request length fields 2024-10-31 19:23:55 +01:00
xfixes (!1639) xfixes: drop swapping request length fields 2024-10-31 19:23:54 +01:00
xkb (!1639) xkb: drop swapping request length fields 2024-10-31 19:23:54 +01:00
.appveyor.yml
.dir-locals.el
.gitignore
.gitlab-ci.yml
.mailmap
.travis.yml
COPYING
README.md
meson.build (!1654) Xnest: dont link Xlib anymore 2024-10-31 19:23:54 +01: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