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.orig (-2 / +27 lines)
Lines 22-29 Link Here
22
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
22
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
23
<license/>
23
<license/>
24
24
25
<version>1.16</version>
25
<version>1.17</version>
26
<date>2005-10-25</date>
26
<date>2006-01-07</date>
27
27
28
<chapter>
28
<chapter>
29
<title>Introduction</title>
29
<title>Introduction</title>
Lines 367-372 Link Here
367
the directive <e>Assign IRQ to VGA</e> is set.
367
the directive <e>Assign IRQ to VGA</e> is set.
368
</p>
368
</p>
369
369
370
<p>
371
If the warning still persists, check to see if you remembered to add
372
<c>nvidia</c> to <path>/etc/modules.autoload.d/kernel-2.6</path>. Once you have
373
done this, try reloading the module. If this fails to work, it's possible that
374
you lack the required devices in <path>/dev</path>. Check for this by
375
running:
376
</p>
377
378
<pre caption="Check for nVidia devices">
379
$ <i>ls /dev | grep -i nvidia</i>
380
</pre>
381
382
<p>
383
If no devices matching "nvidia" are listed, then you will need to use one of
384
the scripts shipped with your nVidia driver to create the required devices:
385
</p>
386
387
<pre caption="Creating the required devices">
388
# <i>/sbin/NVmakedevices.sh</i>
389
</pre>
390
391
<p>
392
You should now be able to load the module.
393
</p>
394
370
</body>
395
</body>
371
</section>
396
</section>
372
</chapter>
397
</chapter>

Return to bug 117950