<div><span class="gmail_quote">On 2/8/07, <b class="gmail_sendername">Jeffrey Born</b> <<a href="mailto:jeff.born@gmail.com">jeff.born@gmail.com</a>> 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'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've loaded is via the following: "yum install kmod-nvidia" which is found under livna.<br></blockquote></div>
<div>What I've done is created the reference to the livna repository in /etc/yum.repos.d/livna.repo using the 'normal' methods, changed the line</div>
<div>enabled=1 to enabled=0 which disables the livna repo by default</div>
<div> </div>
<div>Then done (as root): </div>
<div>yum -y --enablerepo livna install kmod-nvidia </div>
<div>to install the driver</div>
<div> </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't look to the livna repo and create conflicts with atrpms or freshrpms.<br> </div>
<div>The livna repo is the only way I've managed to consistently get the nvidia driver to work under Fedora when upgrading kernel, etc.</div>