Package Base Details: xorg-server-git

Git Clone URL: https://aur.archlinux.org/xorg-server-git.git (read-only, click to copy)
Keywords: git x-server xorg xorg-server
Submitter: ilikenwf
Maintainer: JstKddng (yurikoles)
Last Packager: yurikoles
Votes: 49
Popularity: 0.088718
First Submitted: 2008-08-07 19:05 (UTC)
Last Updated: 2022-07-21 09:15 (UTC)

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 to makepkg.

yurikoles commented on 2019-05-29 15:00 (UTC)

PRs are welcome: https://github.com/yurikoles-aur/xorg-server-git

Latest Comments

« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 17 18 .. 24 Next › Last »

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.

Xaap commented on 2014-04-05 10:30 (UTC)

I confirm zanny's comment, this PKGBUILD is missing presentproto. But it is also missing : xcb-util{,-wm,-image,-keysyms}.

NilsBrause commented on 2014-04-04 19:20 (UTC)

@blackout23: Thanks, I'm currently looking into this. :) Unfortunately, weston is missing a "xserver-server-protocol.h" and I currently don't know where this header is supposed to come from.