代码: 全选
$ glxinfo | grep "renderer string"
OpenGL renderer string: Gallium 0.4 on AMD JUNIPER
代码: 全选
$ glxinfo | grep direct -i
direct rendering: Yes
运行
代码: 全选
sudo gedit /etc/X11/xorg.conf
代码: 全选
$ glxgears
Running synchronized to the vertical refresh. The framerate should be
approximately the same as the monitor refresh rate.
291 frames in 5.0 seconds = 58.061 FPS
294 frames in 5.0 seconds = 58.730 FPS
289 frames in 5.0 seconds = 57.734 FPS
294 frames in 5.0 seconds = 58.729 FPS
疑问:
1.显卡的驱动配置是否存在问题,尤其发现xorg.conf文件是不存在
2.如何查看显卡的温度和风扇转速