Hi. I'm trying to get pyglet set up, but I can't seem to get vsync to work at all.
window.set_vsync(True) does nothing as far as I can tell (as well as window.set_vsync(False)). My application still runs at ~120 FPS either way (note my refresh rate is 60Hz). I'm at a loss as to what is going on. I've had similar problems in the past, but nothing seems to work here. Do you have any suggestions? I'm running Linux Mint 14, with an Nvidia GTX 660M, pyglet 1.2a, and Python 3.4. Here's my code: http://pastie.org/9647387 -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyglet-users. For more options, visit https://groups.google.com/d/optout.
