Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: nvidia-guide.xml
Date: Fri, 26 May 2006 20:38:43
Message-Id: 20060526203825.8C9B66432D@smtp.gentoo.org
1 nightmorph 06/05/26 20:38:25
2
3 Modified: nvidia-guide.xml
4 Log:
5 Updated modules to build/load for nvidia guide, bug 131684
6
7 Revision Changes Path
8 1.29 xml/htdocs/doc/en/nvidia-guide.xml
9
10 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
11 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
12 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
13
14 Index: nvidia-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v
17 retrieving revision 1.28
18 retrieving revision 1.29
19 diff -u -r1.28 -r1.29
20 --- nvidia-guide.xml 2 May 2006 17:39:30 -0000 1.28
21 +++ nvidia-guide.xml 26 May 2006 20:38:25 -0000 1.29
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v 1.28 2006/05/02 17:39:30 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v 1.29 2006/05/26 20:38:25 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/nvidia-guide.xml">
29 @@ -25,8 +25,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>1.24</version>
34 -<date>2006-05-02</date>
35 +<version>1.25</version>
36 +<date>2006-05-26</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -84,6 +84,17 @@
41 [*] MTRR (Memory Type Range Register) support
42 </pre>
43
44 +<p>
45 +Also, you will have to add <c>agpgart</c> support to your kernel, either
46 +compiled in or as a module:
47 +</p>
48 +
49 +<pre caption="Enabling agpgart">
50 +Device Drivers ---&gt;
51 +Character devices ---&gt;
52 +&lt;*&gt; /dev/agpgart (AGP Support)
53 +</pre>
54 +
55 </body>
56 </section>
57 <section>
58 @@ -270,6 +281,12 @@
59 forget to run <c>modules-update</c> afterwards.
60 </p>
61
62 +<impo>
63 +If you compiled <c>agpgart</c> as a module, you will need to add it to
64 +<path>/etc/modules.autoload.d/kernel-2.6</path> (or <path>kernel-2.4</path>
65 +depending on your kernel version).
66 +</impo>
67 +
68 <pre caption="Running modules-update">
69 # <i>modules-update</i>
70 </pre>
71
72
73
74 --
75 gentoo-doc-cvs@g.o mailing list