Hello Rob,

On Thu, Oct 10, 2002 at 04:54:0p -0500, Rob Ratcliff wrote:
 > We're a bit in a quandary. We are writing a JDK 1.4 Java applet that
 > utilizes some Java2D capability. This applet will execute on a Solaris 8
 > box and displayed on a HPUX 10.2 box. (This is the way the Navy needs to
 > run it.)  Unfortunately, enabling any Java2D functionality causes the
 > applet to paint extremely slowly (it's unusable). I found the following
 > solution in Sun's bug database:
 >
 > appletviewer -J-Dsun.java2d.pmoffscreen=false
 >
 > This appears to solve the performance problem, when displaying remotely on
 > newer X servers
 > like WinaXe or Linux or Solaris X-Server, but unfortunately not on the HPUX
 > 10.2 box.

  Does this mean that it still runs slow when displaying remotely to a
  HP X server, or that you see some rendering artifacts?

 > (There are some black rectangles that pop up every so often even with the
 > newer servers though.)

  Could you please describe in more details the problem you're seeing
  with the newer X servers?

  Also, please list the exact configuration (client and server OS's,
  whether they're fully patched, the framebuffer on the X server
  machine).

  A testcase would be really useful.

  Also, what's your network bandwidth?

 > We would very much like to use Java2D capability for our application. (We'd
 > like to use OpenMap components that utilize Java2D and features such as
 > transparency, thick lines, transformations, etc. in our own application.)
 > Is there any way to accomplish this with JDK 1.4.1? Will this issue be
 > resolved any time within the next two months?

  Unfortunately, there isn't much we can do about the performance
  problem on remote X when using 2D rendering which includes reading
  from the destinatuion surface (translucency effects, antialiasing).

  As for the rendering artifacts you're seeing, we need more info
  from you.

  Also, we probably won't be able to help with the issues with HP X
  server, you might want to contact HP regarding this.

  Thank you,
    Dmitri

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to