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

Re: [pygame] Which resolutions should a game support?



On Fri, 03 Feb 2006 21:26:44 -0800, "Peter Shinners" <pete@xxxxxxxxxxxx>
said:
> On Sat, 2006-02-04 at 14:31 +1100, Rene Dudfield wrote:
> > os.environ["SDL_VIDEODRIVER"] = "winddb"
> > # before pygame.init()
> > pygame.init()
> 
> This could be a good workaround, although I believe it is "windib"
> 

OK, I did this as well as upgraded to 1.7.1 Pygame.   I'll report back
results from my user when they are available.

Question about the video driver override - will this have an adverse
affect on performance, quality, etc.?