Difference between revisions of "Glxinfo"

From Linuxintro
imported>ThorstenStaerk
(Created page with "glxinfo is a command to check the status of GLX, the openGL X extension. It can be used e.g. to see if hardware graphics acceleration (direct rendering) is enabled: glxinfo ...")
 
(No difference)

Latest revision as of 11:45, 4 February 2012

glxinfo is a command to check the status of GLX, the openGL X extension. It can be used e.g. to see if hardware graphics acceleration (direct rendering) is enabled:

glxinfo | grep -i direct
direct rendering: Yes

In this example hardware graphics acceleration is enabled.

See also