<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <br>
    On 12/16/2011 10:35 AM, Lawrence Graves wrote:
    <blockquote cite="mid:4EEB734F.7000000@gmail.com" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <br>
      <br>
      On 12/16/2011 09:27 AM, Reindl Harald wrote:
      <blockquote cite="mid:4EEB716F.2010500@thelounge.net" type="cite">
        <pre wrap="">
Am 16.12.2011 17:23, schrieb Lawrence Graves:
</pre>
        <blockquote type="cite">
          <pre wrap="">
On 12/16/2011 09:17 AM, linux guy wrote:
</pre>
          <blockquote type="cite">
            <pre wrap="">On Fri, Dec 16, 2011 at 8:59 AM, Lawrence Graves <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:lgraves95@gmail.com">&lt;lgraves95@gmail.com&gt;</a> wrote:
</pre>
            <blockquote type="cite">
              <pre wrap="">On 12/16/2011 08:52 AM, linux guy wrote:

The above assuming you are running F16...  I haven't followed your
thread closely.  Sorry.

Yes. I can not get a graphical screen back once I install nvidia drivers so
I am unable to give you anymore information.

</pre>
            </blockquote>
            <pre wrap="">ctrl-alt F2, F3... etc. will get you a command line session.

Have you run this ?
mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r)-nouveau.img
dracut /boot/initramfs-$(uname -r).img $(uname -r)
</pre>
          </blockquote>
          <pre wrap="">Linux guy:
Yes.  After I doing all you have ask me to do, I am still not able to get the nvidia drivers to work. Could I send
you a picture of my screen to your private email address as it will be to large to send to this email address.
The picture shows you what I get after installation and reboot.
</pre>
        </blockquote>
        <pre wrap="">jesus christ you have to explain "I did a runlevel drop to 3 now I can't
get rpm -qa | grep nvidia* to work." first because it seems you are
doing randomly things without understanding what they are supposed to do

you have to make sure that the "nouveau" drivers are not get loaded
or unload them manually to test anything

</pre>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <br>
      </blockquote>
      I went to inittab at root and changed the runlevel to 3 because I
      was told that sometimes you have to change the runlevel in order
      to get the nividia drivers install and then do a nvidia-xconfig to
      change it back to runlevel 5. Sorry for the confusion but I am
      thoroughly confused about all of this. I wish I sent my laptop to
      you. I believe it is something simple but I am not able to define
      in tech terms so all of you though you mean well are not able to
      help because I am not able to explain or demonstrate what is
      that's going on.<br>
      <div class="moz-signature">-- <br>
        Lawrence Graves <lgraves95@gmail.com> All things are workable
          but don't all things work.</lgraves95@gmail.com></div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    Ok, so you're in runlevel 3 (if you're using F16 then you would do
    this, as root, by doing " systemctl isolate runlevel3.target" in a
    terminal). Do the following as root:<br>
    <br>
    1). lsmod | grep nouveau<br>
    <br>
    If you see nouveau modules installed then you need to "rmmod
    nouveau"<br>
    <br>
    2). Once that is done, do "akmods --force" (this will build and
    probably load the nvdia driver).<br>
    <br>
    3). lsmod | grep nvidia<br>
    <br>
    &nbsp;&nbsp;&nbsp; If you *don't* see nvidia, try doing a "modprobe nvidia" and
    then redo the lsmod in step 3; it should be loaded at that point.<br>
    <br>
    4). assuming all of this has worked, do your "nvidia-xconfig".<br>
    <br>
    5). assuming *that* works, then do "systemctl isolate
    runleve5.target".&nbsp; This *should* put you back to an X-Windows
    session using the nvidia driver.<br>
    <br>
    Kevin<br>
  </body>
</html>