On Friday, September 12, 2003 2:34 am, Clemens Eisserer wrote:
> Since about two weeks I´m trying to get DRI working with my newly
> compiled 2.4.21-Kernel.
> I enabled agpgart for my ali-chipset and 4.1-DRI for my Radeon (Mobility
> Radeon M?).

After reading the above a suspicion formed in my head, and then I read the 
XFree86.0.log and got my confirmation:

(WW) RADEON(0): [dri] Some DRI features disabled because of version mismatch.
[dri] radeon.o kernel module version is 1.1.1 but 1.3.1 or later is preferred.

Try building and using the radeon.o that comes with XFree86:

(as user)
$ cd xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel
$ make -f Makefile.linux
(as root)
# mv /lib/modules/2.4.21/kernel/drivers/char/drm/radeon.o \
/lib/modules/2.4.21/kernel/drivers/char/drm/radeon-orig.o
# cp radeon.o /lib/modules/2.4.21/kernel/drivers/char/drm
# depmod

Above, "xc" is the root directory of the XFree86 source/build tree.

After restarting XFree86, run glxinfo to see if you have hardware acceleration 
or not.

-- 
Andy Goth  |  [EMAIL PROTECTED]  |  http://ioioio.net/
End communication.


_______________________________________________
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86

Reply via email to