Go to file
Morose 02d6ff2a79 Change version
Signed-off-by: Morose <chenlinxiang@kylinos.cn>
2023-12-08 07:28:48 +00:00
.gitlab-ci New upstream version 23.2.0 2023-12-05 14:08:21 +08:00
Xext New upstream version 23.2.0 2023-12-05 14:08:21 +08:00
Xi New upstream version 22.1.8 2023-04-21 14:17:29 +08:00
composite New upstream version 23.2.0 2023-12-05 14:08:21 +08:00
damageext New upstream version 22.1.8 2023-04-21 14:17:29 +08:00
dbe Import Upstream version 21.1.0 2023-03-13 15:48:58 +08:00
debian Change version 2023-12-08 07:28:48 +00:00
dix New upstream version 23.2.0 2023-12-05 14:08:21 +08:00
doc New upstream version 22.1.8 2023-04-21 14:17:29 +08:00
dri3 New upstream version 23.2.0 2023-12-05 14:08:21 +08:00
fb New upstream version 23.2.0 2023-12-05 14:08:21 +08:00
glamor New upstream version 23.2.0 2023-12-05 14:08:21 +08:00
glx New upstream version 23.2.0 2023-12-05 14:08:21 +08:00
hw New upstream version 23.2.0 2023-12-05 14:08:21 +08:00
include New upstream version 23.2.0 2023-12-05 14:08:21 +08:00
m4 New upstream version 22.1.8 2023-04-21 14:17:29 +08:00
man New upstream version 23.2.0 2023-12-05 14:08:21 +08:00
mi New upstream version 23.2.0 2023-12-05 14:08:21 +08:00
miext New upstream version 23.2.0 2023-12-05 14:08:21 +08:00
os New upstream version 23.2.0 2023-12-05 14:08:21 +08:00
present New upstream version 23.2.0 2023-12-05 14:08:21 +08:00
randr New upstream version 23.2.0 2023-12-05 14:08:21 +08:00
record New upstream version 22.1.8 2023-04-21 14:17:29 +08:00
render New upstream version 23.2.0 2023-12-05 14:08:21 +08:00
test New upstream version 23.2.0 2023-12-05 14:08:21 +08:00
xfixes New upstream version 23.2.0 2023-12-05 14:08:21 +08:00
xkb New upstream version 23.2.0 2023-12-05 14:08:21 +08:00
.appveyor.yml New upstream version 22.1.8 2023-04-21 14:17:29 +08:00
.dir-locals.el Import Upstream version 21.1.0 2023-03-13 15:48:58 +08:00
.gitignore New upstream version 22.1.8 2023-04-21 14:17:29 +08:00
.gitlab-ci.yml New upstream version 23.2.0 2023-12-05 14:08:21 +08:00
.mailmap New upstream version 23.2.0 2023-12-05 14:08:21 +08:00
COPYING Import Upstream version 21.1.0 2023-03-13 15:48:58 +08:00
README.md Import Upstream version 21.1.0 2023-03-13 15:48:58 +08:00
meson.build New upstream version 23.2.0 2023-12-05 14:08:21 +08:00
meson_options.txt New upstream version 23.2.0 2023-12-05 14:08:21 +08:00
xserver.ent.in Import Upstream version 21.1.0 2023-03-13 15:48:58 +08:00

README.md

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