Login  Register

Re: Incorrect context on GLCanvas drawable

Posted by MarcoNL on Sep 09, 2022; 2:02pm
URL: https://forum.jogamp.org/Incorrect-context-on-GLCanvas-drawable-tp4041391p4041846.html

Hi Julien,

thanks for your feedback.

If you are 100% confident that this issue corresponds with a bug in the NVIDIA driver, then I fully understand and agree.

However, the fact that whenever GraphicsDevice.getConfigurations() returns multiple GraphicsConfigurations (which is fully legal, and happens when I set "-Dsun.java2d.noddraw=true" with all NVIDIA adapters / drivers that I've tested), a single call to GraphicsDevice.getConfigurations() causes GLCanvas to pick an OpenGL 1.1 context seems weird to me.

However, I do not know the details of how the profile selection works in GLCanvas.
So, if you JOGL experts are confident this is a driver issue, then I understand.

Best regards,

Marco Sambin