rane 06/07/26 09:50:06 Modified: nvidia-guide.xml Log: there's nothing like /dev/nvidia, adding missing asterisks, thanks to kucrut for reporting
Revision Changes Path 1.30 xml/htdocs/doc/en/nvidia-guide.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/nvidia-guide.xml?rev=1.30&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/nvidia-guide.xml?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/nvidia-guide.xml?r1=1.29&r2=1.30 Index: nvidia-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- nvidia-guide.xml 26 May 2006 20:38:25 -0000 1.29 +++ nvidia-guide.xml 26 Jul 2006 09:50:06 -0000 1.30 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v 1.29 2006/05/26 20:38:25 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v 1.30 2006/07/26 09:50:06 rane Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/nvidia-guide.xml"> @@ -25,8 +25,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.25</version> -<date>2006-05-26</date> +<version>1.26</version> +<date>2006-07-25</date> <chapter> <title>Introduction</title> @@ -511,7 +511,7 @@ </pre> <p> -If your <path>/dev/nvidia</path> devices are still missing every time you +If your <path>/dev/nvidia*</path> devices are still missing every time you reboot, then it is most likely because udev is not automatically creating the proper device nodes. You can fix this by re-running <c>NVmakedevices.sh</c>, and then editing <path>/etc/conf.d/rc</path> as shown: @@ -522,7 +522,7 @@ </pre> <p> -This will preserve your <path>/dev/nvidia</path> nodes even if you reboot. +This will preserve your <path>/dev/nvidia*</path> nodes even if you reboot. </p> <note> @@ -530,7 +530,7 @@ <c>nvidia-glx</c> from the 8xxx series. At the time of this writing, both are still marked ~arch. These drivers no longer rely on hotplug or udev to create the proper device nodes, so you won't need to run <c>NVmakedevices.sh</c>. -Instead, the X driver itself will create your <path>/dev/nvidia</path> files +Instead, the X driver itself will create your <path>/dev/nvidia*</path> files when you start X. However, this will require you to use a recent kernel (2.6.14 and greater). </note> -- [email protected] mailing list
