Hi!
I've a machine with Solus Gnome installed, I don't usually do any graphics related stuffs but recently while investigating crash of an application. I found out that my OpenGL is well out of date.
glxinfo | grep "OpenGL" returns:
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) G33
OpenGL version string: 1.4 Mesa 20.3.3
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 2.0 Mesa 20.3.3
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16
OpenGL ES profile extensions:
As you can see it is 1.4 and that application requires 2.1 or more. So how can I update the version? I've searched but haven't found any solution, any help is appreciated.