Reverted one patch
authorLuca Barbato <lu_zero@gentoo.org>
Thu, 3 Jun 2004 17:01:53 +0000 (17:01 +0000)
committerLuca Barbato <lu_zero@gentoo.org>
Thu, 3 Jun 2004 17:01:53 +0000 (17:01 +0000)
media-video/ati-drivers/ChangeLog
media-video/ati-drivers/Manifest
media-video/ati-drivers/ati-drivers-3.9.0-r1.ebuild

index d5935c9bf2cf9da01ff015b1a5aba4f20a5a1bb0..fa674af7fa2c2a84afe4b5115acda11eb56bec87 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/ati-drivers
 # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ChangeLog,v 1.39 2004/06/02 18:50:42 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ChangeLog,v 1.40 2004/06/03 17:01:53 lu_zero Exp $
+
+  03 Jun 2004; Luca Barbato <lu_zero@gentoo.org> ati-drivers-3.9.0-r1.ebuild:
+  Reverted the memory allocation patch, added some instructions how to solve
+  that, thanks again Aric Cyr <acyr76@yahoo.ca> for the notice.
 
 *ati-drivers-3.9.0-r1 (02 Jun 2004)
 
index d1d000a573b411f008c3dcbb80694e57a46d1a10..601ddfb3f3a5a4fc7f097052b5d59a2f256fdb82 100644 (file)
@@ -1,6 +1,6 @@
 MD5 1397fa0cb35fcb96a3befa9c282d384d ati-drivers-3.2.0.ebuild 4521
 MD5 ee68f54d4c74d5662eaadd541a53af59 ati-drivers-3.7.0.ebuild 5452
-MD5 37cea978282cc3ed982356b29830e0ee ChangeLog 6967
+MD5 fc56f32bee93bbd86fb2ce2c40e0ae5b ChangeLog 7187
 MD5 3dc1266cde9024db50801253bc1502fb ati-drivers-3.2.5.ebuild 4582
 MD5 bca4dd1758b390509e46f966d475006d metadata.xml 221
 MD5 e3324fa606640d00a155946614db8083 ati-drivers-3.2.8-r2.ebuild 4145
@@ -12,7 +12,7 @@ MD5 fd3b60bced73db73eb699a4a2a24fd31 ati-drivers-3.9.0.ebuild 4136
 MD5 ca8285329fa786207d8b3cfa78d63fd7 ati-drivers-3.2.8.ebuild 4588
 MD5 354f5d998433c1b4f9a95441f58299b2 ati-drivers-3.2.5-r1.ebuild 4606
 MD5 0a4641949ac4bbcca5bf6cdb30772446 ati-drivers-3.2.4.ebuild 4712
-MD5 c023e48d27ecc035c3119a8624e6c032 ati-drivers-3.9.0-r1.ebuild 4236
+MD5 bca57cb689a6e44503edccba8ac84cd1 ati-drivers-3.9.0-r1.ebuild 4525
 MD5 e51a9be1f465d0de93d358f87b0ae3cb ati-drivers-2.9.13.ebuild 3637
 MD5 13a32d6b01ead543e27e71e6c0f7549f ati-drivers-2.9.13-r1.ebuild 4273
 MD5 0eca691de41a29813f6cd11a54b8a234 files/digest-ati-drivers-3.2.4 81
index 562a5eff9106f369ca6d9df69193fb737ba2d5d1..bacab9b241f143cf45ef2e70524d71bc33738e64 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2004 Gentoo Technologies, Inc.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ati-drivers-3.9.0-r1.ebuild,v 1.1 2004/06/02 18:50:42 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ati-drivers-3.9.0-r1.ebuild,v 1.2 2004/06/03 17:01:53 lu_zero Exp $
 
 IUSE="qt kde gnome"
 
@@ -50,7 +50,7 @@ src_unpack() {
 
        cd ${WORKDIR}/lib/modules/fglrx/build_mod
 
-       epatch ${FILESDIR}/fglrx-3.9.0-allocation.patch
+       #epatch ${FILESDIR}/fglrx-3.9.0-allocation.patch
 
        if [ "`echo ${KV}|grep 2.6`" ]
        then
@@ -161,7 +161,12 @@ pkg_postinst() {
        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 "***"
        # DRM module
        update-modules
 }