summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-11-16 18:42:08 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-11-16 18:42:08 +0000
commitf6811b8dd1c9aa80a5d7eea49d61d1a5b1c193a1 (patch)
tree835b802fcee8c7361b39b6f1df7ce61b3b56dfea /x11-drivers
parenttypo (diff)
downloadgentoo-2-f6811b8dd1c9aa80a5d7eea49d61d1a5b1c193a1.tar.gz
gentoo-2-f6811b8dd1c9aa80a5d7eea49d61d1a5b1c193a1.tar.bz2
gentoo-2-f6811b8dd1c9aa80a5d7eea49d61d1a5b1c193a1.zip
Add warning message for xf86-video-intel-2.20.3 crashing bug #430000.
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/ati-drivers/ChangeLog6
-rw-r--r--x11-drivers/ati-drivers/ati-drivers-12.11_beta.ebuild9
2 files changed, 13 insertions, 2 deletions
diff --git a/x11-drivers/ati-drivers/ChangeLog b/x11-drivers/ati-drivers/ChangeLog
index c46b1beead6b..d92608987cc6 100644
--- a/x11-drivers/ati-drivers/ChangeLog
+++ b/x11-drivers/ati-drivers/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-drivers/ati-drivers
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.304 2012/11/16 16:29:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.305 2012/11/16 18:42:08 chithanh Exp $
+
+ 16 Nov 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ ati-drivers-12.11_beta.ebuild:
+ Add warning message for xf86-video-intel-2.20.3 crashing bug #430000.
16 Nov 2012; Agostino Sarubbo <ago@gentoo.org> ati-drivers-12.11_beta.ebuild:
Stable for amd64, wrt bug #440872
diff --git a/x11-drivers/ati-drivers/ati-drivers-12.11_beta.ebuild b/x11-drivers/ati-drivers/ati-drivers-12.11_beta.ebuild
index 5493c027430e..fe012c6e1357 100644
--- a/x11-drivers/ati-drivers/ati-drivers-12.11_beta.ebuild
+++ b/x11-drivers/ati-drivers/ati-drivers-12.11_beta.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.11_beta.ebuild,v 1.3 2012/11/16 16:29:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.11_beta.ebuild,v 1.4 2012/11/16 18:42:08 chithanh Exp $
EAPI=4
@@ -616,6 +616,13 @@ pkg_postinst() {
use modules && linux-mod_pkg_postinst
"${ROOT}"/usr/bin/eselect opengl set --use-old ati
"${ROOT}"/usr/bin/eselect opencl set --use-old amd
+
+ if has_version ">=x11-drivers/xf86-video-intel-2.20.3"; then
+ ewarn "It is reported that xf86-video-intel-2.20.3 and later cause the X server"
+ ewarn "to crash on systems that use hybrid AMD/Intel graphics. If you experience"
+ ewarn "this crash, downgrade to xf86-video-intel-2.20.2 or earlier."
+ ewarn "For details, see https://bugs.gentoo.org/show_bug.cgi?id=430000"
+ fi
}
pkg_preinst() {