Login  Register

Re: Linux + Java 7 + Dual screen issue

Posted by kendzi on Dec 19, 2013; 6:16pm
URL: https://forum.jogamp.org/Linux-Java-7-Dual-screen-issue-tp4030862p4030976.html

I'm try to run my application kendzi3d [1] on linux with dual screen configuration, but without success. It seems that JOGL create context only for one of the screens. So during application start, JFrame with Jogl canvas appear on first screen. But new windows is completely blank. No error is throw. When I move window to second screen correct content of window will appear. Jogl application is working correctly only on one of the screens. This bug appear only when I try to run application using java 7. On java 6 application is working on both screens correctly.

I'm working on Ubuntu 64 13.10, graphic card is integrated intel with jogl 2.1.3.

Work wrong on Java7 JDK 64 1.7.0_45-b18.
Work correct on Java6 JDK 64 1.6.0_45-b06.

[1] - https://github.com/kendzi/kendzi3d