[JAVA2D] Bad default D3D performance

2008-07-16 Thread java2d
I think this is the right place to put it?

While playing with the JInternalFrame tutorial ( 
http://java.sun.com/docs/books/tutorial/uiswing/components/internalframe.html ) 
i noticed really really bad performance while dragging the frames. In the order 
of 1/2 updates per second. 

I searched around and found the document at 
http://java.sun.com/javase/6/webnotes/trouble/TSG-Desktop/html/gcghe.html and 
played with the settings:

Results:
Best performance was setting this which gave perfect rendering speed:
-Dsun.java2d.d3d=false 
OR setting
J2D_D3D_RASTERIZER=rgb

Worst results:
J2D_D3D_RASTERIZER=hal

Setting it to use OpenGL with -Dsun.java2d.opengl=True was slightly better than 
the D3D hal, but was still very slow, 7/8 updates per second


System Specs:
Operating System: Windows Vistaâ„¢ Home Premium (6.0, Build 6001) Service Pack 1 
(6001.vistasp1_gdr.080425-1930)
Motherboard: Asus P5B-Premium, bios: 0902

Video card specs(from DXDIAG) (i use a dual monitor config)
---
Display Devices
---
Card name: ATI Radeon HD 4800 Series
 Manufacturer: ATI Technologies Inc.
Chip type: ATI Radeon Graphics Processor (0x9440)
 DAC type: Internal DAC(400MHz)
   Device Key: Enum\PCI\VEN_1002DEV_9440SUBSYS_05021002REV_00
   Display Memory: 1786 MB
 Dedicated Memory: 507 MB
Shared Memory: 1279 MB
 Current Mode: 1280 x 1024 (32 bit) (60Hz)
  Monitor: BenQ FP91G+ (Digital)
  Driver Name: 
atidxx32.dll,atidxx64,atiumdag.dll,atiumdva.dat,atiumd64,atiumd6a,atitmm64
   Driver Version: 7.15.0010.0128 (English)
  DDI Version: 10.1
Driver Attributes: Final Retail
 Driver Date/Size: 6/22/2008 01:52:12, 1626624 bytes
  WHQL Logo'd: No
  WHQL Date Stamp: None
Device Identifier: {D7B71EE2-D700-11CF-E471-0825A1C2CA35}
Vendor ID: 0x1002
Device ID: 0x9440
SubSys ID: 0x05021002
  Revision ID: 0x
  Revision ID: 0x
  Video Accel: ModeMPEG2_A ModeMPEG2_C 
 Deinterlace Caps: {6E8329FF-B642-418B-BCF0-BCB6591E255F}: 
Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) 
Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY 
DeinterlaceTech_PixelAdaptive 
   {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: 
Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) 
Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY 
DeinterlaceTech_BOBVerticalStretch 
   {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: 
Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) 
Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY 
   {6E8329FF-B642-418B-BCF0-BCB6591E255F}: 
Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,1) 
Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY 
DeinterlaceTech_PixelAdaptive 
   {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: 
Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) 
Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY 
DeinterlaceTech_BOBVerticalStretch 
   {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: 
Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) 
Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY 
   {3C5323C1-6FB7-44F5-9081-056BF2EE449D}: 
Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) 
Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY 
DeinterlaceTech_PixelAdaptive 
   {552C0DAD-CCBC-420B-83C8-74943CF9F1A6}: 
Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) 
Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY 
DeinterlaceTech_PixelAdaptive 
   {6E8329FF-B642-418B-BCF0-BCB6591E255F}: 
Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,1) 
Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY 
DeinterlaceTech_PixelAdaptive 
   {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: 
Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) 
Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY 
DeinterlaceTech_BOBVerticalStretch 
   {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: 
Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) 
Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY 
 DDraw Status: Enabled
   D3D Status: Enabled
   AGP Status: Enabled


Output from J2D_TRACE_LEVEL=4 

[I] OS Version = OS_VISTA or newer
[I] CheckAdaptersInfo
[I] --
[I] Adapter Ordinal  : 0
[I] Adapter Handle   : 0x10001
[I] Description  : ATI Radeon HD 4800 Series
[I] GDI Name, Driver : \\.\DISPLAY2, atiumdag.dll
[I] Vendor Id: 0x1002
[I] Device Id: 0x9440
[I] SubSys Id: 0x5021002
[I] Driver Version   : 7.14.10.598
[I] GUID : {D7B71EE2-D700-11CF-E471-0825A1C2CA35}
[I] D3DPPLM::CheckDeviceCaps: adapter 0: Passed
[I] --
[I] Adapter Ordinal  : 1
[I] 

Re: [JAVA2D] Bad default D3D performance

2008-07-16 Thread java2d
Thanks for the report.

This problem is most likely caused by this bug:
  http://bugs.sun.com/view_bug.do?bug_id=6635462

The OUTLINE drag mode in internal frames uses XOR, which causes this bad 
performance you see. Just don't use OUTLINE drag mode in your application.

Thanks,
  Dmitri
[Message sent by forum member 'trembovetski' (trembovetski)]

http://forums.java.net/jive/thread.jspa?messageID=286939

===
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.