On 4/23/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Am Montag 24 April 2006 01:32 schrieb Joe Ciccone: > > [EMAIL PROTECTED] wrote: > > > FATAL: Module radeon not found. > > > [drm] failed to load kernel module "radeon" > > > > It looks like the radeon driver is looking for the kernel module > > radeon. I guess this module requires that you have radeon dri support > > compiled into the kernel or compiled as a module. > > I can't seem to find an option to either build radeon or dri (or both)
You want CONFIG_DRM=m CONFIG_DRM_RADEON=m or =y if you don't like modules. It's in the same section as CONFIG_AGP. Possibly the problem is that you have the radeon drm module built into the kernel, but you're trying to load the drm module in Xorg.conf. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/cross-lfs FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
