| 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.16 2005/07/15 05:10:46 fox2mike Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v 1.17 2005/09/11 20:19:36 jkt 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 | |
| … | |
… | |
| 20 | |
20 | |
| 21 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
21 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 22 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
22 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 23 | <license/> |
23 | <license/> |
| 24 | |
24 | |
| 25 | <version>1.12</version> |
25 | <version>1.13</version> |
| 26 | <date>2005-07-15</date> |
26 | <date>2005-09-11</date> |
| 27 | |
27 | |
| 28 | <chapter> |
28 | <chapter> |
| 29 | <title>Introduction</title> |
29 | <title>Introduction</title> |
| 30 | <section> |
30 | <section> |
| 31 | <body> |
31 | <body> |
| … | |
… | |
| 369 | file <c>/etc/modules.d/nvidia</c>. Remember to run <c>modules-update</c> after |
369 | file <c>/etc/modules.d/nvidia</c>. Remember to run <c>modules-update</c> after |
| 370 | modifying this file, and bear in mind that you will need to reload the |
370 | modifying this file, and bear in mind that you will need to reload the |
| 371 | <c>nvidia</c> module before the new settings take effect. |
371 | <c>nvidia</c> module before the new settings take effect. |
| 372 | </p> |
372 | </p> |
| 373 | |
373 | |
|
|
374 | <pre caption="Adjusting nvidia options"> |
|
|
375 | <comment>(Edit /etc/modules.d/nvidia in your favourite editor)</comment> |
|
|
376 | # <i>nano -w /etc/modules.d/nvidia</i> |
|
|
377 | <comment>(Update module information)</comment> |
|
|
378 | # <i>modules-update</i> |
|
|
379 | <comment>(Unload the nvidia module...)</comment> |
|
|
380 | # <i>modprobe -r nvidia</i> |
|
|
381 | <comment>(...and load it once again)</comment> |
|
|
382 | # <i>modprobe nvidia</i> |
|
|
383 | </pre> |
|
|
384 | |
| 374 | </body> |
385 | </body> |
| 375 | </section> |
386 | </section> |
| 376 | <section> |
387 | <section> |
| 377 | <title>Advanced X configuration</title> |
388 | <title>Advanced X configuration</title> |
| 378 | <body> |
389 | <body> |