<br><br><div><span class="gmail_quote">On 30/09/06, <b class="gmail_sendername">Dylan Semler</b> <<a href="mailto:dylan.semler@gmail.com">dylan.semler@gmail.com</a>> 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 <<a href="mailto:kmori.nospam@gmail.com">kmori.nospam@gmail.com</a>> wrote:<br>> > My video card is a MSI 6200 AGP fanless. Those of you who have this<br>> > 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: Enabled<br>Driver: AGPGART<br>AGP Rate: 4x<br>Fast Writes: Disabled<br>
SBA: Disabled<br><br>--<br>Dylan<br><br>Type faster. Use Dvorak:<br><a href="http://dvzine.org">http://dvzine.org</a><br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">
mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br>
if your kernel has not been set to NOT use agp it will use AGPART
whatever you add to NVAGP in the xorg.conf. For NVAGP to work you
need to add AGP=off to your kernel paramters. Doing this will
change the driver in cat /proc/driver/nvidia/agp/status to:<br>
<br>
Status: Enabled<br>
Driver: NVidia<br>
<br>