ImageJ zoom fails after installing Cuda Driver ImageJ incompatibility with cuda video card driver

After installing the cuda driver update for my Quadro FX570 video card (on Windows XP), the zoom feature in the open source imaging software ImageJ stopped working. By not working, I mean that the displayed image appears to have blocks of pixels rearranged in random places; most of the image is still there, it is just mangled. The ImageJ problem goes away if I revert the driver back to the non-cuda version. Has anyone else seen this problem?
Thanks,
Phillip

I found the same problem with the NVidia OpenCL drivers. I was able to prevent the image mangling by changing the third line of the ImageJ.cfg file (in the ImageJ directory) to include the argument

-Dsun.java2d.d3d=false

After the change, my ImageJ.cfg looked like this:


.
C:\Program Files\Java\jdk1.6.0_17\bin\javaw.exe
-Xmx700m -Dsun.java2d.d3d=false -cp ij.jar ij.ImageJ