<p>Fedora recommends users install a 3rd-party RPM packaged driver
instead of using the installer from Nvidia's website. Currently Livna
provides a well packaged driver.</p>

<p>For <tt>yum</tt> only:</p>

<p>First, setup <a href="http://www.mjmwired.net/resources/mjm-fedora-f7.html#yum">Livna Repository</a></p>

<pre>[mirandam@charon ~]$ <a href="http://www.mjmwired.net/resources/mjm-fedora-f7.html#sudo">sudo</a> rpm -ivh <a href="http://rpm.livna.org/livna-release-7.rpm" target="_blank">http://rpm.livna.org/livna-release-7.rpm</a>
<br>[mirandam@charon ~]$ sudo rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-livna<br></pre>

<p>Install the nvidia driver through Livna:</p>

<pre>[mirandam@charon ~]$ sudo yum install kmod-nvidia</pre>

<p>If a kernel update is installed at the same time, then a reboot will
be required. If not, then simply log out completely of Gnome or KDE and
the Nvidia driver should load. The Nvidia logo will flash quickly once.</p>

<p>For users without <tt>yum</tt></p>

<p>Download the <a href="http://rpm.livna.org/livna-release-7.rpm" target="_blank">http://rpm.livna.org/livna-release-7.rpm</a> RPM and run:</p>
<pre>[mirandam@charon ~]$ <a href="http://www.mjmwired.net/resources/mjm-fedora-f7.html#sudo">sudo</a> rpm -ivh livna-release-7.rpm<br>[mirandam@charon ~]$ sudo rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-livna<br></pre>

<p>Navigate to <a href="http://rpm.livna.org/fedora/7/" target="_blank">http://rpm.livna.org/fedora/7/</a> and select your architecture: <tt>i386</tt>, <tt>x86_64</tt> or <tt>ppc</tt>. You will need 3 components: xorg driver, nvidia kernel module and a livna display configuration utility.
</p>

<p>For xorg driver, select the one matching the latest Nvidia driver (1.0.9762). For example:<br>
<tt>xorg-x11-drv-nvidia-<b>1.0.9762</b>-2.lvn7.i386.rpm</tt>.</p>

<p>For nvidia kernel driver you <b>MUST MATCH YOUR KERNEL</b>.
Use the <tt>uname</tt> command for the proper match. For example:</p>

<pre>[mirandam@charon ~]$ uname -rm<br><i>2.6.21-1.3194.fc7</i> <b>i686</b></pre>

<p>Selected: <tt>kmod-nvidia-1.0.9762-1.<i>2.6.21_1.3194</i>.fc7.<b>i686</b>.rpm</tt></p>

<p>The display configuration utility should be named <tt>livna-config-display</tt> (example: <tt>livna-config-display-0.0.11-1.lvn7.noarch.rpm</tt>).</p>

<p>Install all files at the same time:</p>
<pre>[mirandam@charon downloads]$ sudo rpm -ivh kmod-nvidia-1.0.9762-1.2.6.21_1.3194.fc7.i686.rpm \<br>xorg-x11-drv-nvidia-1.0.9762-2.lvn7.i386.rpm \<br>livna-config-display-0.0.11-1.lvn7.noarch.rpm <br>Preparing...                ########################################### [100%]
<br>   1:livna-config-display   ########################################### [ 33%]<br>   2:kmod-nvidia            ########################################### [ 67%]<br>   3:xorg-x11-drv-nvidia    ########################################### [100%]
<br></pre>

<p>If you had a previous version of these files before, remove them first with <tt>rpm <b>-e</b></tt>.</p>
<p>If you cannot find a perfect match you may will have to update to a kernel that matches from <a href="http://download.fedora.redhat.com/pub/fedora/linux/updates/7/" target="_blank">Fedora 7 Updates</a>.</p>

<p><b><u>NOTE: SELinux Problems</u></b> SELinux seems to prevent the v9755 Livna Nvidia Driver from properly loading <em>after a reboot</em>. This has been fixed in the v9762 Livna package. The following is a <b>TEMPORARY
</b> work around:</p>
<pre>[mirandam@charon ~]$ sudo /usr/bin/chcon -cv system_u:object_r:xserver_misc_device_t /etc/udev/devices/nvidia*</pre>
<p>If you are having this problem or unsure, please use yum to update: <tt>yum update nvidia-kmod</tt>.</p><br><p><br></p><p>from <a href="http://www.mjmwired.net/resources/mjm-fedora-f7.html#nvidia">http://www.mjmwired.net/resources/mjm-fedora-f7.html#nvidia
</a></p><p>personally use this to form my nvidia and does not give problems me with beryl</p><br><br><div><span class="gmail_quote">2007/10/4, Rex Dieter <<a href="mailto:rdieter@math.unl.edu">rdieter@math.unl.edu</a>>:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">sou1234321 wrote:<br><br>> Please note that, inspite of having successfully installed the Beryl
<br>> Manager, it's not working at all...!<br>><br>> HARDWARE:<br>> NVIDIA GeForce 6200-GT Turbo (successfully detected by FEDORA)<br>><br>> Even when I am trying to enable the desktop effects, it's showing that it
<br>> cannot be done...!<br>><br>> Why so? Please help...<br><br>Your video hardware/driver needs to support it (hardware accelerated opengl<br>mostly).<br><br>-- Rex<br><br>--<br>fedora-list mailing list<br><a href="mailto:fedora-list@redhat.com">
fedora-list@redhat.com</a><br>To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list">https://www.redhat.com/mailman/listinfo/fedora-list</a><br></blockquote></div><br>