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

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



On Sat, 04 Feb 2006 09:19:00 -0500, "David Mikesell"
<dave_mikesell@xxxxxxxxxxx> said:
> 
> 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.?

The workaround was successful - he was able to play the game.   Thanks
for the help!