[EMAIL PROTECTED] wrote:
> 
> 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?


radeon.o and radeon_drv.o are completely different things.  The
former is a kernel module, the later is an XFree86 2D device driver.


You'll need to compile a new radeon.o module from the XFree86 4.1.0
sources.  The radeon kernel sources in the 2.4.5 kernel are a bit
out of date.

-Brian

_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to