Hi Dick, thanks for the info.
[EMAIL PROTECTED] wrote:
I tried the release and had got all kind of paint-related problems in my java xmleditor. They did occur especially with bigger files A few examples: - My textpane is not painted correctly: when I drag with my mouse over the text I got all kind of repaint problems. The backgroundcolor gets gray. - I also use a treetable, and the expansion of nodes gives a totally distorted result.
You're seeing this because your chip is Intel 945G. We've seen many reports about problems on this chipset: 6612195: D3D: Netbeans editor is completely unusable with JDK 6uN [Intel 945G] 6599742: D3D: Text rendering becomes garbled on Intel 945G chipset Which is why we will (as of b07) disable the pipeline on Intel 945G. Interestingly, it is likely that you will see a performance improvement because of that - the chip is that bad =) The 965G chipset is better (HW transforms, hw pixel shaders), but the drivers still have some issues, and performance is not stellar: 6620073: D3D: running J2DBench restarts the driver on Vista [Intel G965] We're working with Intel on this bug as well as performance issues, they may have a fix in time. Until they do the pipeline will be disabled on 965G as well. As a workaround for now you can set -Dsun.java2d.d3d=false (in Java Control Panel, for example). Thank you, Dmitri Java2D Team
Configuration Systeem Windows XP Pro SP2 HP Compaq I verified that it works well after disabling using the -Dsun.java2d.d3d=false property. This is the trace [I] CheckAdaptersInfo [I] ------------------ [I] Adapter Ordinal : 0 [I] Description : Intel(R) 82945G Express Chipset Family [I] GDI Name, Driver : \\.\DISPLAY1, ialmrnt5.dll [I] Vendor Id : 0x8086 [I] Version : 6.14.10.4308 [I] ------------------ [I] InitD3D: successfully created Direct3D9 object [I] D3DGD_getDeviceCapsNative [I] D3DPPLM::CheckDeviceCaps: device 0: Passed [I] D3DContext::InitContext device 0 [I] D3DContext::ConfigureContext device 0 [I] D3DContext::ConfigureContext: successfully created device: 0 [I] D3DContext::InitDevice: device 0 [W] D3DContext::InitDevice: sync query not available [I] D3DContext::InitDefice: successfully initialized device 0 [V] | CAPS_DEVICE_OK [V] | CAPS_ALPHA_RT_PLAIN [V] | CAPS_ALPHA_RTT [V] | CAPS_OPAQUE_RTT [V] | CAPS_LCD_SHADER | CAPS_BIOP_SHADER [V] | CAPS_MULTITEXTURE [V] | CAPS_TEXNONSQUARE Loading XMLSpear LookAndFeel com.sun.java.swing.plaf.windows.WindowsLookAndFeel propert with name homepage not found. default homepage is used os.name = Windows XP os.version = 5.1 java.version = 1.6.0_05-ea java.vendor = Sun Microsystems Inc. java.compiler = null Thanks Dick Deneer [Message sent by forum member 'deneer' (deneer)] http://forums.java.net/jive/thread.jspa?messageID=243217 =========================================================================== 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".
=========================================================================== 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".