nightmorph 06/05/26 20:38:25 Modified: nvidia-guide.xml Log: Updated modules to build/load for nvidia guide, bug 131684
Revision Changes Path 1.29 xml/htdocs/doc/en/nvidia-guide.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nvidia-guide.xml?rev=1.29&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nvidia-guide.xml?rev=1.29&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nvidia-guide.xml.diff?r1=1.28&r2=1.29&cvsroot=gentoo Index: nvidia-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- nvidia-guide.xml 2 May 2006 17:39:30 -0000 1.28 +++ nvidia-guide.xml 26 May 2006 20:38:25 -0000 1.29 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v 1.28 2006/05/02 17:39:30 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v 1.29 2006/05/26 20:38:25 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/nvidia-guide.xml"> @@ -25,8 +25,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.24</version> -<date>2006-05-02</date> +<version>1.25</version> +<date>2006-05-26</date> <chapter> <title>Introduction</title> @@ -84,6 +84,17 @@ [*] MTRR (Memory Type Range Register) support </pre> +<p> +Also, you will have to add <c>agpgart</c> support to your kernel, either +compiled in or as a module: +</p> + +<pre caption="Enabling agpgart"> +Device Drivers ---> +Character devices ---> +<*> /dev/agpgart (AGP Support) +</pre> + </body> </section> <section> @@ -270,6 +281,12 @@ forget to run <c>modules-update</c> afterwards. </p> +<impo> +If you compiled <c>agpgart</c> as a module, you will need to add it to +<path>/etc/modules.autoload.d/kernel-2.6</path> (or <path>kernel-2.4</path> +depending on your kernel version). +</impo> + <pre caption="Running modules-update"> # <i>modules-update</i> </pre> -- [email protected] mailing list
