Mark Knecht wrote: > On 4/18/05, Benno Schulenberg <[EMAIL PROTECTED]> wrote: > > That depends: when building from CVS, it should be off. > > I'm sorry but I don't know what you mean by building from CVS.
This: http://dri.freedesktop.org/wiki/Building, the drm part. > > for glxgears is /usr/lib/modules/dri/radeon_dri.so. > > Ah, well that's not loaded. Worse (I think) is thatI can find > nothing that's trying to load it. Do an $ export LIBGL_DEBUG=verbose $ export MESA_DEBUG=verbose and run glxinfo again. See it trying to open radeon_dri.so, with probably some undefined symbols, or some other error. But I'm not sure, I don't have a radeon. > Where is this supposed to be included to get it to load in the > Gentoo way? If it exists, X will find and use it automatically. > > For a better summary: grep RADEON /var/log/Xorg.0.log > > It's long, but it ends with 'Direct Rendering enabled'! Good, you're in business! The normal device driver works. Now only get the 3D-stuff (radeon_dri.so) running. There is something strange though: all the drm and agp things seem to be done twice, starting with "[drm] DRM interface version 1.2". Or is that a mispaste? > > If preloading the module doesn't help, and building the agp > > stuff into the kernel neither, Did you try this? Benno -- [email protected] mailing list

