From 7fdaa0e65cf8d1fe959e9db675cc784f5ca29b47 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 15 Aug 2017 06:09:16 +0200 Subject: [PATCH] xorg-server: Remove PRIME support patch causing asserts Applying the optional patch adding PRIME support causes the X server to hit an assert with integrated Intel graphics device and an AMD FirePro graphics card [1]. Removing the patch fixes the problem. Increment the revision. [1] https://bugs.freedesktop.org/show_bug.cgi?id=102222 --- xorg-server.be0 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xorg-server.be0 b/xorg-server.be0 index f9ec4a173..077843a2d 100755 --- a/xorg-server.be0 +++ b/xorg-server.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xorg-server-1.19.3-1 +# BEE_VERSION xorg-server-1.19.3-2 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -17,7 +17,6 @@ SRCURL[0]="https://ftp.x.org/pub/individual/xserver/xorg-server-${PKGVERSION}.ta # PATCHURL[0]="/src/mariux/download/xorg-xinerama.patch" -PATCHURL+=(http://www.linuxfromscratch.org/patches/blfs/svn/xorg-server-1.19.3-add_prime_support-1.patch) PATCHURL+=(/src/mariux/patches/0001-os-Handle-SIGABRT.patch) ###############################################################################