<div><span class="gmail_quote">On 2/8/07, <b class="gmail_sendername">Jeffrey Born</b> &lt;<a href="mailto:jeff.born@gmail.com">jeff.born@gmail.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">So my question morphed into how can I load nvidia drivers for a 5200 board on an AMD 64 based system and uninstall what I&#39;ve loaded without using livna/using atrpms?
<br>How do I removed the reference to the livna repo after that? <br><br>The piece I&#39;ve loaded is via the following: &quot;yum install kmod-nvidia&quot; which is found under livna.<br></blockquote></div>
<div>What I&#39;ve done is&nbsp;created the reference to&nbsp;the livna repository in /etc/yum.repos.d/livna.repo using the &#39;normal&#39; methods, changed the line</div>
<div>enabled=1 to enabled=0&nbsp; which disables the livna repo by default</div>
<div>&nbsp;</div>
<div>Then done (as root): </div>
<div>yum -y --enablerepo livna install kmod-nvidia </div>
<div>to install the driver</div>
<div>&nbsp;</div>
<div>This way the livna repo is only used to install the nvidia driver, and when I do a general yum install or yum update it doesn&#39;t look to the livna repo and create conflicts with atrpms or freshrpms.<br>&nbsp;</div>
<div>The livna repo is the only way I&#39;ve managed to consistently get the nvidia driver to work under Fedora when upgrading kernel, etc.</div>