On Tue, 2003-12-09 at 08:57, manu wrote: > Le 09.12.2003 23:06:05, Linus Gasser a écrit : > > Hello, > > I installed a brand-new, shiny Radeon 9200 PCI card in my alpha 164 > > (hoping to > > be able to play crack-attack ;) and for two weeks tried to install > > it. > > Now > > that I have > > > > Full build of XFree86 version 4.3.99.901 ( 2 December 2003) complete. > > > > installed (well, cvs is from 6th of december), I hoped to be on my > > way: > > > > (II) RADEON(0): X context handle = 0x00000001 > > (II) RADEON(0): [drm] installed DRM signal handler > > (II) RADEON(0): [DRI] installation complete > > (II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers > > (II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers > > (II) RADEON(0): [drm] dma control initialized, using IRQ 19 > > (II) RADEON(0): [drm] Initialized kernel GART heap manager, 5111808 > > (II) RADEON(0): Direct rendering enabled > > > > but, alas, running glxinfo gives me this: > > > > viviane@debal:~$ LIBGL_DEBUG=1 glxinfo > > name of display: :0.0 > > libGL error: dlopen /usr/X11R6/lib/modules/dri/r200_dri.so failed > > (/usr/X11R6/lib/modules/dri/r200_dri.so: undefined symbol: > > xf86ReadMmio32) > > libGL error: unable to find driver: r200_dri.so > > > > what did I do wrong that he doesn't find this symbol? Any idea? > > > > This file r200_dri.so is the dri module taking care of your gfx chip. > Seems that it was not built on your box. You can just download > snapshots from the dri website on sourceforge. > Be careful that you perhaps need to also download a special X server. > Ate least this was needed with 4.3.0 release, I am not sure this is > also needed with current cvs, anyona could confirm/infrim please? The log cited shows that the module does exist, it's just that it can't be dlopen()ed because it has an undefined symbol. I don't know why the driver would be referring to an xf86ReadMmio32, though. -- Eric Anholt eta@xxxxxxxxxx http://people.freebsd.org/~anholt/ anholt@xxxxxxxxxxx _______________________________________________ XFree86 mailing list XFree86@xxxxxxxxxxx http://XFree86.Org/mailman/listinfo/xfree86