>
> My kernel has AGP=<*> and drm=<*>, according to make menuconfig.

you need drm = <M> or drm=<N> built-in drm is bad..

>
> > you can load the drm.ko and radeon.ko from CVS into the kernel,
>
> By this do you mean install and compile the new Mesa and DRM modules, then run
> mkinitrd to install them into a new initrd?

notthing so complicated with a kernel with no drm in it, just cd
<path-to-cvs-built-drm>/linux-core
insmod ./drm.ko
insmod ./radeon.ko

you might need to modprobe i2c_algo_bit before the radeon.ko line...

or you can copy the drm.ko and radeon.ko to /lib/modules/`uname
-r`/kernel/drivers/char/drm
and re-run depmod -a


Dave.

-- 
David Airlie, Software Engineer
http://www.skynet.ie/~airlied / airlied at skynet.ie
Linux kernel - DRI, VAX / pam_smb / ILUG



-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to