On Sat, 1 Feb 2025 at 04:15, Michael Bien <mbie...@gmail.com> wrote: > -J-Dsun.java2d.d3d.onscreen=false will likely solve it right away, but > it essentially turns off hardware acceleration on windows. Ideally a > driver update should fix it.
It turns off a subset of acceleration. Not completely sure what as the flag seems a little under-documented* On the other hand, the IDE ships with -J-Dsun.java2d.noddraw=true in netbeans.conf so does turn everything off by default. * although there is https://github.com/openjdk/jdk/blob/master/src/java.desktop/windows/classes/sun/java2d/d3d/D3DScreenUpdateManager.java#L185 Best wishes, Neil --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists