ATI mach64 core consultant work needed

Alex Deucher alexdeucher at gmail.com
Sat Oct 16 10:35:58 PDT 2004


On Sat, 16 Oct 2004 13:23:07 -0400, Gene Heskett
<gene.heskett at verizon.net> wrote:
> On Saturday 16 October 2004 12:10, Alex Deucher wrote:
> >On Sat, 16 Oct 2004 04:34:07 -0400, Gene Heskett
> >
> ><gene.heskett at verizon.net> wrote:
> >> On Saturday 16 October 2004 04:08, Vladimir Dergachev wrote:
> >> >>> It was written a while ago but most of things mentioned on
> >> >>> this page still apply. The biggest difference is that a few of
> >> >>> the issues have been fixed and cannot occur without an
> >> >>> informative (at least for me) error message.
> >> >>
> >> >> Humm, I'm getting about 135 fps ATM, amanda is running.
> >> >>
> >> >> Just about everything checks, dri is enabled, but when I get to
> >> >> the ldd thing?:
> >> >> root at coyote root]# ldd glxgears
> >> >> ldd: ./glxgears: No such file or directory
> >> >
> >> >It just can't find it - you should specify the path explicitly or
> >> > do:
> >> >
> >> >ldd `which glxgears`
> >>
> >> [root at coyote root]# ldd `which glxgears`
> >>         linux-gate.so.1 =>  (0xffffe000)
> >>         libGL.so.1 => /usr/lib/libGL.so.1 (0x42542000)
> >>         libXp.so.6 => /usr/X11R6/lib/libXp.so.6 (0x423e9000)
> >>         libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x42511000)
> >>         libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x42451000)
> >>         libpthread.so.0 => /lib/tls/libpthread.so.0 (0x4a793000)
> >>         libm.so.6 => /lib/tls/libm.so.6 (0x4a681000)
> >>         libc.so.6 => /lib/tls/libc.so.6 (0x4a55e000)
> >>         libXxf86vm.so.1 => /usr/X11R6/lib/libXxf86vm.so.1
> >> (0x42415000) libdl.so.2 => /lib/libdl.so.2 (0x4a67b000)
> >>         /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x49e15000)
> >>
> >> >Also, what does glxinfo tell you ?
> >
> >Take a look at the dri troubleshootign page.  I suspect you have a
> >problem with libexpat or libGL.
> >
> >http://dri.sourceforge.net/cgi-bin/moin.cgi/DriTroubleshooting
> 

Set the environment variable LIBGL_DEBUG to verbose, i.e. setenv
LIBGL_DEBUG verbose or export LIBGL_DEBUG=verbose depending on your
shell. Run glxinfo/glxgears/etc. and see what it says.

> libexpat doesn't jump out at me on that page, but:

the snapshots were linked against a differnet version of libexpat as I
recall. but since glxingo seems to work, It's probably a libGL
problem. what does ldd show for glxinfo vs. glxgears?

Alex



More information about the xorg mailing list