diff options
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/ati-drivers/ChangeLog | 5 | ||||
-rw-r--r-- | x11-drivers/ati-drivers/ati-drivers-8.23.7.ebuild | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/x11-drivers/ati-drivers/ChangeLog b/x11-drivers/ati-drivers/ChangeLog index 0e153d31dc59..c5f7d455b74f 100644 --- a/x11-drivers/ati-drivers/ChangeLog +++ b/x11-drivers/ati-drivers/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-drivers/ati-drivers # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.30 2006/03/21 15:17:03 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.31 2006/04/10 12:38:49 chrb Exp $ + + 10 Apr 2006; <chrb@gentoo.org> ati-drivers-8.23.7.ebuild: + Add warning about UseFastTLS and multi-threaded apps, #126805 21 Mar 2006; Jory A. Pratt <anarchy@gentoo.org> +files/ati-drivers-8.23.7-noiommu.patch, ati-drivers-8.23.7.ebuild: diff --git a/x11-drivers/ati-drivers/ati-drivers-8.23.7.ebuild b/x11-drivers/ati-drivers/ati-drivers-8.23.7.ebuild index 8e0ab9779508..255d8e467e25 100644 --- a/x11-drivers/ati-drivers/ati-drivers-8.23.7.ebuild +++ b/x11-drivers/ati-drivers/ati-drivers-8.23.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.23.7.ebuild,v 1.4 2006/03/21 15:17:03 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.23.7.ebuild,v 1.5 2006/04/10 12:38:49 chrb Exp $ IUSE="opengl" @@ -321,6 +321,10 @@ pkg_postinst() { ewarn "the intended behaviour please add opengl to your useflag and issue" ewarn "# emerge -Nu ati-drivers" fi + echo + einfo "If you experience unexplained segmentation faults and kernel crashes" + einfo "with this driver and multi-threaded applications such as wine," + einfo "set UseFastTLS in xorg.conf to either 0 or 1, but not 2." # DRM module linux-mod_pkg_postinst } |