I am working with X11 opengl on Cygwin and trying to run some tests on using the glew library.
Trying to compile the "Chapter2.4.c" example from here
It compiles without errors. But when trying to run from x11 (startxwin) at xterm, I get the following error:
X Error of failed request: GLXBadFBConfig
Major opcode of failed request: 148 (GLX)
Minor opcode of failed request: 34 ()
Serial number of failed request: 21
Current serial number in output stream: 20
Any idea why this is happening? May it be something to do with the nvidia / x11 mismatch in library / headers as suggested here?