<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
in your grub.conf add <br>
<p class="line862">In order to keep <a
 href="http://rpmfusion.org/Howto/nVidia#nouveau">compatibility with
nouveau</a>,
you either need to recreate the initrd manually after the driver has
been installed, or add a command line option to the kernel. To recreate
the initrd: <span class="anchor" id="line-19"></span><span
 class="anchor" id="line-20"></span><span class="anchor" id="line-21"></span><span
 class="anchor" id="line-22"></span><span class="anchor" id="line-23"></span></p>
<pre>su - 
mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r)-nouveau.img
dracut /boot/initramfs-$(uname -r).img $(uname -r)</pre>
<span class="anchor" id="line-24"></span>
<p class="line874">To
use the default initrd, but disable the nouveau driver, edit
/etc/grub.conf and add the following to the end of the line(s) starting
with 'kernel': <span class="anchor" id="line-25"></span><span
 class="anchor" id="line-26"></span><span class="anchor" id="line-27"></span></p>
<pre>  rdblacklist=nouveau</pre>
<span class="anchor" id="line-28"></span><span class="anchor"
 id="line-29"></span>
<p class="line874">Before using the driver, you need to lower your
system protection so SElinux doesn't prevent the driver to load. <span
 class="anchor" id="line-30"></span><span class="anchor" id="line-31"></span><span
 class="anchor" id="line-32"></span></p>
<pre>setsebool -P allow_execstack on</pre>
<br>
<a class="moz-txt-link-freetext" href="http://rpmfusion.org/Howto/nVidia#head-205aab6f190d363e3915c0fa2e0681fc392aaeb6">http://rpmfusion.org/Howto/nVidia#head-205aab6f190d363e3915c0fa2e0681fc392aaeb6</a><br>
<br>
<br>
On 01/-10/-28163 11:59 AM, Marcel Rieux wrote:
<blockquote
 cite="mid:%3Ca6e58c2d1003141315n70d5a4beo92653b1d651ad7ee@mail.gmail.com%3E"
 type="cite">
  <pre wrap="">210/3/14 &#20005;&#26230;&#28059; <a class="moz-txt-link-rfc2396E" href="mailto:yanjingtao@innlab.net">&lt;yanjingtao@innlab.net&gt;</a>:

  </pre>
  <blockquote type="cite">
    <pre wrap="">My classmate has bought a computer with GT220.
When I download Nvidia Driver,use init 3 to run it.
but it prompt that cannot find nvidia.ko..
I have searched Google,and changed menu.lst,added nouveau.modeset=&gt;
This time,I have install Nvidia Driver success,but when I reboot,I can't
login it,it's blank screen.
I have try many times,I found,when I use init 3,and run rmmod nouveau,then I
can use startx login to Gnome.

But it's too troublesome,I want to know how to do,then I can turn on the
computer and direct into Gnome...
    </pre>
  </blockquote>
  <pre wrap="">
In my experience, the only instructions that work are here, at
rpmfusion, who provides the kernel module:

<a class="moz-txt-link-freetext" href="http://rpmfusion.org/Howto/nVidia">http://rpmfusion.org/Howto/nVidia</a>

  </pre>
</blockquote>
<br>
</body>
</html>