web-dev-qa-db-ja.com

IntelグラフィックカードUbuntu 14.04でOpenGLを更新する方法

だから、デスクトップをバックアップして実行し、TF2をプレイしたかったので、Steamをインストールし、ゲームを入手して、起動時に

Could Not Find Required OpenGL Entry Point 'GLColormaskindexedEXT'! Either Your Video Card Is Unsupported Or Your OpenGL Driver Needs To Be Updated.

ターミナルの[開く] GLは

OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) G33 
OpenGL version string: 1.4 Mesa 10.1.3
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 2.0 Mesa 10.1.3
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16
OpenGL ES profile extensions:
2
Soren

実行することにより、グラフィカルスタックをアップグレードできます。

Sudo apt-get install --install-recommends xserver-xorg-lts-utopic libqt5gui5 libgles1-mesa-lts-utopic libgles2-mesa-lts-utopic libgl1-mesa-glx-lts-utopic libgl1-mesa-glx-lts-utopic:i386 libglapi-mesa-lts-utopic:i386 libegl1-mesa-drivers-lts-utopic

また、カーネルをアップグレードすることをお勧めします

Sudo apt-get install linux-generic-lts-vivid
5
Pilot6