sudo apt-get install libtxc-dxtn-s2tc0
Corrigido o meu erro openGL para DOTA no Ubuntu 17.4 CPU Intel
Depois de atualizar para o Ubuntu 17.04 de 64 bits do Ubuntu 16.10 de 64 bits, recebi este erro ao abrir o Dota 2:
Required OpenGL extension "GL_EXT_texture_compression_s3tc" is not supported. Please update your OpenGL driver.
Isso só afeta meu jogo Dota 2 enquanto meu outro jogo no Steam, como o Insurgeny, funciona bem.
Como atualizar o driver OpenGL no Ubuntu 17.04 64 bits?
Estou usando a área de trabalho do Dell Optiplex 3020.
Aqui estão alguns detalhes:
Memória: 4 GB Processador: CPU Intel Core i3-4130 a 3.40 GHz x 4 Gráficos: Intel Haswell, Intel HD 4600 Tipo de SO: 64 bits Disco: 500 GB
Aqui estão os detalhes dos meus gráficos:
~$ 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
sudo apt-get install libtxc-dxtn-s2tc0
Corrigido o meu erro openGL para DOTA no Ubuntu 17.4 CPU Intel