glxinfo

Content

 

Data

license: 
Version: 
Developer / owner: Brian Paul

Short description:

The manual page and help for the glxinfo linux command. The glxinfo program displays information about OpenGL and GLX implementations running on a given X display. The information is about server- and client-side GLX implementation, OpenGL and GLU implementations, and a list of available GLX views.

 

 

Man page output

man glxinfo
glxinfo(1)                         General Commands Manual                        glxinfo(1)

NAME
       glxinfo - show information about the GLX implementation

SYNOPSIS
       glxinfo [options]

DESCRIPTION
       The  glxinfo  program shows information about the OpenGL and GLX implementations run‐
       ning on a given X display.

       The information includes details about the server- and  client-side  GLX  implementa‐
       tion, the OpenGL and GLU implementations as well as a list of available GLX visuals.

OPTIONS
       -v      Print visuals info in verbose form.

       -t      Print verbose table.

       -display display
               Specify the X display to interrogate.

       -h      Print usage information.

       -i      Force an indirect rendering context.

       -b      Find the "best" visual and print its number.

       -l      Print interesting OpenGL limits.

AUTHOR
       glxinfo was written by Brian Paul <brian.paul@tungstengraphics.com>.

       This  manual  page  was  written by Thierry Reding <thierry@gilfi.de>, for the Debian
       project (but may be used by others).

                                         2006-11-29                               glxinfo(1)

 

 

Help output

glxinfo -h
Súgó kimenet
...
...
Usage: glxinfo [-v] [-t] [-h] [-b] [-l] [-s] [-i] [-display <dname>]
        -display <dname>: Print GLX visuals on specified server.
        -i: Force an indirect rendering context.
        -B: brief output, print only the basics.
        -v: Print visuals info in verbose form.
        -t: Print verbose visual information table.
        -h: This information.
        -b: Find the 'best' visual and print its number.
        -l: Print interesting OpenGL limits.
        -s: Print a single extension per line.

 

Related Content

  •