Package Details: xorg-server-git 21.1.99.1.r256.g6907b6ea2-1

Git Clone URL: https://aur.archlinux.org/xorg-server-git.git (read-only, click to copy)
Package Base: xorg-server-git
Description: Xorg X server (git version)
Upstream URL: https://xorg.freedesktop.org
Keywords: git x-server xorg xorg-server
Licenses: custom
Groups: xorg
Conflicts: glamor-egl, nvidia-utils, xf86-video-modesetting, xorg-server
Provides: X-ABI-EXTENSION_VERSION, X-ABI-VIDEODRV_VERSION, X-ABI-XINPUT_VERSION, x-server, xorg-server
Replaces: glamor-egl, xf86-video-modesetting
Submitter: ilikenwf
Maintainer: JstKddng (yurikoles)
Last Packager: yurikoles
Votes: 49
Popularity: 0.073885
First Submitted: 2008-08-07 19:05 (UTC)
Last Updated: 2022-07-21 09:15 (UTC)

Required by (179)

Sources (3)

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 2 3 4 5 6 7 8 9 .. 24 Next › Last »

yurikoles commented on 2020-02-08 11:10 (UTC)

Hi @JstKddng,

Thanks for your great work! I had added you as co-maintainer to amd, intel and nouveau packages. I hope you will add me to this package too :)

JstKddng commented on 2019-12-24 02:50 (UTC)

@goddessfreya

I see it differently, I have my PKGBUILDS as close as upstream and only modify tiny bits to achieve what I want, I have less maintenance hassle that way, lets give that to the arch maintainers. :P

JstKddng commented on 2019-12-24 02:48 (UTC)

Hello, new maintainer here. I made the least possible modifications in order to have this compile again. And thanks to @goddessfreya for the patch. I think that patch will be removed soon as upstream will fix this issue at one point.

goddessfreya commented on 2019-12-24 00:23 (UTC) (edited on 2019-12-24 00:24 (UTC) by goddessfreya)

I've mentioned this before, but I keep a maintained PKGBUILD here: https://github.com/goddessfreya/gabs/blob/master/builtins/xorg-server-git-gentz/PKGBUILD

The packages aren't split, but I personally don't care. It struck me as a maintenance hassle that I didn't want to put up with given the number of *-gentz packages I maintain.

The build failures are due to the recent XWayalnd refactor. I git bisected it a couple days ago, and the first bad commit was 89e32d00f6e03fcdab267bfd9f0b0c5c2747d380. You need to apply https://gitlab.freedesktop.org/xorg/xserver/merge_requests/367.patch to get it to build.

JstKddng commented on 2019-12-23 23:11 (UTC)

@yurikoles

I'm sorry to hear that, don't worry though, I'll continue your legacy. Will push an update once I finish some work.

yurikoles commented on 2019-12-23 15:50 (UTC)

I can’t maintain it now due to health difficulties.

rodolpheh commented on 2019-12-22 10:45 (UTC)

libdmx has been removed from official repos and can't be found in AUR (it is supposedly unused or obsolete). As such, we can't build xorg-server-git anymore. Removing the dependency to libdmx lead to another error : ../xserver/hw/xwayland/xwayland-glamor-eglstream.c:500:37: error: implicit declaration of function « xwl_window_from_window » [-Werror=implicit-function-declaration]

haagch commented on 2019-10-31 11:33 (UTC)

btw: I need the --libdir=lib parameter for meson.

Without it, for example the modules get installed into fakeinstall/usr/lib/x86_64-linux-gnu/xorg/modules/ instead of fakeinstall/usr/lib/xorg/modules/

axtor commented on 2019-10-27 16:28 (UTC) (edited on 2019-10-29 18:49 (UTC) by axtor)

@hagabaka

Downgrade libglvnd to 1.1.1-1 and mesa to 19.1.7.

It is convenient to use the downgrade script: https://aur.archlinux.org/packages/downgrade.

yurikoles commented on 2019-10-19 07:34 (UTC)

@hagabaka it's upstream issue https://gitlab.freedesktop.org/xorg/xserver/issues/914