在 Ubuntu 15.10 上升级到最新版本的 OpenGL

The*_*gma 6 intel-graphics intel mesa drivers 15.10

我目前有一个英特尔集成 GPU 英特尔 5100 虹膜图形,我想升级到可用的最新版本的 OpenGL。我目前安装了 OpenGL 3.0 和 mesa 11.0.2。

小智 6

你没有 OpenGL 3.0……你有 OpenGL 3.3 和一些 OpenGL 4.x 扩展,因为你的卡是 OpenGL 4.x 兼容的。

我有带 Intel HD 4000 和 Mesa 10.5.9 的 Ubuntu 14.04.3,我得到:

glxinfo | grep OpenGL

OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Ivybridge Mobile 
OpenGL core profile version string: 3.3 (Core Profile) Mesa 10.5.9
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 10.5.9
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
Run Code Online (Sandbox Code Playgroud)

显然,我不可能使用旧卡拥有更高的 OpenGL 版本..!

您看到的 OpenGL 3.0 是兼容性配置文件!您的实际核心配置文件是 3.3,几个月后可能是 4.x

因此,您将需要ppa:oibaf/graphics-drivers以获得绝对最新的驱动程序,但除非英特尔驱动程序达到 OpenGL 4.x 合规性,否则不推荐使用!