Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi,
I'm running an embedded board based on the TI AM3517.
I'm using a filesystem provided with a Texas Instruments SDK. When I'm running Linux on this board, is there a command to check if OpenGL is activated?
Andrew
Sorry folks, I've got it. I needed to install OpenGL drivers via the Graphics SDK.
if(QGLFormat::hasOpenGL()) ...