diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2005-06-10 11:49:27 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2005-06-10 11:49:27 +0000 |
commit | ff345e9f7cd9f4a259ad09818ce7f144cb31a5b9 (patch) | |
tree | 0c444ac9f26408b2f80c25f61a3f326f773d26b8 /media-video/ati-drivers/ati-drivers-8.14.13-r1.ebuild | |
parent | Adding library directory to LDPATH (diff) | |
download | gentoo-2-ff345e9f7cd9f4a259ad09818ce7f144cb31a5b9.tar.gz gentoo-2-ff345e9f7cd9f4a259ad09818ce7f144cb31a5b9.tar.bz2 gentoo-2-ff345e9f7cd9f4a259ad09818ce7f144cb31a5b9.zip |
Minor change
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-video/ati-drivers/ati-drivers-8.14.13-r1.ebuild')
-rw-r--r-- | media-video/ati-drivers/ati-drivers-8.14.13-r1.ebuild | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/media-video/ati-drivers/ati-drivers-8.14.13-r1.ebuild b/media-video/ati-drivers/ati-drivers-8.14.13-r1.ebuild index b2d7990dd8ab..8c4059380e2a 100644 --- a/media-video/ati-drivers/ati-drivers-8.14.13-r1.ebuild +++ b/media-video/ati-drivers/ati-drivers-8.14.13-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ati-drivers-8.14.13-r1.ebuild,v 1.1 2005/06/09 17:14:08 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ati-drivers-8.14.13-r1.ebuild,v 1.2 2005/06/10 11:49:27 lu_zero Exp $ IUSE="opengl" @@ -231,13 +231,6 @@ pkg_postinst() { echo einfo "To switch to ATI OpenGL, run \"opengl-update ati\"" einfo "To change your XF86Config you can use the bundled \"fglrxconfig\"" - echo - ewarn "***" - ewarn "If you are experiencing problems with memory allocation try to add" - ewarn "this line to in your X11 configuration file:" - ewarn " Option \"KernelModuleParm\" \"agplock=0\" " - ewarn "That should solve the hangups you could have with Neverwinter Nights" - ewarn "***" if use !opengl ; then ewarn "You don't have the opengl useflag enabled, you won't be able to build" ewarn "opengl applications nor use opengl driver features, if that isn't" |