> Good point - I have X4.1.0 and kernel 2.4.5, and no DRI with my Radeon under > Linux. > > 2.4.5 gives me radeon.o in /lib/modules/blah > X4.1.0 gives me a radeon_drv.o somewhere in /usr/X11R6/lib > > insmod /path/to/it/radeon_drv.o doesn't do anything, > insmod radeon.o works, but only is version 1.0.0, not 1.1.x > > How do you force/specify the X module instead of the kernel one? > > Ed Schernau > Network Security Engineer > [EMAIL PROTECTED] > The DRM source is at xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel for Linux 2.4.5 you have to modify the make file: change line 208 of Makefile.linux from "MODCFLAGS += -DMODVERSIONS -include $(TREE)/linux/modversions.h" to "MODCFLAGS += -DMODVERSIONS -include $(TREE)/config/modversions.h" in 2.4.5 modversions.h is no longer in linux/ and has move to config/ then do make -f Makefile.linux it sould build your radeon.o module. Once it is build you can copy it to /lib/modules/2.4.5/kernel/drivers/char/drm and modeprobe radeon.o Bobakitoo _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dri-devel
