[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Re: problem - out of frequency



try updating your monitor driver (yes, there is a monitor driver, although it is really just an ini file that says what refresh rates your monitor supports)

note that forcing the refresh rate to be 60 in code can actually cause other machines to have similar problems (not all monitors support 60 anymore) - which is why so many things just pass 0 as the frequency to use your system safe default.

On Tue, Jul 22, 2008 at 12:24 PM, pesvieira <pesvieira@xxxxxxxxx> wrote:
I'm using windows.