I have an acer aspire one (netbook) with a 945GME, and glxinfo only lists support for OpenGL 1.4 .
I wanted to run an app that needs OpenGL 2.0, but I'm not really sure if it is possible on 945-generation intel graphics, even with all the latest drivers and other stuff from git.
Does anyone know if its possible to have OpenGL 2.0 on one of these?
I wanted to run an app that needs OpenGL 2.0, but I'm not really sure if it is possible on 945-generation intel graphics, even with all the latest drivers and other stuff from git.
Does anyone know if its possible to have OpenGL 2.0 on one of these?
Code:
> glxinfo | grep "OpenGL version" OpenGL version string: 1.4 Mesa 7.2
Comment