diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-12-12 00:42:41 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-12-12 00:42:41 +0000 |
commit | 076967828cc3dd842711cc3b56783ca3d82a7cc0 (patch) | |
tree | bde5e72f7393eba642824323df1c4562714c93f9 /x11-drivers/ati-drivers | |
parent | Add patches to prevent crash with cups-1.5 and to properly detect display dev... (diff) | |
download | gentoo-2-076967828cc3dd842711cc3b56783ca3d82a7cc0.tar.gz gentoo-2-076967828cc3dd842711cc3b56783ca3d82a7cc0.tar.bz2 gentoo-2-076967828cc3dd842711cc3b56783ca3d82a7cc0.zip |
Add a warning for bug #391193.
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/ati-drivers')
-rw-r--r-- | x11-drivers/ati-drivers/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/ati-drivers/ati-drivers-11.11.ebuild | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/x11-drivers/ati-drivers/ChangeLog b/x11-drivers/ati-drivers/ChangeLog index 03d3c25cb709..8b4ea87ed0ba 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.264 2011/11/24 15:40:09 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.265 2011/12/12 00:42:41 chithanh Exp $ + + 12 Dec 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + ati-drivers-11.11.ebuild: + Add a warning for bug #391193. 24 Nov 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> ati-drivers-11.11.ebuild: diff --git a/x11-drivers/ati-drivers/ati-drivers-11.11.ebuild b/x11-drivers/ati-drivers/ati-drivers-11.11.ebuild index 55c517bb66dd..016f594d3136 100644 --- a/x11-drivers/ati-drivers/ati-drivers-11.11.ebuild +++ b/x11-drivers/ati-drivers/ati-drivers-11.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-11.11.ebuild,v 1.3 2011/11/24 15:40:09 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-11.11.ebuild,v 1.4 2011/12/12 00:42:41 chithanh Exp $ EAPI=4 @@ -579,6 +579,10 @@ pkg_postinst() { elog elog "Some cards need acpid running to handle events" elog "Please add it to boot runlevel with rc-update add acpid boot" + elog + ewarn "This release of ati-drivers has a crashing bug when using Xv video." + ewarn "To avoid this problem, configure your video playback software for" + ewarn "OpenGL output. See https://bugs.gentoo.org/show_bug.cgi?id=391193" use modules && linux-mod_pkg_postinst "${ROOT}"/usr/bin/eselect opengl set --use-old ati |