renpy / pygame_sdl2

Reimplementation of portions of the pygame API using SDL2.
GNU Lesser General Public License v2.1
326 stars 64 forks source link

Fullscreen doesn't work. #57

Closed YtvwlD closed 3 months ago

YtvwlD commented 8 years ago

When I run a game in full screen, nothing happens. This is no hang - there is just nothing to see.

This was working with pygame.

renpytom commented 8 years ago

Can you give me some details? Like what program you're running, and what platform you are on?

YtvwlD commented 8 years ago

I'm running https://github.com/pythonfoo/pySnake. (Set FULLSCREEN=True in conf.py.)

I've tried this in Xorg and Wayland. (Platform is Ubuntu.)

YtvwlD commented 7 years ago

Does this help you?