openGL 在 Ubuntu 18.04 LTS 上停留在 1.4 版本,使用 oibaf ppa 时无法更新

openGL 在 Ubuntu 18.04 LTS 上停留在 1.4 版本,使用 oibaf ppa 时无法更新

我的机器有 Intel 5500 板载显卡,我需要升级我的 openGL 才能运行我目前正在开发的应用程序。这是我收到的错误消息:

ERROR: In ../Rendering/OpenGL2/vtkOpenGLRenderWindow.cxx, line 545
vtkXOpenGLRenderWindow (0x7fffe5a34ef0): GL version 2.1 with the gpu_shader4 extension is not supported by your graphics driver but is required for the new OpenGL rendering backend. Please update your OpenGL driver. If you are using Mesa please make sure you have version 10.6.5 or later and make sure your driver in Mesa supports OpenGL 3.2.

我尝试使用以下命令升级我的 openGL:

sudo add-apt-repository ppa:ubuntu-x-swat/updates
sudo apt-get dist-upgrade

我也使用过 oibaf ppa,但没有成功。即使在此之后,当我输入 时glxinfo | grep "OpenGL version",我仍然看到以下输出:

OpenGL version string: 1.4 (4.4.0 - Build 20.19.15.4531)

任何帮助将非常感激!

相关内容