Go to file
su-fang eb8a09be2b xwayland-Detect-gbm_bo_get_fd_for_plane-at-runtime.patch
Description: xwayland: Detect gbm_bo_get_fd_for_plane at runtime
 `gbm_bo_get_fd_for_plane` was introduced in Mesa 21 but some
 proprietary GBM implementations (Xilinx) still haven't been updated
 to support it:
 ```
 /usr/bin/Xwayland: symbol lookup error: /usr/bin/Xwayland: undefined symbol: gbm_bo_get_fd_for_plane
 ```
 .
 Since distros would like to build a single Xwayland binary for all
 OEMs of the same architecture, we now make the function always
 available.
 .
 If a real implementation of `gbm_bo_get_fd_for_plane` exists at runtime
 then it will be used, otherwise fall back to `gbm_bo_get_fd` or fail.
Author: Daniel van Vugt <daniel.van.vugt@canonical.com>
2023-04-21 14:21:47 +08:00
.gitlab-ci New upstream version 22.1.8 2023-04-21 14:17:29 +08:00
Xext New upstream version 22.1.8 2023-04-21 14:17:29 +08:00
Xi New upstream version 22.1.8 2023-04-21 14:17:29 +08:00
composite Import Upstream version 21.1.0 2023-03-13 15:48:58 +08:00
damageext New upstream version 22.1.8 2023-04-21 14:17:29 +08:00
dbe Import Upstream version 21.1.0 2023-03-13 15:48:58 +08:00
debian rebuild 2023-03-21 13:38:49 +08:00
dix New upstream version 22.1.8 2023-04-21 14:17:29 +08:00
doc New upstream version 22.1.8 2023-04-21 14:17:29 +08:00
dri3 Import Upstream version 21.1.0 2023-03-13 15:48:58 +08:00
fb Import Upstream version 21.1.0 2023-03-13 15:48:58 +08:00
glamor New upstream version 22.1.8 2023-04-21 14:17:29 +08:00
glx New upstream version 22.1.8 2023-04-21 14:17:29 +08:00
hw xwayland-Detect-gbm_bo_get_fd_for_plane-at-runtime.patch 2023-04-21 14:21:47 +08:00
include xwayland-Detect-gbm_bo_get_fd_for_plane-at-runtime.patch 2023-04-21 14:21:47 +08:00
m4 New upstream version 22.1.8 2023-04-21 14:17:29 +08:00
man New upstream version 22.1.8 2023-04-21 14:17:29 +08:00
mi New upstream version 22.1.8 2023-04-21 14:17:29 +08:00
miext Import Upstream version 21.1.0 2023-03-13 15:48:58 +08:00
os New upstream version 22.1.8 2023-04-21 14:17:29 +08:00
present New upstream version 22.1.8 2023-04-21 14:17:29 +08:00
randr New upstream version 22.1.8 2023-04-21 14:17:29 +08:00
record New upstream version 22.1.8 2023-04-21 14:17:29 +08:00
render New upstream version 22.1.8 2023-04-21 14:17:29 +08:00
test New upstream version 22.1.8 2023-04-21 14:17:29 +08:00
xfixes New upstream version 22.1.8 2023-04-21 14:17:29 +08:00
xkb New upstream version 22.1.8 2023-04-21 14:17:29 +08:00
.appveyor.yml New upstream version 22.1.8 2023-04-21 14:17:29 +08:00
.dir-locals.el Import Upstream version 21.1.0 2023-03-13 15:48:58 +08:00
.gitignore New upstream version 22.1.8 2023-04-21 14:17:29 +08:00
.gitlab-ci.yml New upstream version 22.1.8 2023-04-21 14:17:29 +08:00
COPYING Import Upstream version 21.1.0 2023-03-13 15:48:58 +08:00
README.md Import Upstream version 21.1.0 2023-03-13 15:48:58 +08:00
meson.build New upstream version 22.1.8 2023-04-21 14:17:29 +08:00
meson_options.txt New upstream version 22.1.8 2023-04-21 14:17:29 +08:00
xserver.ent.in Import Upstream version 21.1.0 2023-03-13 15:48:58 +08: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