Go to file
Morose cd9ac5713e Apply patches on new upstream 24.1.1 2024-07-15 12:35:25 +08:00
.gitlab-ci New upstream version 24.1.0 2024-05-22 18:43:24 +08:00
Xext New upstream version 24.1.0 2024-05-22 18:43:24 +08:00
Xi New upstream version 24.1.0 2024-05-22 18:43:24 +08:00
composite New upstream version 24.1.0 2024-05-22 18:43:24 +08:00
damageext New upstream version 22.1.8 2023-04-21 14:17:29 +08:00
dbe New upstream version 24.1.0 2024-05-22 18:43:24 +08:00
debian Apply patches on new upstream 24.1.1 2024-07-15 12:35:25 +08:00
dix New upstream version 24.1.0 2024-05-22 18:43:24 +08:00
doc New upstream version 24.1.0 2024-05-22 18:43:24 +08:00
dri3 New upstream version 24.1.0 2024-05-22 18:43:24 +08:00
fb New upstream version 24.1.0 2024-05-22 18:43:24 +08:00
glamor New upstream version 24.1.0 2024-05-22 18:43:24 +08:00
glx New upstream version 24.1.0 2024-05-22 18:43:24 +08:00
hw xwayland: Check for pointer in xwl_seat_leave_ptr() 2024-07-15 11:11:21 +08:00
include New upstream version 24.1.0 2024-05-22 18:43:24 +08:00
man New upstream version 24.1.0 2024-05-22 18:43:24 +08:00
mi New upstream version 24.1.0 2024-05-22 18:43:24 +08:00
miext New upstream version 24.1.0 2024-05-22 18:43:24 +08:00
os os: Explicitly include X11/Xmd.h for CARD32 definition to fix building on i686 2024-07-15 11:11:20 +08:00
present present: On *BSD, epoll-shim is needed to emulate eventfd() 2024-07-15 11:11:20 +08:00
randr New upstream version 24.1.0 2024-05-22 18:43:24 +08:00
record New upstream version 24.1.0 2024-05-22 18:43:24 +08:00
render New upstream version 24.1.0 2024-05-22 18:43:24 +08:00
test New upstream version 24.1.0 2024-05-22 18:43:24 +08:00
xfixes New upstream version 24.1.0 2024-05-22 18:43:24 +08:00
xkb New upstream version 24.1.0 2024-05-22 18:43:24 +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 24.1.0 2024-05-22 18:43:24 +08:00
.gitlab-ci.yml New upstream version 24.1.0 2024-05-22 18:43:24 +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 Bump version to 24.1.1 2024-07-15 11:11:21 +08:00
meson_options.txt New upstream version 24.1.0 2024-05-22 18:43:24 +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