> Hi, Hi!
> thank you for your report. > There's some kind of problem with the > initialization > of the new Direct3D pipeline (and it tries over > and over) > according to the log. > I take it that it continues to spill the > same output over and over when the application is > running, > right? Nope. Running my own application, these tries appear to occur when I switch between windowed mode and full screen exclusive mode. I'm using a BufferStrategy with 2 buffers. > [I] D3DContext::ResetContext > > [I] D3DContext::ConfigureContext device 0 > > [V] > dwBehaviorFlags=D3DCREATE_FPU_PRESERVE|D3DCREATE_HARD > ARE_VERTEXPROCESSING > > [I] D3DContext::ConfigureContext: successfully > created device: 0 > > [I] D3DContext::InitDevice: device 0 > > [I] D3DContext::InitDefice: successfully > initialized device 0 > > [V] | CAPS_DEVICE_OK > > [V] | CAPS_RT_PLAIN_ALPHA > > [V] | CAPS_RT_TEXTURE_ALPHA > > [V] | CAPS_RT_TEXTURE_OPAQUE > > [V] | CAPS_LCD_SHADER | CAPS_BIOP_SHADER | > CAPS_PS20 > > [V] | CAPS_PS30 > > [V] | CAPS_MULTITEXTURE > > [V] | CAPS_TEXNONPOW2 > > [V] | CAPS_TEXNONSQUARE > > > I have seen a report of similar behavior on on > another board > (Nvidia FX 6200, see bug 6588384) but I haven't > been able to > reproduce this so far myself as I don't have the > hardware. > I'll try to locate 6600GT. > It is disturbing to see that this happens on > another board > as well. > Do you see the same problem with other > applications? > Like SwingSet2, for example, from the jdk demo/jfc > directory? Yes, it makes one attempt at application launch. Having gone through the entire SwingSet2 application with the Windows LnF, and the Internal Frames part with Windows, Java, and Motif LnFs, I don't notice problems at all. The moving color picker example gets noticeably faster the smaller I make the window. > Just for the sake of it, could you change the > display > mode to 16-bit color and see if changes anything? Switching to 16-bit mode doesn't appear to change anything. > Thanks, > Dmitri > Java2D Team [Message sent by forum member 'ejoakim' (ejoakim)] http://forums.java.net/jive/thread.jspa?messageID=254330 =========================================================================== 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".
