dri no more working with xorg modular

Felix Kühling fxkuehl at gmx.de
Tue Mar 28 16:02:07 PST 2006


Am Mittwoch, den 29.03.2006, 00:39 +0200 schrieb Sascha Heid:
> Hi All!
> 
> I had dri and glx working fine with xorg-6.8.2 on my Thinkpad X21
> which has a ATI Rage Mobility Videocard.
> Im running Gentoo-Linux and emerged/compiled Xorg Modular with DRI
> Support (using the dri use-flag).
> 
> When starting Xorg, the DRI-Module loads fine, but later the driver
> says that he is disabling dri:
> 
> X Window System Version 7.0.0
> Release Date: 21 December 2005
[snip]
> (II) ATI(0): [drm] SAREA 2200+1208: 3408
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is -1, (No such device)
> drmOpenDevice: open result is -1, (No such device)
> drmOpenDevice: Open failed
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is -1, (No such device)
> drmOpenDevice: open result is -1, (No such device)
> drmOpenDevice: Open failed
> [drm] failed to load kernel module "mach64"
> (II) ATI(0): [drm] drmOpen failed
> (EE) ATI(0): [dri] DRIScreenInit Failed
> ---snip---
> (II) ATI(0): Direct rendering disabled
> 
> 
> Im using Kernel 2.6.16 with some gentoo patches.
> When i run glxgears its working for about 2 seconds and then shows a
> static image.

DRI on Mach64 was never supported by standard kernels due to security
problems. You need a DRM kernel module from DRM CVS.

        cvs -z3 -d:pserver:anonymous at anoncvs.freedesktop.org:/cvs/dri login
        [hit Enter at the password prompt]
        cvs -z3 -d:pserver:anonymous at anoncvs.freedesktop.org:/cvs/dri co drm
        cd drm/linux-core
        make
        cp drm.ko mach64.ko /lib/modules/`uname -r`/kernel/drivers/char/drm/
        depmod -a
        [restart X]

Regards,
  Felix

> 
> 
> Any advice would be most welcome :-)
> 
> Regards,
> Sascha Heid
> _______________________________________________
> xorg mailing list
> xorg at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/xorg
> 
-- 
| Felix Kühling <fxkuehl at gmx.de>                     http://fxk.de.vu |
| PGP Fingerprint: 6A3C 9566 5B30 DDED 73C3  B152 151C 5CC1 D888 E595 |




More information about the xorg mailing list