XLibre Xserver
Go to file
Enrico Weigelt, metux IT consult 39670531d9 (submit/cleanup-xv-dispatch) Xext: xv: simplify dispatcher
These dispatcher functions are much more complex than they're usually are
(just switch/case statement). Bring them in line with the standard scheme
used in the Xserver, so further steps become easier.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-02-19 16:44:51 +01:00
.github .github: workflow for building Xservers and some drivers 2025-02-19 16:44:49 +01:00
.gitlab-ci ci: update XTS to a commit that doesn't require -fcommon workaround 2025-02-17 19:16:04 +00:00
Xext (submit/cleanup-xv-dispatch) Xext: xv: simplify dispatcher 2025-02-19 16:44:51 +01:00
Xi misc.h: unexport compare_version() 2025-02-18 11:17:40 +00:00
composite (!1714) composite: use window position notify hook 2025-02-19 16:44:50 +01:00
config
damageext
dbe (!1714) dbe: use window position notify hook 2025-02-19 16:44:50 +01:00
dix (submit/vrr-driver-api) modesetting: use new VRR mode signaling DDX/driver API 2025-02-19 16:44:51 +01:00
doc misc.h: drop LengthRestB() macro 2025-02-17 19:25:14 +00:00
dri3 (!1714) dri3: use CloseScreen hook 2025-02-19 16:44:50 +01:00
exa (!1714) exa: use PixmapDestroy hook 2025-02-19 16:44:50 +01:00
fb (!1705) xwin: drop wrapping on ScreenRec->ModifyPixmapHeader() 2025-02-19 16:44:50 +01:00
glamor (!1714) glamor: use PixmapDestroy hook 2025-02-19 16:44:50 +01:00
glx os: unexport ResetCurrentRequest() 2025-02-18 10:53:45 +00:00
hw (submit/vrr-driver-api) modesetting: use new VRR mode signaling DDX/driver API 2025-02-19 16:44:51 +01:00
include (submit/vrr-driver-api) dix: add generic Xinerama capable VRR infrastructure 2025-02-19 16:44:51 +01:00
man
mi (!1714) dix: add per-screen window position notify hook 2025-02-19 16:44:50 +01:00
miext (!1714) damage: use PixmapDestroy hook 2025-02-19 16:44:50 +01:00
os (!1682) os: log: consolidate OS specific fsync() call into helper 2025-02-19 16:44:50 +01:00
present (!1714) present: use window destructor hook 2025-02-19 16:44:50 +01:00
pseudoramiX
randr (submit/xrandr-swap-fix) randr: fix wrong call to RRGetScreenResources() in swapped case 2025-02-19 16:44:51 +01:00
record
render (!1714) render: use CloseScreen hook 2025-02-19 16:44:50 +01:00
test misc.h: unexport compare_version() 2025-02-18 11:17:40 +00:00
xfixes (!1639) xfixes: drop swapping request length fields 2025-02-19 16:44:51 +01:00
xkb os: move BUG_*() macros to own private header 2025-02-17 19:32:48 +00:00
.appveyor.yml
.dir-locals.el
.git-blame-ignore-revs
.gitignore
.gitlab-ci.yml (!1675) ci: enable xv and xvmc 2025-02-19 16:44:50 +01:00
.mailmap
.travis.yml
COPYING
README.md
meson.build (!1654) Xnest: dont link Xlib anymore 2025-02-19 16:44:51 +01:00
meson_options.txt
xorg-server.m4
xorg-server.pc.in
xserver.ent.in

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