Login  Register

Re: Incorrect context on GLCanvas drawable

Posted by Martin on Nov 10, 2021; 9:06pm
URL: https://forum.jogamp.org/Incorrect-context-on-GLCanvas-drawable-tp4041391p4041485.html

TLDR : what's the outcome on your side with -Dsun.java2d.noddraw=true  -Dsun.java2d.opengl=True ?

I continued to reproduce your issue with "random" changed.

I first tried to compare the list of GraphicsConfiguration with the single one referenced by GLCanvas and was surprised by two things : (1) all configurations in the list are exactly similar (2) all of them even the one held by GLCanvas had hardware acceleration turned off.

I then tried enabling hardware acceleration from Windows settings and activated/desactivated it for javaw.exe. Hardware acceleration was still always off.

(tried updating drivers but they were up to date)

I then tried playing with -Dsun.java2d.opengl=True (or true for no console feedback):

- When -Dsun.java2d.noddraw=false  -Dsun.java2d.opengl=True : single configuration in the list with activated acceleration, GLCanvas has disabled acceleration, GL Version 4.6
- When -Dsun.java2d.noddraw=true  -Dsun.java2d.opengl=True : single configuration in the list with activated acceleration, GLCanvas has disabled acceleration, GL Version 4.6
- When -Dsun.java2d.noddraw=true -Dsun.java2d.opengl=false :  6 configurations in the list with disabled acceleration, GLCanvas has disabled acceleration, GL Version 4.6

So I still can't reproduce your issue, neither activate acceleration for my GLCanvas BUT without understanding why, -Dsun.java2d.noddraw=true  -Dsun.java2d.opengl=True won't lead to a multi-configuration so MAYBE that may have an impact on your side.

Console output in this case with this updated version of the test : JoglContextTestCase.java

sun.java2d.opengl:true
sun.java2d.noddraw:true
--------------------
Default graphics configuration
        ColorModel   : DirectColorModel: rmask=ff0000 gmask=ff00 bmask=ff amask=0
        Img Caps     : accelerated: true volatile: true
        Bounds       : java.awt.Rectangle[x=0,y=0,width=1920,height=1080]
        Translucency : true
        Buffer caps / Back       : accelerated: true volatile: true
        Buffer caps / Front      : accelerated: true volatile: true
        Buffer caps / FullScreen : false
--------------------
Screen device # 0: \Display0
 Screen device # 0, configuration # 0:
        ColorModel   : DirectColorModel: rmask=ff0000 gmask=ff00 bmask=ff amask=0
        Img Caps     : accelerated: true volatile: true
        Bounds       : java.awt.Rectangle[x=0,y=0,width=1920,height=1080]
        Translucency : true
        Buffer caps / Back       : accelerated: true volatile: true
        Buffer caps / Front      : accelerated: true volatile: true
        Buffer caps / FullScreen : false
----
NewFrame created in thread [15], isEDT: true
* Context GL version: 4.6 (Compat profile, arb, compat[ES2, ES3, ES31], FBO, hardware) - 4.6.0 - Build 27.20.100.9664
        ColorModel   : DirectColorModel: rmask=ff0000 gmask=ff00 bmask=ff amask=0
        Img Caps     : accelerated: false volatile: false
        Bounds       : java.awt.Rectangle[x=0,y=0,width=1920,height=1080]
        Translucency : true
        Buffer caps / Back       : accelerated: false volatile: false
        Buffer caps / Front      : accelerated: false volatile: false
        Buffer caps / FullScreen : false