Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 117950 | Differences between
and this patch

Collapse All | Expand All

(-)nvidia-guide.xml (-2 / +17 lines)
Lines 25-32 Link Here
25
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
26
<license/>
26
<license/>
27
27
28
<version>1.20</version>
28
<version>1.21</version>
29
<date>2006-02-17</date>
29
<date>2006-03-03</date>
30
30
31
<chapter>
31
<chapter>
32
<title>Introduction</title>
32
<title>Introduction</title>
Lines 441-446 Link Here
441
# <i>/sbin/NVmakedevices.sh</i>
441
# <i>/sbin/NVmakedevices.sh</i>
442
</pre>
442
</pre>
443
443
444
<p>
445
If your <path>/dev/nvidia</path> devices are still missing every time you
446
reboot, then it is most likely because udev is not automatically creating the
447
proper device nodes. You can fix this by re-running <c>NVmakedevices.sh</c>,
448
and then editing <path>/etc/conf.d/rc</path> as shown:
449
</p>
450
451
<pre caption="Editing /etc/conf.d/rc">
452
RC_DEVICE_TARBALL="yes"
453
</pre>
454
455
<p>
456
This will preserve your <path>/dev/nvidia</path> nodes even if you reboot.
457
</p>
458
444
</body>
459
</body>
445
</section>
460
</section>
446
</chapter>
461
</chapter>

Return to bug 117950