xenocara/xserver
purplerain 155eb8555e
sync with OpenBSD -current
2024-04-29 00:35:41 +00:00
..
Xext update to xserver 21.1.12 2024-04-09 08:46:18 +00:00
Xi update to xserver 21.1.12 2024-04-09 08:46:18 +00:00
composite update to xserver 21.1.12 2024-04-09 08:46:18 +00:00
config update to xserver 21.1.12 2024-04-09 08:46:18 +00:00
damageext sync code with last improvements from OpenBSD 2023-11-11 18:37:37 +00:00
dbe update to xserver 21.1.12 2024-04-09 08:46:18 +00:00
dix update to xserver 21.1.12 2024-04-09 08:46:18 +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 update to xserver 21.1.12 2024-04-09 08:46:18 +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 update to xserver 21.1.12 2024-04-09 08:46:18 +00:00
include update to xserver 21.1.12 2024-04-09 08:46:18 +00:00
m4 add missing secbsd that I accidentally deleted 2024-04-09 09:11:09 +00:00
man update to xserver 21.1.12 2024-04-09 08:46:18 +00:00
mi sync with OpenBSD -current 2024-04-29 00:35:41 +00:00
miext update to xserver 21.1.12 2024-04-09 08:46:18 +00:00
os update to xserver 21.1.12 2024-04-09 08:46:18 +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 update to xserver 21.1.12 2024-04-09 08:46:18 +00:00
record update to xserver 21.1.12 2024-04-09 08:46:18 +00:00
render sync with OpenBSD -current 2024-04-29 00:35:41 +00:00
test 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
xkb update to xserver 21.1.12 2024-04-09 08:46:18 +00:00
COPYING sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
ChangeLog sync with OpenBSD -current 2024-04-29 00:35:41 +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
README.md sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +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
config.guess use tab not spaces 2024-04-09 08:53:22 +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-04-29 00:35:41 +00:00
configure.ac sync with OpenBSD -current 2024-04-29 00:35:41 +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
manpages.am sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
meson.build sync with OpenBSD -current 2024-04-29 00:35:41 +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
xorg-server.m4 update to xserver 21.1.12 2024-04-09 08:46:18 +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

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