如何在 Ubuntu 16.04 上更新英特尔(Broadwell)高清显卡

如何在 Ubuntu 16.04 上更新英特尔(Broadwell)高清显卡

我目前使用的是 Ubuntu 16.04.1,从我读到的内容来看,Mesa 12 应该会引入(来源) Intel Boradwell 上的 OpenGL 4.x,但glxinfo | grep OpenGL结果OpenGL ES profile version string: OpenGL ES 3.1 Mesa 12.0.6

我的处理器是 i5 5200U,配备 Intel HD 5500 显卡。

我应该做什么才能启用 OpenGL 4.x?我该怎么做?

答案1

OpenGL 与 OpenGL ES 不同。OpenGL ES的最新版本是3.2。

要获取 OpenGL 的版本,请运行:

glxinfo | fgrep 'OpenGL core profile version string'

相关内容