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 / +26 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.21</version>
28
<version>1.22</version>
29
<date>2006-03-04</date>
29
<date>2006-03-05</date>
30
30
31
<chapter>
31
<chapter>
32
<title>Introduction</title>
32
<title>Introduction</title>
Lines 493-498 Link Here
493
# <i>/sbin/NVmakedevices.sh</i>
493
# <i>/sbin/NVmakedevices.sh</i>
494
</pre>
494
</pre>
495
495
496
<p>
497
If your <path>/dev/nvidia</path> devices are still missing every time you
498
reboot, then it is most likely because udev is not automatically creating the
499
proper device nodes. You can fix this by re-running <c>NVmakedevices.sh</c>,
500
and then editing <path>/etc/conf.d/rc</path> as shown:
501
</p>
502
503
<pre caption="Editing /etc/conf.d/rc">
504
RC_DEVICE_TARBALL="yes"
505
</pre>
506
507
<p>
508
This will preserve your <path>/dev/nvidia</path> nodes even if you reboot.
509
</p>
510
511
<note>
512
Alternatively, you might try emerging the latest <c>nvidia-kernel</c> and
513
<c>nvidia-glx</c> from the 8xxx series. At the time of this writing, both are
514
still marked ~arch. These drivers no longer rely on hotplug or udev to create
515
the proper device nodes. Instead, the X driver itself will create your
516
<path>/dev/nvidia</path> files when you start X. However, this will require you
517
to use a recent kernel (2.6.14 and greater).
518
</note>
519
496
</body>
520
</body>
497
</section>
521
</section>
498
</chapter>
522
</chapter>

Return to bug 117950