View Single Post
  #4  
Old 04-06-2012, 12:43 AM
Huib Huib is offline
Member
 
Join Date: Nov 2010
Posts: 10
Quote:
Originally Posted by farshizzo View Post
If your script is running at a solid 60 FPS, then vsync is most likely on.
Yes no doubt about that. When I disable vsync, framerate rises to about 90 FPS. And it does its job perfectly, as long as the 2 "requirements" are met.

Quote:
Can you make sure power management is not enabled in the nVidia 3D settings. The setting should be called "Power management mode" and you will want to make sure it is set to "Maximum performance".
Quote:
Also, this is not ideal, but try enabling the 'viz.glFinish' option:
Code:
viz.setOption('viz.glFinish',1)
Why is this not ideal? It didn't seem to have any effect. But I guess it could have some benefits in certain conditions? (and some negative side effects?)

Quote:
Let me know if any of these make a difference.
I tried both (also combined), but unfortunately none of it appeared to increase quality and the problems still remained.
Reply With Quote