ATI mach64 core consultant work needed

Gene Heskett gene.heskett at verizon.net
Sat Oct 16 11:30:24 PDT 2004


On Saturday 16 October 2004 13:35, Alex Deucher wrote:
>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.

glxinfo's output is the same except for the stderr stuff quoted 
before.

[root at coyote cf]# glxgears
libGL: XF86DRIGetClientDriverName: 4.0.1 r200 (screen 0)
libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/r200_dri.so
drmOpenByBusid: Searching for BusID pci:0000:02:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 4, (OK)
drmOpenByBusid: drmOpenMinor returns 4
drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0
libGL error:
Can't open configuration file /etc/drirc: No such file or directory.
libGL error:
Can't open configuration file /root/.drirc: No such file or directory.
985 frames in 5.0 seconds = 197.000 FPS
994 frames in 5.0 seconds = 198.800 FPS

>> 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?
[root at coyote cf]# ldd `which glxinfo`
        linux-gate.so.1 =>  (0xffffe000)
        libGLU.so.1 => /usr/X11R6/lib/libGLU.so.1 (0x425bd000)
        libGL.so.1 => /usr/lib/libGL.so.1 (0x42542000)
        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)
        libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x41930000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x41926000)
        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)
[root at coyote cf]# 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)

Some diffs of course, given the graphical nature of glxgears vs the 
text output of glxinfo.
>
>Alex

Thanks Alex.

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
99.27% setiathome rank, not too shabby for a WV hillbilly
Yahoo.com attorneys please note, additions to this message
by Gene Heskett are:
Copyright 2004 by Maurice Eugene Heskett, all rights reserved.



More information about the xorg mailing list