| 1 | <?xml version='1.0' encoding="UTF-8"?> |
1 | <?xml version='1.0' encoding="UTF-8"?> |
| 2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v 1.28 2006/05/02 17:39:30 nightmorph Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v 1.29 2006/05/26 20:38:25 nightmorph Exp $ --> |
| 3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 4 | |
4 | |
| 5 | <guide link="/doc/en/nvidia-guide.xml"> |
5 | <guide link="/doc/en/nvidia-guide.xml"> |
| 6 | <title>Gentoo Linux nVidia Guide</title> |
6 | <title>Gentoo Linux nVidia Guide</title> |
| 7 | |
7 | |
| … | |
… | |
| 23 | |
23 | |
| 24 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
24 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 25 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
25 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 26 | <license/> |
26 | <license/> |
| 27 | |
27 | |
| 28 | <version>1.24</version> |
28 | <version>1.25</version> |
| 29 | <date>2006-05-02</date> |
29 | <date>2006-05-26</date> |
| 30 | |
30 | |
| 31 | <chapter> |
31 | <chapter> |
| 32 | <title>Introduction</title> |
32 | <title>Introduction</title> |
| 33 | <section> |
33 | <section> |
| 34 | <body> |
34 | <body> |
| … | |
… | |
| 81 | |
81 | |
| 82 | <pre caption="Enabling MTRR"> |
82 | <pre caption="Enabling MTRR"> |
| 83 | Processor and Features ---> |
83 | Processor and Features ---> |
| 84 | [*] MTRR (Memory Type Range Register) support |
84 | [*] MTRR (Memory Type Range Register) support |
| 85 | </pre> |
85 | </pre> |
|
|
86 | |
|
|
87 | <p> |
|
|
88 | Also, you will have to add <c>agpgart</c> support to your kernel, either |
|
|
89 | compiled in or as a module: |
|
|
90 | </p> |
|
|
91 | |
|
|
92 | <pre caption="Enabling agpgart"> |
|
|
93 | Device Drivers ---> |
|
|
94 | Character devices ---> |
|
|
95 | <*> /dev/agpgart (AGP Support) |
|
|
96 | </pre> |
| 86 | |
97 | |
| 87 | </body> |
98 | </body> |
| 88 | </section> |
99 | </section> |
| 89 | <section> |
100 | <section> |
| 90 | <title>Arch-specific notes</title> |
101 | <title>Arch-specific notes</title> |
| … | |
… | |
| 268 | <path>/etc/modules.autoload.d/kernel-2.6</path> (or <path>kernel-2.4</path>, |
279 | <path>/etc/modules.autoload.d/kernel-2.6</path> (or <path>kernel-2.4</path>, |
| 269 | depending on which kernel version you use) and add <c>nvidia</c> to it. Don't |
280 | depending on which kernel version you use) and add <c>nvidia</c> to it. Don't |
| 270 | forget to run <c>modules-update</c> afterwards. |
281 | forget to run <c>modules-update</c> afterwards. |
| 271 | </p> |
282 | </p> |
| 272 | |
283 | |
|
|
284 | <impo> |
|
|
285 | If you compiled <c>agpgart</c> as a module, you will need to add it to |
|
|
286 | <path>/etc/modules.autoload.d/kernel-2.6</path> (or <path>kernel-2.4</path> |
|
|
287 | depending on your kernel version). |
|
|
288 | </impo> |
|
|
289 | |
| 273 | <pre caption="Running modules-update"> |
290 | <pre caption="Running modules-update"> |
| 274 | # <i>modules-update</i> |
291 | # <i>modules-update</i> |
| 275 | </pre> |
292 | </pre> |
| 276 | |
293 | |
| 277 | </body> |
294 | </body> |