nightmorph    09/08/05 15:44:08

  Modified:             nvidia-guide.xml udev-guide.xml
  Log:
  Updated the rest of our guides for the modules.d-modprobe.d switch, bug 223885

Revision  Changes    Path
1.48                 xml/htdocs/doc/en/nvidia-guide.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/nvidia-guide.xml?rev=1.48&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/nvidia-guide.xml?rev=1.48&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/nvidia-guide.xml?r1=1.47&r2=1.48

Index: nvidia-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- nvidia-guide.xml    26 Jan 2009 08:20:48 -0000      1.47
+++ nvidia-guide.xml    5 Aug 2009 15:44:08 -0000       1.48
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v 1.47 
2009/01/26 08:20:48 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v 1.48 
2009/08/05 15:44:08 nightmorph Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/nvidia-guide.xml">
@@ -28,8 +28,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.38</version>
-<date>2009-01-26</date>
+<version>1.39</version>
+<date>2009-08-05</date>
 
 <chapter>
 <title>Introduction</title>
@@ -530,14 +530,14 @@
 The <c>nvidia</c> kernel module accepts a number of parameters (options) which
 you can use to tweak the behaviour of the driver. Most of these are mentioned 
in
 the documentation. To add or change the values of these parameters, edit the
-file <c>/etc/modules.d/nvidia</c>. Remember to run <c>update-modules</c> after
+file <c>/etc/modprobe.d/nvidia.conf</c>. Remember to run <c>update-modules</c> 
after
 modifying this file, and bear in mind that you will need to reload the
 <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>(Edit /etc/modprobe.d/nvidia.conf in your favourite editor)</comment>
+# <i>nano -w /etc/modprobe.d/nvidia.conf</i>
 <comment>(Update module information)</comment>
 # <i>update-modules</i>
 <comment>(Unload the nvidia module...)</comment>



1.50                 xml/htdocs/doc/en/udev-guide.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.50&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.50&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?r1=1.49&r2=1.50

Index: udev-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- udev-guide.xml      26 Jan 2009 09:28:37 -0000      1.49
+++ udev-guide.xml      5 Aug 2009 15:44:08 -0000       1.50
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.49 
2009/01/26 09:28:37 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.50 
2009/08/05 15:44:08 nightmorph Exp $ -->
 
 <guide link="/doc/en/udev-guide.xml">
 <title>Gentoo udev Guide</title>
@@ -23,8 +23,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>4</version>
-<date>2009-01-26</date>
+<version>5</version>
+<date>2009-08-05</date>
 
 <chapter>
 <title>What is udev?</title>
@@ -449,8 +449,8 @@
 </p>
 
 <pre caption="Specifying module parameters">
-# <i>echo "option snd-ice1724 index=0" >> /etc/modules.d/alsa</i>
-# <i>echo "option snd-ymfpci index=1" >> /etc/modules.d/alsa</i>
+# <i>echo "option snd-ice1724 index=0" >> /etc/modprobe.d/alsa.conf</i>
+# <i>echo "option snd-ymfpci index=1" >> /etc/modprobe.d/alsa.conf</i>
 # <i>update-modules</i>
 </pre>
 




Reply via email to