@Yukicanis Did you intend to replace this PKGBUILD with the gist-ed one? Because you haven't done that yet.
This works great for Weston, but I couldn't manage to start Gnome with Wayland from GDM. At first it was trying to launch "Xorg -wayland", which I worked around by creating a shell script wrapper to call Xwayland instead. But Xwayland refuses to start and spews "(EE) Server is already active for display 0"
Search Criteria
Package Details: xorg-server-xvfb-git 21.1.99.1.r1061.ge61bd1e5f-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/xorg-server-git.git (read-only, click to copy) |
---|---|
Package Base: | xorg-server-git |
Description: | Virtual framebuffer X server (git version) |
Upstream URL: | https://xorg.freedesktop.org |
Keywords: | git x-server xorg xorg-server |
Licenses: | custom |
Groups: | xorg |
Conflicts: | xorg-server-xvfb |
Provides: | xorg-server-xvfb |
Submitter: | ilikenwf |
Maintainer: | JstKddng (yurikoles) |
Last Packager: | JstKddng |
Votes: | 50 |
Popularity: | 0.090758 |
First Submitted: | 2008-08-07 19:05 (UTC) |
Last Updated: | 2024-05-20 14:06 (UTC) |
Dependencies (40)
- libgl (nvidia-340xx-utilsAUR, libglvnd-gitAUR, amdgpu-pro-oglpAUR, amdgpu-pro-oglp-legacyAUR, libglvnd)
- libtirpc
- libunwind (libunwind-carbonAUR, libunwind-gitAUR)
- libxfont2
- nettle (nettle-gitAUR)
- pixman (pixman-gitAUR)
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-selinuxAUR, systemd-libs-gitAUR, systemd-libs-fmlAUR)
- xorg-server-common-gitAUR
- xorg-xauth
- git (git-gitAUR, git-glAUR) (make)
- libepoxy (libepoxy-gitAUR) (make)
- libpciaccess (libpciaccess-gitAUR) (make)
- libunwind (libunwind-carbonAUR, libunwind-gitAUR) (make)
- libx11 (libx11-gitAUR) (make)
- libxaw (xawmAUR) (make)
- libxcvt (libxcvt-gitAUR) (make)
- libxfont2 (make)
- libxi (libxi-gitAUR) (make)
- libxkbfile (make)
- libxmu (make)
- libxrender (make)
- libxres (make)
- libxshmfence (make)
- libxtst (make)
- libxv (make)
- mesa (mesa-minimal-gitAUR, mesa-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amd-bc250AUR, mesa-wsl2-gitAUR, mesa-amber) (make)
- mesa-libgl (mesa-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amd-bc250AUR, mesa-wsl2-gitAUR, mesa) (make)
- meson (meson-gitAUR) (make)
- pixman (pixman-gitAUR) (make)
- systemd (systemd-chromiumosAUR, systemd-selinuxAUR, systemd-gitAUR, systemd-fmlAUR) (make)
- xcb-util (make)
- xcb-util-image (make)
- xcb-util-keysyms (make)
- xcb-util-renderutil (make)
- xcb-util-wm (make)
- xorg-font-util (make)
- xorg-util-macros (make)
- xorg-xkbcomp (make)
- xorgproto-gitAUR (make)
- xtrans (make)
Required by (280)
- afni (requires xorg-server-xvfb)
- anja-git (requires xorg-server-xvfb) (make)
- bbb-recorder-git (requires xorg-server-xvfb)
- bitcoin-abc-qt (requires xorg-server-xvfb) (make)
- blueprint-compiler-git (requires xorg-server-xvfb) (check)
- browservice (requires xorg-server-xvfb)
- cachy-browser (requires xorg-server-xvfb) (make)
- casile (requires xorg-server-xvfb)
- casile-git (requires xorg-server-xvfb)
- cheese-git (requires xorg-server-xvfb) (check)
- chrome-remote-desktop (requires xorg-server-xvfb)
- chrome-remote-desktop-existing-session (requires xorg-server-xvfb)
- cjs-git (requires xorg-server-xvfb) (check)
- commontk-git (requires xorg-server-xvfb) (check)
- cx (requires xorg-server-xvfb) (make)
- cx-game (requires xorg-server-xvfb) (make)
- cx-latest (requires xorg-server-xvfb) (make)
- czkawka-cli (requires xorg-server-xvfb) (check)
- czkawka-gui (requires xorg-server-xvfb) (check)
- d-feet (requires xorg-server-xvfb) (check)
- Show 260 more...
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 17 18 .. 24 Next › Last »
intgr commented on 2014-05-21 19:18 (UTC)
blackout24 commented on 2014-05-08 21:03 (UTC)
@Yukicanis
Go ahead! The AUR search results for xwayland show to many different packages already. All the video-*-wayland drivers could basically deleted.
NilsBrause commented on 2014-05-08 19:34 (UTC)
@blackout24:
Very cool! :) May I put it here, or do you want to create a separate AUR package?
blackout24 commented on 2014-05-07 23:11 (UTC)
My PKGBUILD works. It's enough to only install the Xwayland binary. No need to build and replace the entire X Server and risk borking your desktop. Compiles a lot faster, too.
http://i.imgur.com/9sKCWbE.png
This is while having xorg-server 1.15 still installed with the regular xf86-video-nouveau from [extra] and weston-git. Only had to patch my kernel, because someone at Canonical broke weston with this patch.
http://kernel.suse.com/cgit/kernel/commit/?h=stable&id=f074d733866628973eca0ddb0c534ef4561da9e0
Otherwise weston-launch would stay black. With Intel and AMD open source "weston-launch -- --modules=xwayland.so" should work out of the box.
blackout24 commented on 2014-05-07 17:42 (UTC)
I created a PKGBUILD that just builds the Xwayland binary.
https://gist.github.com/anonymous/1e1eca7b6dc47b53940d
Added NEEDED dependencies from readelf -d Xwayland to the depends array.
blackout24 commented on 2014-05-07 12:18 (UTC)
We should be able to only build the XWayland binary without building and replacing the entire X server.
http://wayland.freedesktop.org/xserver.html
For Fedora the xorg-x11-server-Xwayland-1.15.99.902-5.20140428.fc21.x86_64.rpm package also only installs /usr/bin/XWayland
http://koji.fedoraproject.org/koji/buildinfo?buildID=513903
We can't reuse this package though, since Fedora builds it with SELinux and it complains about missing libselinux.so on Arch Linux when you use the precompiled binary from Fedora.
Only building the XWayland binary would probably also allow us to drop a bunch of patches and dependencies.
blackout24 commented on 2014-05-02 12:34 (UTC)
You have --enable-wayland in the PKGBUILD. Shouldn't it be --enable-xwayland as it says in the configure.ac file of the xorg master branch?
AC_ARG_ENABLE(xwayland, AS_HELP_STRING([--enable-xwayland], [Build Xwayland server (default: auto)]), [XWAYLAND=$enableval], [XWAYLAND=auto]
NilsBrause commented on 2014-04-21 10:37 (UTC)
Works now.
You'll need wayland-git and weston-git.
Have fun. :)
Xaap commented on 2014-04-12 17:04 (UTC)
This may not be clear, but this PKGBUILD builds an XWayland-enabled Xorg from the upstream official X code.
XWayland was merged in Xorg 1.16, no patching involved.
Pinned Comments
yurikoles commented on 2022-03-18 01:04 (UTC)
check()
function was added, if unit tests fail, you may ignore them by appending--nocheck
tomakepkg
.yurikoles commented on 2019-05-29 15:00 (UTC)
PRs are welcome: https://github.com/yurikoles-aur/xorg-server-git