I am trying to play Steam games on my computer running Ubuntu 14.04. On launching Team Fortress 2 I receive the error Cannot find required OpenGL entry point 'glGetError'! Either your video card is unsupported, or your OpenGL driver need to be updated.
I tried sudo rm /usr/lib/i386-linux-gnu/libGL.so
and
rm .local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libgcc_s.so.1
with no luck. What is going wrong exactly and how should I attempt to go about fixing it.
I am using integrated Intel graphics. System settings call it an Intel® 945G x86/MMX/SSE2
.
My driver is an Intel Open Source Technology Center Mesa DRI Intel(R) 945G x86/MMX/SSE2
EDIT: I ended up shelling out $50 for a graphics card and TF2 and other games run fine.
Intel® 945G x86/MMX/SSE2
. My driver is aIntel Open Source Technology Center Mesa DRI Intel(R) 945G x86/MMX/SSE2
. I am about to pop open my computer to check exactly what GPU I have. – cubecubed Jul 06 '14 at 20:43Glxinfo
will show the Mesa version if you havesudo apt-get install mesa-utils
installed. Useglxinfo | grep "OpenGL version"
. – krowe Jul 07 '14 at 19:29glxinfo
after following links suggestions outputtedOpenGL version string: 2.1 Mesa 10.3.0-devel (git-faa6b0c trusty-oibaf-ppa)
. – cubecubed Jul 12 '14 at 03:42