Re: [JAVA2D] Poor performance on Netra 240 (Solaris 10 2xSparc IIIi)

2008-06-02 Thread java2d
As long as the customer do not comes with extra requirements we can meet our performance target with some optimizations and tricks. It could be expensive to change architecture for our customer. They are using this machine in their current ships and most probably do not want to re-certificate

[JAVA2D] d3dCapsValidity

2008-06-02 Thread java2d
I'm working on a java2D-based game environment for windows. The application is installed on a number of identical, dedicated laptop computers. No other applications are running on these machines and the user can only interact with them through a joystick and a power switch. After a couple of

Re: [JAVA2D] d3dCapsValidity

2008-06-02 Thread Dmitri Trembovetski
Hi, Is your application full screen? Does it set -Dsun.java2d.d3d=true flag? Could you please provide the output on the console when running your application with the following env. variable set: set J2D_TRACE_LEVEL=4 java -jar YourApp.jar Also, could you please provide the