jkt 05/09/11 20:19:36 Modified: xml/htdocs/doc/en nvidia-guide.xml Log: #101913, add example on how to reload module
Revision Changes Path 1.17 +14 -3 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.17&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.17&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.16&r2=1.17&cvsroot=gentoo Index: nvidia-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- nvidia-guide.xml 15 Jul 2005 05:10:46 -0000 1.16 +++ nvidia-guide.xml 11 Sep 2005 20:19:36 -0000 1.17 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v 1.16 2005/07/15 05:10:46 fox2mike Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v 1.17 2005/09/11 20:19:36 jkt Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/nvidia-guide.xml"> @@ -22,8 +22,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.12</version> -<date>2005-07-15</date> +<version>1.13</version> +<date>2005-09-11</date> <chapter> <title>Introduction</title> @@ -371,6 +371,17 @@ <c>nvidia</c> module before the new settings take effect. </p> +<pre caption="Adjusting nvidia options"> +<comment>(Edit /etc/modules.d/nvidia in your favourite editor)</comment> +# <i>nano -w /etc/modules.d/nvidia</i> +<comment>(Update module information)</comment> +# <i>modules-update</i> +<comment>(Unload the nvidia module...)</comment> +# <i>modprobe -r nvidia</i> +<comment>(...and load it once again)</comment> +# <i>modprobe nvidia</i> +</pre> + </body> </section> <section> -- [email protected] mailing list
