[Openchrome-users] No debugging output of glxinfo

Benno Schulenberg bensberg
Sun Dec 18 15:13:01 PST 2005


Rico Rommel wrote:
> Am Sonntag 18 Dezember 2005 13:28 schrieb Thomas Hellstr?m:
> > That problem was that the wrong libGL.so was installed. Please
> > check that the libGL.so.1.2 from the Mesa distribution is
> > actually used.
>
> ldd glxinfo reports that the right version of libGL.so.1.2 is
> used.

Have you maybe also installed the libGL.so.1.5* library?  And is it 
maybe actually that one that glxinfo links to?  Because here, glxinfo 
refers to the symlink libGL.so.1, not to libGL.so.1.2 directly.

$ ldd /usr/bin/glxinfo
        linux-gate.so.1 =>  (0xffffe000)
        libGLU.so.1 => /usr/local/lib/libGLU.so.1 (0xb7f49000)
        libGL.so.1 => /usr/local/lib/libGL.so.1 (0xb7eb9000)
        libXext.so.6 => /usr/lib/libXext.so.6 (0xb7e95000)
        libX11.so.6 => /usr/lib/libX11.so.6 (0xb7dae000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xb7d9b000)
        libm.so.6 => /lib/libm.so.6 (0xb7d78000)
        libc.so.6 => /lib/libc.so.6 (0xb7c5b000)
        libstdc++.so.5 => /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/libstdc++.so.5 (0xb7b32000)
        libgcc_s.so.1 => /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/libgcc_s.so.1 (0xb7b27000)
        libXxf86vm.so.1 => /usr/lib/libXxf86vm.so.1 (0xb7b21000)
        libdl.so.2 => /lib/libdl.so.2 (0xb7b1d000)
        libdrm.so.2 => /usr/local/lib/libdrm.so.2 (0xb7b13000)
        /lib/ld-linux.so.2 (0xb7fe1000)

Benno



More information about the Openchrome-users mailing list