我找不到適用於 OpenGL 4.5 的開源 Intel GPU 驅動程序,如下所述: https://www.phoronix.com/scan.php?page=news_item&px=Intel-Driver-GL45-Certified
我剛剛使用 x-swat PPA 升級、安裝了我的 Ubuntu 16.04(Lenovo L460 和 i5-6200U) https://launchpad.net/~ubuntu-x-swat/+archive/ubuntu/updates
現在我的系統有 Mesa 17.3.3,這是相當新的。 (mesa 目前版本為 18)
但是(除非我讀錯了)我的系統仍在使用 OpenGL 3.0
$ glxinfo | grep 'version'
server glx version string: 1.4
client glx version string: 1.4
GLX version: 1.4
Max core profile version: 4.5
Max compat profile version: 3.0
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.2
OpenGL core profile version string: 4.5 (Core Profile) Mesa 17.3.3
OpenGL core profile shading language version string: 4.50
OpenGL version string: 3.0 Mesa 17.3.3
OpenGL shading language version string: 1.30
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 17.3.3
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
我在 Ubuntu 16.04 中使用核心 4.13
$ uname -a
Linux 4.13.0-32-generic #35~16.04.1-Ubuntu SMP Thu Jan 25 10:13:43 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
這是 glmark2:
glmark2
=======================================================
glmark2 2014.03+git20150611.fa71af2d
=======================================================
OpenGL Information
GL_VENDOR: Intel Open Source Technology Center
GL_RENDERER: Mesa DRI Intel(R) HD Graphics 520 (Skylake GT2)
GL_VERSION: 3.0 Mesa 17.3.3
所以我認為我的系統仍在使用 OpenGL 3.0。
我假設這些新的英特爾開源 OpenGL 3.5 驅動程式會與檯面捆綁在一起,對嗎?
對我認為錯誤、閱讀錯誤或遺漏的內容有什麼幫助嗎?
謝謝
答案1
嘗試使用更新的開放式顯示卡驅動程式 PPA:
$ sudo add-apt-repository ppa:oibaf/graphics-drivers
$ sudo apt-get update
來自這個 PPA:https://launchpad.net/~oibaf/+archive/ubuntu/graphics-drivers?field.series_filter=bionic