I've spent the past 3 days searching and can't find anything. I have an optimus setup with ironhide and a GT520M nVidia card; how do I install the latest version of OpenGL?
I keep getting "GLX_ARB_create_context_profile is unavailable" when I try to run the program, because mesa implements an ancient library.
$ glxinfo | grep "OpenGL version"
$ OpenGL version string: 2.1 Mesa 7.11
Example:
optirun ./assign1
* Starting Ironhide X server ironhide DON
Enabling nVidia card succeeded.
. [ OK ]
OpenGL profile requested but GLX_ARB_create_context_profile is unavailable
ERROR: Could not open window
ERROR: Could not initialize UI.
* Stopping Ironhide X server ironhide DOFF
Disabling nVidia card succeeded.
