The GPU information Using Linux Ubuntu- Part 3
2 min readOct 1, 2020
The glxinfo Command
Gives you information from the OpenGL extension to find out what kind of graphics card is installed on a machine. It Gives information about the server- and client-side GLX implementation, OpenGL and GLU implementations.
$sudo apt-get install mesa-utils
$ glxinfo | egrep -i ‘device|memory’
$ glxinfo -B
$ glxinfo | grep OpenGL
$ glxinfo | grep “OpenGL version”
$ glxinfo -h
The Next Article will be the df Commands, Please add your comments for improvement or send an email to author at yamors01@louisville.edu.