> OK,

So I built this kernel twice, one with DRM * and once DRM [m]

In the /boot dir ; diff config-3.13.6-gentoo config-3.13.6B-gentoo

yeilds:


2256,2257c2256,2257
< CONFIG_AGP=y
< CONFIG_AGP_AMD64=y
---
> CONFIG_AGP=m
> CONFIG_AGP_AMD64=m
2264,2265c2264,2265
< CONFIG_DRM=y
< CONFIG_DRM_KMS_HELPER=y
---
> CONFIG_DRM=m
> CONFIG_DRM_KMS_HELPER=m
2268c2268
< CONFIG_DRM_TTM=y
---
> CONFIG_DRM_TTM=m
2278c2278
< CONFIG_DRM_RADEON=y
---
> CONFIG_DRM_RADEON=m


So when I boot the one with DRM_Radeon=m, I still get this error
message building the latest radeon driver:

* Checking for suitable kernel configuration options...
(red) * CONFIG_DRM must be disabled or compiled as a module and not 
(red) * loaded for direct rendering to work.
 * Please check to make sure these options are set correctly.

Sure it can easily be related to my limited knowledge of grub2,
but I did boot the 3.13.6B version of the kernel....
where all is set as modules....

ideas or suggestions as to what I missed?



James






Reply via email to