Login  Register

Re: White screen from command line

Posted by Robert on Dec 01, 2012; 12:18pm
URL: https://forum.jogamp.org/White-screen-from-command-line-tp4027331p4027355.html

SOLVED! (for me at least ;)

Thanks gouessej, you put me on the right track. I tried with using awt.Canvas and the problem still occured. I did some Goolge searching and found this thread that describes the problem:

http://stackoverflow.com/questions/4608730/awt-components-in-fullscreen-exclusive-mode

So I added -Dsun.java2d.d3d=false to my command line and it worked fine.