On Mon, Jan 31, 2005 at 10:19:07AM +0000, Dr Andrew C Aitchison wrote: >David Dawes <[EMAIL PROTECTED]>: >> Has anyone tried DRI on an i810 with the current tree? I get a >> ring buffer lockup almost immediately after running glxgears. This >> is with the current i810 DRM module built and loaded against an >> otherwise stock 2.4.24 kernel. > >Can you remind me how to build the i810 DRM module ? >makefile.linux seems to have disappeared.
After a 'make World' there will be a Makefile.linux file in os-support/linux/drm/kernel/. However, the workaround that used to be present to allow a 'make -f Makefile.linux' build to work has been removed, but I'll either add it back in a slightly modified form, or change the build location to avoid the need for it. What does work right now is running 'make install' from os-support/linux/drm/kernel/, and building the modules in the resulting $(DESTDIR)ProjectRoot/src/drm/linux/kernel/. I have noticed that the drm modules no longer build on older 2.4.x kernels. Does anyone know what the minimum requirements are so that at a minimum the relevant Makefile can be updated to report this? David _______________________________________________ Devel mailing list [email protected] http://XFree86.Org/mailman/listinfo/devel
