Fedora 查看显卡相关信息
1##查看驱动 2ydx@ydx-mf:~ $ glxinfo | grep OpenGL 3OpenGL vendor string: X.Org 4OpenGL renderer string: AMD RAVEN (DRM 3.35.0, 5.4.15-200.fc31.x86_64, LLVM 9.0.0) 5OpenGL core profile version string: 4.5 (Core Profile) Mesa 19.2.8 6OpenGL core profile shading language version string: 4.50 7OpenGL core profile context flags: (none) 8OpenGL core profile profile mask: core profile 9OpenGL core profile extensions: 10OpenGL version string: 4.5 (Compatibility Profile) Mesa 19.2.8 11OpenGL shading language version string: 4.50 12OpenGL context flags: (none) 13OpenGL profile mask: compatibility profile 14OpenGL extensions: 15OpenGL ES profile version string: OpenGL ES 3.2 Mesa 19.2.8 16OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20 17OpenGL ES profile extensions: 18 19##查看Radon信息 20ydx@ydx-mf:~ $ sudo radeontop 21Collecting data, please wait.... 22 23##测试性能 24ydx@ydx-mf:~ $ glxgears 25Running synchronized to the vertical refresh. The framerate should be 26approximately the same as the monitor refresh rate. 27294 frames in 5.0 seconds = 58.793 FPS 28292 frames in 5.0 seconds = 58.289 FPS 29292 frames in 5.0 seconds = 58.278 FPS