Posted by
Benjamin Schmid-2 on
Apr 04, 2008; 10:36am
URL: http://imagej.273.s1.nabble.com/Visualize-orthogonal-views-3D-reconstruction-tp3696642p3696645.html
Hi,
On Fri, Apr 4, 2008 at 11:34 AM, Gabriel Landini <
[hidden email]>
wrote:
> On Friday 04 April 2008 09:51:17 Jonathan Jackson wrote:
>
> > I tried this plugin, and get the message:
> > "Java 3D Error: Off screen rendering not supported by this setup.
> Falling
> > back to screen capturing"
>
This is a warning which shows up on many systems. It tells you that
offscreen
rendering is not supported by the graphics card. Some functions of the
viewer,
which would need this capability, use screen captures in this case, so it's
possible to work with it. If you are annoyed by the error message, edit
ImageJ's
run script by passing -Dj3d.noOffScreen=true to the java call
(something like java -Xmx1000m -Dj3d.noOffScreen=true ...)
>
> > and and I get a new window with zero width. Has anyone seen this before?
>
> I also have a problem with that plugin. It shows a long and narrow viewer
> window (no errors reported, though) .
>
> I am using suse linux, Nvidia dual monitor.
>
> I already let the author know about this.
>
>
I just included a workaround from Albert Cardona and uploaded a new version
of
the viewer. Unfortunately, I can't test it on my machine since I haven't had
this
problem before. So maybe you could do that for me ;-)
Best wishes,
Benjamin