<br><br><div><span class="gmail_quote">On 10/1/06, <b class="gmail_sendername">Roy Lofthouse</b> &lt;<a href="mailto:lofty69@gmail.com">lofty69@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><span class="e" id="q_10e04c725fc16de7_0"><br><br><div><span class="gmail_quote">On 30/09/06, <b class="gmail_sendername">Dylan Semler</b> &lt;<a href="mailto:dylan.semler@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
dylan.semler@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 9/30/06, Kevin Mori &lt;<a href="mailto:kmori.nospam@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">kmori.nospam@gmail.com</a>&gt; wrote:<br>&gt; &gt; My video card is a MSI 6200 AGP fanless.&nbsp;&nbsp;Those of you who have this
<br>&gt; &gt; card, what does the AGP status show for your card?
<br><br>With my PNY 6200 AGP fanless and NVAGP set to 2:<br>[Dylan@boron ~]$ cat /proc/driver/nvidia/agp/status<br>Status:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Enabled<br>Driver:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AGPGART<br>AGP Rate:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4x<br>Fast Writes:&nbsp;&nbsp;&nbsp;&nbsp; Disabled<br>

SBA:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Disabled<br><br>--<br>Dylan<br><br>Type faster.&nbsp;&nbsp;Use Dvorak:<br><a href="http://dvzine.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://dvzine.org</a><br>_______________________________________________
<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
</a><br></blockquote></div><br></span></div>
if your kernel has not been set to NOT use agp it will use AGPART
whatever you add to NVAGP in the xorg.conf.&nbsp; For NVAGP to work you
need to add AGP=off to your kernel paramters.&nbsp; Doing this will
change the driver in cat /proc/driver/nvidia/agp/status to:<br>
<br>
Status:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Enabled<br>
Driver:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NVidia<br>
<br>

<br>_______________________________________________<br>mythtv-users mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br><br><br></blockquote></div><br>NVAGP = 1 tries to use only NVAGP.&nbsp; If you are using standard FC4/5 kernel and you have not added agp=off to your kernel parameters (
grub.conf) then AGPGART will be enabled at boot and NVAGP will not be able to load.&nbsp; The net result is that neither will be used by the nvidia driver.<br><br>I personally am on FC5 and use Option &quot;NVAGP&quot; &quot;3&quot;.&nbsp; Everything being default otherwise the nvidia driver will be using AGPGART but if I add the kernel parameter &quot;agp=off&quot; then NVAGP will be used.&nbsp; I have not noticed a significant difference with my FX5200 card either way.
<br><br>Randy<br>