[Openchrome-users] what is good output of glxinfo?

Benno Schulenberg bensberg
Mon Dec 12 00:35:03 PST 2005


Benno Schulenberg wrote:
> What does the output of 'LIBGL_DEBUG=verbose glxinfo | head' look
> like on a machine that does achieve direct rendering?

libGL: XF86DRIGetClientDriverName: 5.0.0 unichrome (screen 0)
libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/unichrome_dri.so
drmOpenByBusid: Searching for BusID PCI:1:0:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 4, (OK)
drmOpenByBusid: drmOpenMinor returns 4
drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
__driCreateNewScreen_20050727 - succeeded
libGL error:
Can't open configuration file /etc/drirc: No such file or directory.
name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
    GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
    GLX_EXT_import_context, GLX_OML_swap_method, GLX_SGI_make_current_read,
    GLX_SGIS_multisample, GLX_SGIX_fbconfig
client glx vendor string: SGI


Finally got it working (thanks, Donnie).  It is not libGL.so.1.5.060401 
that is needed, but the plain libGL.so.1.2.  Then it works fine.  For 
some reason I had pruned SRC_DIRS down to just "mesa", but "glx/x11" 
is needed too.

Benno



More information about the Openchrome-users mailing list