|
|
#13 | |
|
Registered User
Join Date: Oct 2010
Posts: 10
|
danix/others - any updates on this issue? Has a bug been filed for this problem? Thanks!
|
|
|
|
|
|
|
#14 | |
|
Registered User
Join Date: Oct 2010
Posts: 10
|
I tried the latest 260.19.21 drivers. With these the crashing-on-exit problem seems to be fixed. However the original problem with -Dsun.java2d.opengl=true still exists:
1. If I just set -Dsun.java2d.opengl=true, I see all swing frames are empty - no widgets are drawn (see empty_java2d_opengl_window). 2. If I set -Dsun.java2d.opengl=true and -Dsun.java2d.opengl.fbobject=false (disable frame buffer objects) this works around problem #1 and widgets are displayed (although this has known performance impacts) |
|
|
|
|
|
|
#15 |
|
Registered User
Join Date: Nov 2007
Posts: 50
|
Swing apps like Netbeans have still empty windows with 260.19.29
|
|
|
|
|
|
#16 | |
|
Registered User
Join Date: Oct 2010
Posts: 10
|
I can also confirm this bug still exists with the 260.19.29 drivers on 64-bit linux:
1. If I just set -Dsun.java2d.opengl=true, I see all swing frames are empty - no widgets are drawn (see empty_java2d_opengl_window). 2. If I set -Dsun.java2d.opengl=true and -Dsun.java2d.opengl.fbobject=false (disable frame buffer objects) this works around problem #1 and widgets are displayed (although this has known performance impacts) |
|
|
|
|
|
|
#17 |
|
Registered User
Join Date: Nov 2004
Posts: 8
|
Ill add my 2cents
The latest 260.19.29 are an improvement from when the 260.x line 1st come out BUT 3D applications still crash for me I am also 64bit so I wonder if something went amiss in the 64bit build |
|
|
|
|
|
#18 | |
|
Registered User
Join Date: Apr 2003
Posts: 17
|
I can confirm this on a 32 bit system.
Environment (old system): Fedora 14: 2.6.35.10-74.fc14.i686 JDK/JRE: 1.6.0_23 NetBeans: 6.9.1 Video: 7600 GS Driver: 260.19.29 Run NetBeans with -J-Dsun.java2d.opengl=true and just an empty frame is displayed. Run NetBeans with -J-Dsun.java2d.opengl=true -J-Dsun.java2d.opengl.fbobject=false and everything works as expected (but with an obvious performance impact). |
|
|
|
|
|
|
#19 |
|
Registered User
Join Date: May 2004
Location: Norway
Posts: 117
|
Still missing widgets with nvidia 270.26, JDK 1.6u24 x86-64 when using Java2D OpenGL-pipeline.
|
|
|
|
|
|
#20 |
|
Registered User
Join Date: Mar 2005
Posts: 33
|
The problem is still present in 270.41 with JDK 1.6u25 on an x86-64 system.
__________________
CPU: AMD Athlon 3500+, MB: Asus A8N-SLI Deluxe (BIOS rev.1014), GFX:: Point-of-View 6600GT 128MB, Mem: 2x512MB DDR400 Kingston CL2.5, HDDs: 2x80GB Maxtor DiamondMax SATA + 1x160GB Hitachi/IBM SATA, OS:Windows Xp Pro Sp2 fr/ForceWare 78.05, Debian Linux AMD64 Sid/NVIDIA-7676 |
|
|
|
|
|
#21 |
|
Registered User
Join Date: Apr 2003
Posts: 17
|
Still broken with 260.19.44 / JDK 1.6.0_24 / NetBeans 6.9.1.
Launching with -J-Dsun.java2d.opengl=true results in an empty frame. |
|
|
|
|
|
#22 |
|
Registered User
Join Date: Oct 2008
Posts: 114
|
I don't know if this is the same bug, but I've tested 275.09 with JOSM, with these command lines:
Code:
java -jar josm-tested.jar Code:
java -Dsun.java2d.opengl=True -Dsun.java2d.opengl.fbobject=false -jar josm-tested.jar Code:
java -Dsun.java2d.opengl=True -jar josm-tested.jar In the command line I see this additional message "OpenGL pipeline enabled for default config on screen 1". On closing the app I see this error too: "Inconsistency detected by ld.so: dl-close.c: 741: _dl_close: Assertion `map->l_init_called' failed!" |
|
|
|
|
|
#23 | |
|
Registered User
Join Date: Mar 2005
Posts: 33
|
Quote:
FBO support in the Nvidia driver has been buggy in regards to the Java2D pipeline at least since 2006, so I wouldn't count on seeing a fix for this in short or medium-term, seeing the very active returns we get on this issue from the Nvidia developers...
__________________
CPU: AMD Athlon 3500+, MB: Asus A8N-SLI Deluxe (BIOS rev.1014), GFX:: Point-of-View 6600GT 128MB, Mem: 2x512MB DDR400 Kingston CL2.5, HDDs: 2x80GB Maxtor DiamondMax SATA + 1x160GB Hitachi/IBM SATA, OS:Windows Xp Pro Sp2 fr/ForceWare 78.05, Debian Linux AMD64 Sid/NVIDIA-7676 |
|
|
|
|
|
|
#24 | |
|
Registered User
Join Date: Apr 2003
Posts: 17
|
Quote:
Environment -------------- Hardware: 7600 GS (overclocked) Driver: 275.09.04 (beta) OS: Fedora 15 Windowing System: KDE 4.6.3 JDK: 1.6.0_24 I tested NetBeans 6.9.1 with the default metal theme, Nimbus theme, and GTK theme by running: /opt/netbeans-6.9.1/bin/netbeans --laf <look-and-feel-abbreviation> \ -J-Dsun.java2d.opengl=true I've not tried Gnome 3 or WindowMaker yet, but I don't expect any differences. . . . . just my two cents. /mde/ |
|
|
|
|
![]() |
| Thread Tools | |
|
|