<- Chameleon -> wrote: > You get the display modes supported from your system in window mode. > So, all resolutions are available. ...again, in windowed mode. To get the actual resolutions available, pass sdl_listmodes something like this: modes = SDL_ListModes(NULL, _sdl_flags | SDL_FULLSCREEN); Regards, \\Mikkel Gjoel