Login  Register

Re: Initializing JOGL with NVidia Optimus systems

Posted by aqd on Jul 04, 2014; 6:12pm
URL: https://forum.jogamp.org/Initializing-JOGL-with-NVidia-Optimus-systems-tp4028794p4032521.html

I encountered a similar problem. I have tried the following but none of them makes optimus working for JOGL:
- Add java/javaw in NVIDIA control panel
- Export NvOptimusEnablement (by a custom JVM launcher)
- Link nvapi, opencl and cuda


It only happens to JOGL, not JavaFX or OpenGL Extensions Viewer. JavaFX demos running on the same version/platform of Java 8 do utilize Optimus. Are there anyone else who experience the same problem??