[SDL] sdl only support fullscreen on embedded platform?
Bo Liu
platinum.liu at gmail.com
Thu Mar 1 00:47:26 PST 2007
Hi
I assume this is Linux, using the fbcon driver.
>
> Always use fullscreen on an embedded device that doesn't have a window
> manager...if you set a 320x240 fullscreen mode on hardware that only
> does 640x480, SDL will make a 320x240 window in the center of the
> 640x480 display, and put a black border around it.
>
> Arguably, the fbcon target should just return NULL from
> SDL_SetVideoMode() if you don't request SDL_FULLSCREEN or just force it
> to fullscreen. I'll have to check that.
>
> --ryan.
I have tested the application again. SDL_SetVideoMode() does not return NULL
no matter how I set the 'x' and 'y'. The application is running well BUT
screen turns white for about 3 seconds and then turns black......
platinum.liu
Sichuan University
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.libsdl.org/pipermail/sdl-libsdl.org/attachments/20070301/be37c245/attachment.htm
More information about the SDL
mailing list