Java-Gaming.org Java4K winners: [ by our judges | by the community ]         
Featured games (67)
games approved by the League of Dukes
Games in Showcase (∞)
games submitted by our members



News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  Print  
  NVidia drivers  (Read 1875 times)
0 Members and 1 Guest are viewing this topic.
Offline rodgersgb

JGO n00b
*

Posts: 43



« on: 2008-02-12 16:24:45 »

Ken, I read this comment from you...

I recall hearing from Chris Campbell that there were some unfortunate regressions in the current version of NVidia's drivers which affected the Java 2D OpenGL pipeline. Try -Dsun.java2d.opengl.fbobject=false . Does that work?



Is there any new news on this issue? Our group is developing on NVIDIA Quadro NVS 140M's and are forced to set -Dsun.java2d.opengl.fbobject=false when using the pipeline. That was fine at the time, but now as we are progressing, we are running into issues related to the fbobject set to false.

TIA
Offline Ken Russell

JGO Kernel
*****

Posts: 3446
Medals: 3


Java games rock!


« Reply #1 on: 2008-02-13 17:55:52 »

My understanding was that recent drivers from NVidia had finally solved this problem.
Offline rodgersgb

JGO n00b
*

Posts: 43



« Reply #2 on: 2008-02-13 20:11:01 »

My understanding was that recent drivers from NVidia had finally solved this problem.

I have the latest driver (156.83 dated 11/8/07). This card is in a DELL laptop and NVIDIA recommends getting DELL's driver version. Maybe it hasn't trickled down to those versions yet? We have 5-6 developers all with the same problem. Is there a way to report this?
Games published by our own members! Go get 'em!
Offline Ken Russell

JGO Kernel
*****

Posts: 3446
Medals: 3


Java games rock!


« Reply #3 on: 2008-02-14 06:19:20 »

What exactly are the problems you're seeing?
Offline rodgersgb

JGO n00b
*

Posts: 43



« Reply #4 on: 2008-02-14 15:47:56 »

What exactly are the problems you're seeing?


When running with the pipeline activated and with -Dsun.java2d.opengl.fbobject=true, the system locks up and I have to do a hard reboot. This happens everytime on all of our identical systems.
Offline ChrisNF

JGO n00b
*

Posts: 17



« Reply #5 on: 2008-03-03 15:44:28 »

I want to echo that I have the same problem still, with a Lenovo IBM Thinkpad T61 and NVidia Quadro NVS 140M.  When I don't use -Dsun.java2d.opengl.fbobject=false I get a driver crash and restart when running anything with Java2D interoperability enabled, like the JGears demo. 

I have driver version 7.15.11.5685 from 10/12/2007 which appears to be the latest one.

Chris
Offline ChrisNF

JGO n00b
*

Posts: 17



« Reply #6 on: 2008-03-03 17:08:55 »

Seems I spoke too soon!  Windows update just pushed a driver update on me (published Feb 29), driver version 7.15.11.7431 dated 22/02/2008.  Note this update was marked "option" and not included by default in Windows update.  The new driver solved the issue with fbobject on the Quadrio NVS 140m.
Offline rodgersgb

JGO n00b
*

Posts: 43



« Reply #7 on: 2008-03-03 21:14:39 »

Seems I spoke too soon!  Windows update just pushed a driver update on me (published Feb 29), driver version 7.15.11.7431 dated 22/02/2008.  Note this update was marked "option" and not included by default in Windows update.  The new driver solved the issue with fbobject on the Quadrio NVS 140m.


Really? This is great news. I will investigate ASAP. Thanks for the info.
Offline Saxer

Full Member
**

Posts: 115



« Reply #8 on: 2008-03-04 05:22:46 »

To all of them who investigated problems. Apart from those system hangs, do you see black regions within the rendering of standard Swing / Java2D-Elements? They appear on my Radeon 2600 as well as on my GF 8800.
Offline emzic

JGO Ninja
***

Posts: 506



« Reply #9 on: 2008-03-04 05:25:26 »

To all of them who investigated problems. Apart from those system hangs, do you see black regions within the rendering of standard Swing / Java2D-Elements? They appear on my Radeon 2600 as well as on my GF 8800.
yes, i have issues like that when i mix swing components and a GLCanvas. theses issues seem to have appeared since java6 update3, they are not present in java6 update2 and before.

www.embege.com - personal website
webstart blendinspect - OpenGL BlendingModes visualization.
Games published by our own members! Go get 'em!
Offline Ken Russell

JGO Kernel
*****

Posts: 3446
Medals: 3


Java games rock!


« Reply #10 on: 2008-03-04 15:45:35 »

On what platform are you seeing these rendering artifacts? WIndows or another? If you're on Windows, are you specifying -Dsun.java2d.noddraw=true? This is required for correct operation of JOGL programs on Windows.
Offline Saxer

Full Member
**

Posts: 115



« Reply #11 on: 2008-03-06 12:49:16 »

Well if my post was your question's target... I tested on WindowsXP and Vista.

I tested the effect demo in http://weblogs.java.net/blog/campbell/archive/2008/02/effectuation_th.html as well as the XTrans-Demo from the jogl-demos page.
I modified each jnlp by adding <property name="sun.java2d.noddraw" value="true"/>. I tested <property name="sun.java2d.opengl.fbobject" value="false"/> as well with the same results.

The attached image shows a security warning dialog.



Greets Klemens
Offline ChrisNF

JGO n00b
*

Posts: 17



« Reply #12 on: 2008-03-14 00:00:10 »

when i mix swing components and a GLCanvas

GLCanvas is heavyweight and most Swing components are lightweight... don't you need GLJPanel to mix these?
Pages: [1]
  Print  
 
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!
Page created in 0.145 seconds with 21 queries.