Hello, I&#39;ve been running myth for a few years now.&nbsp; I like it a lot!&nbsp; I recently tried to upgrade to 2.6.24 and also to <a href="http://2.6.24.4">2.6.24.4</a> and both times when I get into KDE and attempt to play a video, it&#39;s horribly slow.&nbsp; I just found out that my AGP is disabled by looking in the nvidia driver AGP status flag file.&nbsp; It reports:<br>
<br>Status:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Disabled<br><br>AGP initialization failed, please check the ouput<br>of the &#39;dmesg&#39; command and/or your system log file<br>for additional information on this problem.<br><br>I did a little poking around way long ago and I found that this is caused by the agpgart (kernel AGP driver) getting loaded instead of NvAGP (the nvidia AGP driver).&nbsp; When I look for &#39;AGP&#39; in dmesg, I found these messages:<br>
<br>NVRM: loading NVIDIA UNIX x86_64 Kernel Module&nbsp; 169.12&nbsp; Thu Feb 14 17:51:09 PST 2008<br>NVRM: not using NVAGP, kernel was compiled with GART_IOMMU support!!<br>NVRM: failed to allocate stack!<br><br>So I went back to my kernel source and I cannot deselect the agpgart!&nbsp; It get automatically selected when I add PCI support.&nbsp; I had this problem long ago and I was able to solve it by putting &#39;Option &quot;NvAGP&quot; &quot;1&quot;&#39; in my xorg.conf and &#39;agp=off&#39; in my kernel line in grub, they are both still there but &#39;agp=off&#39; no longer disables the agpgart from loading.&nbsp; How can I fix this?&nbsp; Am I doomed to use 2.6.23.xx indefinitely?&nbsp; Because it honors the &#39;agp=off&#39; flag.<br>
<br>Thanks,<br>-Greg<br>