Find a file
Olivier Certner d4b38e1119 os: Properly report failure to link lock file
Stop assuming that a failure to link always means that the file indeed
exists. In case of other failure (e.g., permissions), the user would get an
inconsistent "Can't read lock file" message.

Signed-off-by: Olivier Certner <olce.freedesktop@certner.fr>
2021-06-25 10:18:18 +00:00
.gitlab-ci .gitlab-ci: Install xorgproto 2021.4.99.2 from git 2021-05-30 13:26:28 +03:00
composite meson: hide C API if Xorg is disabled (like autotools) 2021-03-11 00:22:36 +00:00
config linux: Fix udev ID_PATH parsing for udl devices 2020-11-25 04:39:14 +00:00
damageext
dbe meson: hide C API if Xorg is disabled (like autotools) 2021-03-11 00:22:36 +00:00
dix dix: Add optional terminate delay 2021-06-07 17:28:05 +02:00
doc
dri3 meson: hide C API if Xorg is disabled (like autotools) 2021-03-11 00:22:36 +00:00
exa exa: rename some badly named variables 2020-07-10 06:17:40 +10:00
fb meson: hide C API if Xorg is disabled (like autotools) 2021-03-11 00:22:36 +00:00
glamor glamor: Avoid using GL_QUADS on V3D 2021-06-14 21:36:13 +02:00
glx glx: Fix use after free in MakeCurrent 2021-06-21 08:39:38 +02:00
hw xfree86: Fix out of array bound access to xf86Entities 2021-06-24 09:05:57 +02:00
include dix: Add optional terminate delay 2021-06-07 17:28:05 +02:00
m4
man dix: Add optional terminate delay 2021-06-07 17:28:05 +02:00
mi Implement gesture processing logic 2021-05-30 13:26:42 +03:00
miext miext: Remove if check which is always true 2021-03-26 09:02:14 +00:00
os os: Properly report failure to link lock file 2021-06-25 10:18:18 +00:00
present present: fix msc offset calculation in screen mode 2021-04-16 10:53:43 +00:00
pseudoramiX
randr present: fix msc offset calculation in screen mode 2021-04-16 10:53:43 +00:00
record Fix XRecordRegisterClients() Integer underflow 2020-08-25 17:01:29 +02:00
render xserver: fix RGB mask handling 2021-04-16 14:40:49 +00:00
test test/xi2: Verify that XI_GestureSwipeEnd is ignored when outside mask 2021-05-30 13:26:36 +03:00
Xext meson: hide C API if Xorg is disabled (like autotools) 2021-03-11 00:22:36 +00:00
xfixes xfixes: Add ClientDisconnectMode 2021-06-07 17:28:05 +02:00
Xi Xi: Work around broken libxcb that doesn't ignore unknown device classes 2021-05-30 13:46:59 +03:00
xkb xkb: silence a compiler warning 2021-04-09 17:37:29 +00:00
.appveyor.yml
.dir-locals.el
.gitignore
.gitlab-ci.yml ci: Fix UPSTREAM_REPO -> FDO_UPSTREAM_REPO 2021-06-11 18:25:01 +02:00
.travis.yml
autogen.sh
configure.ac configure.ac: Switch project version to 20.x.y style 2021-06-23 14:23:55 +03:00
COPYING
devbook.am
docbook.am
Makefile.am
manpages.am
meson.build xfixes: Add ClientDisconnectMode 2021-06-07 17:28:05 +02:00
meson_options.txt xfree86: Implement a test input driver 2020-12-14 01:12:10 +00:00
README.md
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