APXEOLOG wrote
It doesn't help. If i understand the log properly, jogl-from-jar cannot even detect my video driver
phil is probably right but it would help if you could tell me whether you tested my suggestion before claiming that it doesn't help, what do you mean exactly? JOGL can pick a different GL renderer depending on the capabilities that you request, that's why I suggested to call GLProfile.getMaxFixedFunc(
true). For example, if you request a 32-bit depth buffer under Windows, JOGL will possibly pick the GDI renderer.
Does your machine use Optimus? There is a risk that your computer uses a different GPU but JOGL has no control on that and this kind of problem could happen in pure C OpenGL.