Cal, you are my hero!&nbsp; Thank you so much, it was exactly what I was looking for.<br><br>-Greg<br><br><div class="gmail_quote">On Thu, Mar 27, 2008 at 10:47 PM, cal &lt;<a href="mailto:cal@graggrag.com">cal@graggrag.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Greg Grotsky wrote:<br>
&gt; [ ... ]<br>
<div class="Ih2E3d">&gt;<br>
&gt; So I went back to my kernel source and I cannot deselect the agpgart!<br>
&gt; It get automatically selected when I add PCI support. &nbsp;I had this<br>
&gt; problem long ago and I was able to solve it by putting &#39;Option &quot;NvAGP&quot;<br>
&gt; &quot;1&quot;&#39; in my xorg.conf and &#39;agp=off&#39; in my kernel line in grub, they are<br>
&gt; both still there but &#39;agp=off&#39; no longer disables the agpgart from<br>
&gt; loading. &nbsp;How can I fix this? &nbsp;Am I doomed to use 2.6.23.xx<br>
&gt; indefinitely? &nbsp;Because it honors the &#39;agp=off&#39; flag.<br>
<br>
</div>Here&#39;s a little patch I use in my kernels to solve this problem.<br>
<br>
<br>
Index: linux-2.6.24.4/arch/x86/Kconfig<br>
===================================================================<br>
--- linux-2.6.24.4.orig/arch/x86/Kconfig &nbsp; &nbsp; &nbsp; &nbsp;2008-03-25 05:49:18.000000000 +1100<br>
+++ linux-2.6.24.4/arch/x86/Kconfig &nbsp; &nbsp; 2008-03-25 09:09:21.081651320 +1100<br>
@@ -406,7 +406,7 @@<br>
&nbsp;# Mark as embedded because too many people got it wrong.<br>
&nbsp;# The code disables itself when not needed.<br>
&nbsp;config GART_IOMMU<br>
- &nbsp; &nbsp; &nbsp; bool &quot;GART IOMMU support&quot; if EMBEDDED<br>
+ &nbsp; &nbsp; &nbsp; bool &quot;GART IOMMU support&quot;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;default y<br>
 &nbsp; &nbsp; &nbsp; &nbsp;select SWIOTLB<br>
 &nbsp; &nbsp; &nbsp; &nbsp;select AGP<br>
<br>
<br>
With that, I get to choose (again!) whether kernel agp gets built. I leave it out,<br>
and NvAGP works happily. Having changed to &quot;manual mode&quot;, you do need to use<br>
sensible choices for the other GART IOMMU kernel options (in &quot;Processor type and<br>
features&quot; I believe). On mine, both &quot;GART IOMMU support&quot; and &quot;IBM Calgary IOMMU<br>
support&quot; are off.<br>
<br>
Cheers.<br>
<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" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</blockquote></div><br>