linuxOS_AP06/external/xserver
2025-06-03 12:28:32 +08:00
..
.gitlab-ci v1.1.1 2025-06-03 12:28:32 +08:00
composite v1.1.1 2025-06-03 12:28:32 +08:00
config v1.1.1 2025-06-03 12:28:32 +08:00
damageext v1.1.1 2025-06-03 12:28:32 +08:00
dbe v1.1.1 2025-06-03 12:28:32 +08:00
debian v1.1.1 2025-06-03 12:28:32 +08:00
dix v1.1.1 2025-06-03 12:28:32 +08:00
doc v1.1.1 2025-06-03 12:28:32 +08:00
dri3 v1.1.1 2025-06-03 12:28:32 +08:00
exa v1.1.1 2025-06-03 12:28:32 +08:00
fb v1.1.1 2025-06-03 12:28:32 +08:00
glamor v1.1.1 2025-06-03 12:28:32 +08:00
glx v1.1.1 2025-06-03 12:28:32 +08:00
hw v1.1.1 2025-06-03 12:28:32 +08:00
include v1.1.1 2025-06-03 12:28:32 +08:00
m4 v1.1.1 2025-06-03 12:28:32 +08:00
man v1.1.1 2025-06-03 12:28:32 +08:00
mi v1.1.1 2025-06-03 12:28:32 +08:00
miext v1.1.1 2025-06-03 12:28:32 +08:00
os v1.1.1 2025-06-03 12:28:32 +08:00
present v1.1.1 2025-06-03 12:28:32 +08:00
pseudoramiX v1.1.1 2025-06-03 12:28:32 +08:00
randr v1.1.1 2025-06-03 12:28:32 +08:00
record v1.1.1 2025-06-03 12:28:32 +08:00
render v1.1.1 2025-06-03 12:28:32 +08:00
test v1.1.1 2025-06-03 12:28:32 +08:00
Xext v1.1.1 2025-06-03 12:28:32 +08:00
xfixes v1.1.1 2025-06-03 12:28:32 +08:00
Xi v1.1.1 2025-06-03 12:28:32 +08:00
xkb v1.1.1 2025-06-03 12:28:32 +08:00
.appveyor.yml v1.1.1 2025-06-03 12:28:32 +08:00
.dir-locals.el v1.1.1 2025-06-03 12:28:32 +08:00
.gitlab-ci.yml v1.1.1 2025-06-03 12:28:32 +08:00
.travis.yml v1.1.1 2025-06-03 12:28:32 +08:00
aclocal.m4 v1.1.1 2025-06-03 12:28:32 +08:00
autogen.sh v1.1.1 2025-06-03 12:28:32 +08:00
ChangeLog v1.1.1 2025-06-03 12:28:32 +08:00
compile v1.1.1 2025-06-03 12:28:32 +08:00
config.guess v1.1.1 2025-06-03 12:28:32 +08:00
config.sub v1.1.1 2025-06-03 12:28:32 +08:00
configure v1.1.1 2025-06-03 12:28:32 +08:00
configure.ac v1.1.1 2025-06-03 12:28:32 +08:00
COPYING v1.1.1 2025-06-03 12:28:32 +08:00
depcomp v1.1.1 2025-06-03 12:28:32 +08:00
devbook.am v1.1.1 2025-06-03 12:28:32 +08:00
docbook.am v1.1.1 2025-06-03 12:28:32 +08:00
fix-miregion v1.1.1 2025-06-03 12:28:32 +08:00
fix-miregion-private v1.1.1 2025-06-03 12:28:32 +08:00
fix-patch-whitespace v1.1.1 2025-06-03 12:28:32 +08:00
fix-region v1.1.1 2025-06-03 12:28:32 +08:00
INSTALL v1.1.1 2025-06-03 12:28:32 +08:00
install-sh v1.1.1 2025-06-03 12:28:32 +08:00
ltmain.sh v1.1.1 2025-06-03 12:28:32 +08:00
Makefile.am v1.1.1 2025-06-03 12:28:32 +08:00
Makefile.in v1.1.1 2025-06-03 12:28:32 +08:00
manpages.am v1.1.1 2025-06-03 12:28:32 +08:00
meson_options.txt v1.1.1 2025-06-03 12:28:32 +08:00
meson.build v1.1.1 2025-06-03 12:28:32 +08:00
missing v1.1.1 2025-06-03 12:28:32 +08:00
README.md v1.1.1 2025-06-03 12:28:32 +08:00
test-driver v1.1.1 2025-06-03 12:28:32 +08:00
xorg-server.m4 v1.1.1 2025-06-03 12:28:32 +08:00
xorg-server.pc.in v1.1.1 2025-06-03 12:28:32 +08:00
xserver.ent.in v1.1.1 2025-06-03 12:28:32 +08:00
ylwrap v1.1.1 2025-06-03 12:28:32 +08:00

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 master 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