如何在 Ubuntu 查看 OpenGL 版本
方法很简单,只需要打开终端。输入以下命令:
glxinfo | grep OpenGL
Linux 的终端是需要注意大小写的。
例如我的显卡就会显示:
[fedora@fedora-desktop ~]$ glxinfo | grep OpenGL
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce 8600 GT/PCI/SSE2
OpenGL version string: 3.2.0 NVIDIA 195.36.24
OpenGL shading language version string: 1.50 NVIDIA via Cg compiler
OpenGL extensions:
如果想更加直观一点,可以安装 hardinfo 或者 ailurus 直接查看啊。
Tags: Linux, openGL, ubuntu



No comments