Login  Register

Re: Using a display connection name fails (through NewtFactory)

Posted by Sven Gothel on Jun 06, 2013; 8:40am
URL: https://forum.jogamp.org/Using-a-display-connection-name-fails-through-NewtFactory-tp4029333p4029340.html

On 06/05/2013 03:40 PM, neothemachine [via jogamp] wrote:
> Hi
>
> I tried to use Newt with a custom display connection (use case: xvfb):
>
> Display display = NewtFactory.createDisplay(":99.0");
> Screen screen = NewtFactory.createScreen(display, 0);
> GLWindow window = GLWindow.create(screen, ..);
>

We have 2 unit tests, which shall work if executed manually
(see arguments of main).

TestRemoteGLWindows01NEWT.java
TestRemoteWindow01NEWT.java

It would be great, if you can create a bug report and add a tiny unit tests
provoking this threading issue.

Thank you.

~Sven



signature.asc (911 bytes) Download Attachment