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

Re: [pygame] Display set_mode FULLSCREEN hang



hi,

definitely sounds like a bug... but most likely in the X.

Have you used list_modes first?
http://www.pygame.org/docs/ref/display.html#pygame.display.list_modes

What does your little computer say are available?

cu,



On Mon, May 11, 2009 at 8:47 AM, Adam Li <adamli@xxxxxxxxxxxxxx> wrote:
Hi there,

Just wrote small code to test different screen mode. It works well on my desktop, but when I moved it to an Atom-based computer, there is a problem.

The code appears to hang when I set_mode with FULLSCREEN. Again, the same code works without problem on my desktop, but not on this small Atom-based computer. Other modes works fine on both computers as well, as long as I don't set the FULLSCREEN flag.

The display adapter is "Intel US15 Embedded Graphics Chipset Function 0".

Any idea? Could it be a bug?

Thanks,

Adam