Login  Register

Re: JOGL broken with JRE>8 and Windows window-scaling

Posted by gouessej on Aug 16, 2018; 6:51pm
URL: https://forum.jogamp.org/JOGL-broken-with-JRE-8-and-Windows-window-scaling-tp4039122p4039124.html

Hello

You can simply disable the HiDPI support by setting the system property "sun.java2d.dpiaware" to false (or use "-Dsun.java2d.dpiaware=false" as a VM argument).
Julien Gouesse | Personal blog | Website