
Basing from the above image, is the max version of Opengl my computer can support is 1.4? does that mean that there’s no way I can write code with Opengl 2.1?
I’m using Ubuntu 12.04
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What you see there is the GLX version. GLX is the container protocol, that delivers OpenGL to the X11 server. You should look for the OpenGL version string, which comes a bit later in that output. Use grep to filter the output, e.g. on my laptop
As you can see, my GLX version is 1.4 as well, but I have OpenGL 2.1 and GLSL 1.20 support on my mobile machine.