A utility for displaying information about OpenGL and GLX extensions, reporting version numbers, GPU information, listed OpenGL extensions and capabilities.
Glxinfo is a tool used to get information about the OpenGL implementation on a system. It can provide details such as:
Glxinfo is very useful for debugging OpenGL applications, ensuring you have proper OpenGL support on a system, and just generally learning about the OpenGL implementation. It's a simple command line tool that is easy to run. Typical output contains the OpenGL vendor, renderer, version, shader support, texture capabilities, and extension list.
Some examples of how Glxinfo can be useful:
As an open source command line tool, Glxinfo is included in many Linux distributions and other operating systems with OpenGL support. It provides a simple way to get key technical details about the current OpenGL environment on a system.
Here are some alternatives to Glxinfo:
Suggest an alternative ❐