Last active
October 6, 2016 16:47
-
-
Save valeth/db7807c2071adebffb66a6b54b76ee3a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ lspci | |
... | |
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Ellesmere [Radeon RX 480] (rev c7) | |
... | |
$ glxinfo |grep "version" | |
server glx version string: 1.4 | |
client glx version string: 1.4 | |
GLX version: 1.4 | |
Max core profile version: 4.1 | |
Max compat profile version: 3.0 | |
Max GLES1 profile version: 1.1 | |
Max GLES[23] profile version: 3.0 | |
OpenGL core profile version string: 4.1 (Core Profile) Mesa 12.0.3 | |
OpenGL core profile shading language version string: 4.10 | |
OpenGL version string: 3.0 Mesa 12.0.3 | |
OpenGL shading language version string: 1.30 | |
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 12.0.3 | |
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment