<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head><body ><div>I don't think you need the updates - testing repo anymore. I just installed the 340xx driver the other day, on a box with a GeForce 8600, and it worked fine.&nbsp;</div><div><br></div><div><div style="font-size:9px;color:#575757"><br></div></div><div></div><br><br>-------- Original message --------<br>From: Roderick Johnstone &lt;rmj@ast.cam.ac.uk&gt; <br>Date:03/02/2015  6:12 AM  (GMT-05:00) <br>To: rpmfusion-users@lists.rpmfusion.org <br>Cc:  <br>Subject: Re: nvidia kernel modules and drivers for F20 <br><br>Mike/Nicolas<br><br>Thanks for your suggestions.<br><br>I was able to resolve this with:<br><br>For systems with older grahics cards:<br>yum erase xorg-x11-drv-nvidia<br>yum --enablerepo=rpmfusion-nonfree-updates-testing install <br>akmod-nvidia-340xx<br>akmods --kernel 3.18.7-100.fc20.x86_64<br><br>For systems with newer graphics cards:<br>yum erase xorg-x11-drv-nvidia-340xx<br>akmods --kernel 3.18.7-100.fc20.x86_64<br><br>I just run the akmods commands by hand to be sure that the kmod will be <br>built ok before rebooting.<br><br>Roderick<br><br>On 25/02/15 20:00, Nicolas ViĆ©ville wrote:<br>&gt;&gt; I ran into this a couple of weeks ago. I think that something was broken<br>&gt;&gt; in the repos for a short period.<br>&gt;<br>&gt; Also I ;)<br>&gt;<br>&gt; In order to avoid the uninstall of a lot of packages due to<br>&gt; dependencies, and to proceed on 20 machines, I preferred to use a less<br>&gt; elegant way (use it at your own risk - be careful some one line commands<br>&gt; are split on multiple lines in this message and you may have to adapt<br>&gt; the name of the packages to yours):<br>&gt;<br>&gt; rpm -e --nodeps xorg-x11-drv-nvidia-340xx.x86_64 \<br>&gt; xorg-x11-drv-nvidia-340xx-libs.i686 \<br>&gt; xorg-x11-drv-nvidia-340xx-libs.x86_64<br>&gt;<br>&gt; yum -y install xorg-x11-drv-nvidia-libs.i686 \<br>&gt; xorg-x11-drv-nvidia-libs.x86_64 xorg-x11-drv-nvidia.x86_64<br>&gt;<br>&gt; akmods --force<br>&gt;<br>&gt; rpm -e kmod-nvidia-340xx-3.17.8-200.fc20.x86_64-340.65-3.fc20.1.x86_64<br>&gt;<br>&gt; akmods --kernel 3.17.8-200.fc20.x86_64<br>&gt;<br>&gt; then to be sure:<br>&gt;<br>&gt; yum -y upgrade<br>&gt;<br>&gt; and<br>&gt;<br>&gt; reboot<br>&gt;<br>&gt; Hope this will help.<br>&gt;<br>&gt; Cordially,<br>&gt;<br>&gt;<br></body></html>