xenocara/xserver
2024-04-09 06:44:57 +00:00
..
composite sync code with last improvements from OpenBSD 2023-11-11 18:37:37 +00:00
config sync code with last improvements from OpenBSD 2023-11-11 18:37:37 +00:00
damageext sync code with last improvements from OpenBSD 2023-11-11 18:37:37 +00:00
dbe sync code with last improvements from OpenBSD 2023-11-11 18:37:37 +00:00
dix Multiple issues have been found in the X server and Xwayland 2024-01-16 14:54:32 +00:00
doc sync code with last improvements from OpenBSD 2023-11-11 18:37:37 +00:00
dri3 sync code with last improvements from OpenBSD 2023-11-11 18:37:37 +00:00
exa sync code with last improvements from OpenBSD 2023-11-11 18:37:37 +00:00
fb sync code with last improvements from OpenBSD 2023-11-11 18:37:37 +00:00
glamor sync code with last improvements from OpenBSD 2023-11-11 18:37:37 +00:00
glx Multiple issues have been found in the X server and Xwayland 2024-01-16 14:54:32 +00:00
hw sync with OpenBSD -current 2024-01-23 02:37:53 +00:00
include sync code with last improvements from OpenBSD 2023-11-11 18:37:37 +00:00
m4 sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
man sync code with last improvements from OpenBSD 2023-11-11 18:37:37 +00:00
mi sync code with last improvements from OpenBSD 2023-11-11 18:37:37 +00:00
miext sync code with last improvements from OpenBSD 2023-11-11 18:37:37 +00:00
os sync code with last improvements from OpenBSD 2023-11-11 18:37:37 +00:00
present sync code with last improvements from OpenBSD 2023-11-11 18:37:37 +00:00
pseudoramiX sync code with last improvements from OpenBSD 2023-11-11 18:37:37 +00:00
randr sync with OpenBSD -current 2024-01-28 20:25:20 +00:00
record sync code with last improvements from OpenBSD 2023-11-11 18:37:37 +00:00
render Fix refcounting of glyphs during ProcRenderAddGlyphs() (CVE-2024-31083) 2024-04-04 10:27:23 +00:00
test sync code with last improvements from OpenBSD 2023-11-11 18:37:37 +00:00
Xext sync code with last improvements from OpenBSD 2023-11-11 18:37:37 +00:00
xfixes sync code with last improvements from OpenBSD 2023-11-11 18:37:37 +00:00
Xi Need to use unswapped length to send reply in ProcXIGetSelectedEvents() (CVE-2024-31080) and ProcXiPassiveGrabDevice() (CVE-2024-31081) 2024-04-04 10:21:45 +00:00
xkb sync code with last improvements from OpenBSD 2023-11-11 18:37:37 +00:00
aclocal.m4 sync code with last improvements from OpenBSD 2023-11-11 18:37:37 +00:00
autogen.sh sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
ChangeLog sync with OpenBSD -current 2024-01-28 20:25:20 +00:00
config.guess sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
config.sub sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
configure sync with OpenBSD -current 2024-01-28 20:25:20 +00:00
configure.ac sync with OpenBSD -current 2024-01-28 20:25:20 +00:00
COPYING sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
depcomp sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
devbook.am sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
docbook.am sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
install-sh sync code with last improvements from OpenBSD 2023-11-11 18:37:37 +00:00
ltmain.sh sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
Makefile.am sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
Makefile.bsd-wrapper remove whitespace introduced in rev 1.70 2024-04-09 06:44:57 +00:00
Makefile.in sync code with last improvements from OpenBSD 2023-11-11 18:37:37 +00:00
manpages.am sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
meson.build sync with OpenBSD -current 2024-01-28 20:25:20 +00:00
meson_options.txt sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
missing sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
README.md sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
xorg-server.m4 sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
xorg-server.pc.in sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
xserver.ent.in sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
ylwrap sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00: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 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