Skip to content

Commit

Permalink
xorg-server: Remove PRIME support patch causing asserts
Browse files Browse the repository at this point in the history
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
  • Loading branch information
pmenzel committed Aug 15, 2017
1 parent 9a71910 commit 7fdaa0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions xorg-server.be0
Original file line number Diff line number Diff line change
@@ -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.)
Expand All @@ -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)

###############################################################################
Expand Down

0 comments on commit 7fdaa0e

Please sign in to comment.