Login  Register

Re: JSR 231 is using default MS driver, not card driver

Posted by Wade Walker on Jul 03, 2011; 2:18am
URL: https://forum.jogamp.org/JSR-231-is-using-default-MS-driver-not-card-driver-tp3128722p3133913.html

OK then, the next step is to try the test script that comes with the JOGL installation. This script enumerates the display modes available on your machine, and might tell us something useful.

Once you've downloaded and unzipped a JOGL build, cd into its top-level directory and type "etc\test.bat > normal.log". Then edit the file etc\test.bat to add these three things

 "-Dnewt.debug=all" "-Dnativewindow.debug=all" "-Djogl.debug=all"

to the end of the line that sets X_ARGS. Then type "etc\test.bat > debug.log". This creates the same log, but with extra debug info turned on.

Finally, post your normal.log and debug.log here, and we can take a look and maybe see what's going on