From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1EEYIy-0004wf-6l for garchives@archives.gentoo.org; Sun, 11 Sep 2005 20:20:00 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j8BKFcbm026826; Sun, 11 Sep 2005 20:15:38 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j8BKFcYC002912 for <gentoo-doc-cvs@lists.gentoo.org>; Sun, 11 Sep 2005 20:15:38 GMT Message-Id: <200509112015.j8BKFcYC002912@robin.gentoo.org> Received: from lark.gentoo.osuosl.org ([140.211.166.177] helo=lark.gentoo.org) by smtp.gentoo.org with smtp (Exim 4.43) id 1EEYIq-0007bm-M0 for gentoo-doc-cvs@lists.gentoo.org; Sun, 11 Sep 2005 20:19:52 +0000 Received: by lark.gentoo.org (sSMTP sendmail emulation); Sun, 11 Sep 2005 20:19:36 +0000 From: "Jan Kundrat" <jkt@lark.gentoo.org> Date: Sun, 11 Sep 2005 20:19:36 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: nvidia-guide.xml Precedence: bulk List-Post: <mailto:gentoo-doc-cvs@lists.gentoo.org> List-Help: <mailto:gentoo-doc-cvs+help@gentoo.org> List-Unsubscribe: <mailto:gentoo-doc-cvs+unsubscribe@gentoo.org> List-Subscribe: <mailto:gentoo-doc-cvs+subscribe@gentoo.org> List-Id: Gentoo Linux mail <gentoo-doc-cvs.gentoo.org> X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 49a69402-9b72-4978-a8ee-af5ead9ca823 X-Archives-Hash: 88dbfdaf44afccfcee986e87a387d1ef 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> -- gentoo-doc-cvs@gentoo.org mailing list