Skip to content

Instantly share code, notes, and snippets.

@gszauer
Last active October 30, 2017 06:54
Show Gist options
  • Save gszauer/4cb4fc3c07b4cbfc9c4d00cd87d5c818 to your computer and use it in GitHub Desktop.
Save gszauer/4cb4fc3c07b4cbfc9c4d00cd87d5c818 to your computer and use it in GitHub Desktop.
glxinfo
gszauer@XPS13X:~$ glxinfo | grep 'version'
server glx version string: 1.4
client glx version string: 1.4
GLX version: 1.4
    Max core profile version: 4.5
    Max compat profile version: 3.0
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
OpenGL core profile version string: 4.5 (Core Profile) Mesa 17.0.3
OpenGL core profile shading language version string: 4.50
OpenGL version string: 3.0 Mesa 17.0.3
OpenGL shading language version string: 1.30
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 17.0.3
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
gszauer@XPS13X:~$ glxinfo | grep OpenGL
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 615 (Kabylake GT2) 
OpenGL core profile version string: 4.5 (Core Profile) Mesa 17.0.3
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 17.0.3
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 17.0.3
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:

This question appears relevant

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment