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

[pygame] Display set_mode FULLSCREEN hang



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