While trying to run jnap on a remote host (via DISPLAY redirection ) I get
Exception occurred during event dispatching:
java.lang.InternalError: Unsupported 16-bit depth
at sun.awt.motif.X11Graphics.X11LockViewResources(Native Method)
at sun.awt.motif.X11Graphics.lock(X11Graphics.java, Compiled Code)
at sun.java2d.loops.LockableRaster.<init>(LockableRaster.java, Compiled Code)
at sun.java2d.loops.RasterOutputManager$RenderImageCachedState.getDstLR(RasterOutputManager.java, Compiled Code)
and so on.
I think it's not a jnap problem, but I got no idea how to fix it.
On my own computer it runs fine.
-yonex
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
That looks like a Swing problem with your JDK (Blackdown or Sun?). I think I am running 15-bit mode myself so why don't you try that? Just type this when starting X:
startx -- -bpp 15
You may also want to consider upgrading your JDK if it is old.
mike
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
While trying to run jnap on a remote host (via DISPLAY redirection ) I get
Exception occurred during event dispatching:
java.lang.InternalError: Unsupported 16-bit depth
at sun.awt.motif.X11Graphics.X11LockViewResources(Native Method)
at sun.awt.motif.X11Graphics.lock(X11Graphics.java, Compiled Code)
at sun.java2d.loops.LockableRaster.<init>(LockableRaster.java, Compiled Code)
at sun.java2d.loops.RasterOutputManager$RenderImageCachedState.getDstLR(RasterOutputManager.java, Compiled Code)
and so on.
I think it's not a jnap problem, but I got no idea how to fix it.
On my own computer it runs fine.
-yonex
That looks like a Swing problem with your JDK (Blackdown or Sun?). I think I am running 15-bit mode myself so why don't you try that? Just type this when starting X:
startx -- -bpp 15
You may also want to consider upgrading your JDK if it is old.
mike