Here is how I got the Nvidia Drivers to work in FC4 on my Dell Inspiron 9300.<br>
----------------------------------------------------------------------------------------------------------------<br>

Thanks to Christopher A Williams
<br>
----------------------------------------------------------------------------------------------------------------<br>



  
  

Do this on the back of a fresh install and it should work.
<br>
<br>


You have to go through this process before you corrupt your system with the drvers from the Nvidia site.
<br>
<br>
Do a full:<br>
<br>
<span style="font-style: italic;">yum update<br>
<br>
</span>This got the latest core and kernel source etc and a bunch of other
stuff.
<br>
<span style="font-style: italic;"><br>
</span>For me this was a 500mb download, I have obviously not tried going through the process without doing this.<br>
(and would be interested to know whether it would work without)<br>
<div class="moz-text-flowed" style="font-family: -moz-fixed; font-size: 12px;" lang="x-western"><br>
I then rebooted into the new kernel.
<br>
<br>
Download the latest source RPM from Livna. At present that is at:
<br>
<a class="moz-txt-link-freetext" href="http://livna.cat.pdx.edu/fedora/4/i386/SRPMS.lvn/nvidia-glx-1.0.7676-0.lvn.2.4.src.rpm">http://livna.cat.pdx.edu/fedora/4/i386/SRPMS.lvn/nvidia-glx-1.0.7676-0.lvn.2.4.src.rpm</a> <a class="moz-txt-link-rfc2396E" href="http://livna.cat.pdx.edu/fedora/4/i386/SRPMS.lvn/nvidia-glx-1.0.7676-0.lvn.2.4.src.rpm">
http://livna.cat.pdx.edu/fedora/4/i386/SRPMS.lvn/nvidia-glx-1.0.7676-0.lvn.2.4.src.rpm</a><br>
<br>
Stick it in a folder such as /tmp
<br>
<br>
go into
<br>
<br>
init 3
<br>
<br>
Install Fedora RPM Dev Tools (yum -y install fedora-rpmdevtools)
<br>
<br>
While running the new kernel (assuming the source RPM you downloaded
<br>
is in the current directory and you have current Pentium processor),
run
<br>
the command:
<br>
<br>
rpmbuild --rebuild --target i686 nvidia-glx-1.0.7676-0.lvn.2.4.src.rpm
<br>
<br>
If your processor isn't i686 class, use the appropriate flag for your
<br>
system.
<br>
<br>
As I have it listed, this command will rebuild new custom RPMs for your
<br>
currently running kernel and deposit all of them in the
<br>
directory /usr/src/redhat/RPMS/i686. You can them move these new RPMs
to
<br>
a directory of your choice for safe keeping. The files you will have
<br>
will include something like the following list:
<br>
<br>
* kernel-module-nvidia-2.6.13-1.1532_FC4-1.0.7676-0.lvn.2.4.i686.rpm
<br>
* nvidia-glx-1.0.7676-0.lvn.2.4.i686.rpm
<br>
* nvidia-glx-debuginfo-1.0.7676-0.lvn.2.4.i686.rpm
<br>
* nvidia-glx-devel-1.0.7676-0.lvn.2.4.i686.rpm
<br>
<br>
You will only need to install the first two RPMs from the above list
<br>
to get things working. Once you have installed these, you can either
<br>
restart X or reboot and enjoy the new drivers.
<br>
<br>
to install make sure that you are in the same directories as the files
<br>
i.e /usr/src/redhat/RPMS/i686 and go:
<br>
<br>
<code class="moz-txt-verticalline"><span class="moz-txt-tag"></span>rpm
-Uvh<span class="moz-txt-tag"></span></code>
kernel-module-nvidia-2.6.13-1.1532_FC4-1.0.7676-0.lvn.2.4.i686.rpm nvidia-glx-1.0.7676-0.lvn.2.4.i686.rpm<br>
<br>
Executing both these files in the one command.<br>
<br>
When you upgrade the kernel, follow the same rebuild process. You will
<br>
then only need to install the updated kernel module RPM. Everything
else
<br>
will already be ready to go.<br>
<br>
Thanks again all.<br>
David Abbott<br>
<br>
</div>

<br>