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

Re: [pygame] problem - out of frequency



What OS are you using? (It may make a big difference as to how to solve)

for Windows, I don't think SDL ever tries to specify refresh rate and lets the system pick what it believes is valid, in which case you probably need to update the driver for your monitor, and hope it learns something...

On Tue, Jul 22, 2008 at 8:50 AM, pesvieira <pesvieira@xxxxxxxxx> wrote:
Hi.

I have a problem with my pygame project because of the frequency of
the monitor. How do I change the refresh rate in fullscreen mode?


Thanks.