That fixed it! The not so happy part is that (at least for my for my test system), the X11 renderer is faster than the OpenGL one.
And I noticed a couple of other quirks with the OpenGL renderer (text not always being rendered correctly, extreme sluggishness when running full screen (1024x768)). But this is just playing around with our application, I haven't sat down to create any test cases or anything... Looking forward to the beta2 release! (and thanks for all your help!) Bill -----Original Message----- From: Discussion list for Java 2D API [mailto:[EMAIL PROTECTED] On Behalf Of Chris Campbell Sent: Tuesday, March 16, 2004 2:38 PM To: [EMAIL PROTECTED] Subject: Re: [JAVA2D] jdk1.5 and Java2d opengl pipeline renderer Hi Bill, I don't really know how Debian's linking architecture works... But, if you're feeling ambitious*, you can try creating the following symlink: /usr/lib/libGL.so -> /usr/lib/libGL.so.1 and see if that helps. If not, we should probably take this conversation off-line. (The OGL pipeline currently dlopen's libGL.so, but it probably shouldn't since that symlink isn't setup properly on some systems. I recently filed bug 5011992 regarding this issue.) Chris * which you probably are, since you're running Debian unstable :) =========================================================================== 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".
