I'm trying to run blender on Ubuntu 19.10, but I receive the following error:
a graphics card and driver with support for opengl 3.3 or higher is required
So I tried glxinfo | grep "OpenGL"
and this is the output:
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Ironlake Mobile
OpenGL version string: 2.1 Mesa 19.2.1
OpenGL shading language version string: 1.20
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 2.0 Mesa 19.2.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16
OpenGL ES profile extensions:
The point is that using Ubuntu 18.04 I didn't have any problem.