On 10/10/05, Jason Cooper <[EMAIL PROTECTED]> wrote:
I think I have radeon driver built-in the kernel.. does that mean that it is loaded before agpgart?
agpgart and intel_agp are both modules...
should I them recompile my kernel and leave radeon as module?
Fernando
Kevin Hanson ([EMAIL PROTECTED]) scribbled:
> I've got a radeon mobility 9200 in my laptop and have compiled
> CONFIG_AGP=m, CONFIG_AGP_INTEL=m, CONFIG_DRM=m, and CONFIG_DRM_RADEON=m.
>
> Interestingly enough, agpgart module loads at boot but intel_agp
> doesn't. Modprobe of intel_agp produces no errors, but lsmod shows it's
> not loaded. Nothing in log files either. When X is started, drm and
> radeon modules load up, but dri still doesn't work, probably because agp
> isn't working.
Do you have agpgart in /etc/modules.autoload.d/kernel-2.6 ? replace it
with intel_agp, then place radeon on the line following. intel_agp will
draw in agpgart, and radeon must be loaded after those are in.
hth,
jason.
I think I have radeon driver built-in the kernel.. does that mean that it is loaded before agpgart?
agpgart and intel_agp are both modules...
should I them recompile my kernel and leave radeon as module?
Fernando

