web-dev-qa-db-ja.com

Ubuntu 17.04のDota 2エラー:必須のOpenGL拡張機能「GL_EXT_texture_compression_s3tc」はサポートされていません。 OpenGLドライバーを更新してください

Ubuntu 16.10 64ビットからUbuntu 17.04 64ビットにアップグレードした後、Dota 2を開くとこのエラーが発生しました。

Required OpenGL extension "GL_EXT_texture_compression_s3tc" is not supported. Please update your OpenGL driver.

これは、InsurgenyのようなSteamの他のゲームが正常に動作する間、私のDota 2ゲームにのみ影響します。

Ubuntu 17.04 64ビットでOpenGLドライバーを更新する方法

Dell Optiplex 3020デスクトップを使用しています。

詳細を次に示します。

メモリー:4 GBプロセッサー:Intel Core i3-4130 CPU @ 3.40 GHz x 4グラフィックス:Intel Haswell、Intel HD 4600 OSタイプ:64ビットディスク:500 GB

グラフィックの詳細は次のとおりです。

~$ glxinfo | grep OpenGL

OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Haswell
OpenGL core profile version string: 4.5 (Core Profile) Mesa 17.2.0-devel
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 17.2.0-devel
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.1 Mesa 17.2.0-devel
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10
OpenGL ES profile extensions:


~$  LIBGL_DEBUG=verbose glxinfo 2>&1 >/dev/null | grep so$

libGL: OpenDriver: trying /usr/lib/x86_64-linux-gnu/dri/tls/i965_dri.so
libGL: OpenDriver: trying /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
4
Kris
Sudo apt-get install libtxc-dxtn-s2tc0

Ubuntu 17.4 Intel CPUでのDOTAのopenGLエラーを修正しました

13
user665521