X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=sdl_omap.git;a=blobdiff_plain;f=README.OMAP;h=0b5bb4cbdce09fa0bdd6aaccd347309b177c30de;hp=4c6be5d544dcae169b8bdaee77967f1e56dd813e;hb=5d957fa546b1d2df1ccebc98c1a45cae38092f5e;hpb=b9a19b44575168f01926c0b99289a50f334447cf diff --git a/README.OMAP b/README.OMAP index 4c6be5d..0b5bb4c 100644 --- a/README.OMAP +++ b/README.OMAP @@ -34,15 +34,21 @@ export SDL_VIDEODRIVER=omapdss --- Other environment variables: + SDL_OMAP_LAYER_SIZE: Output layer size. Regardless what you set with SDL_SetVideoMode(), output will be scaled to this size using hardware. Valid values: "WxH", for example "640x480" "fullscreen" for to cover whole screen. + SDL_OMAP_VSYNC: - Enables waiting for vertical sync on SDL_Flit() calls. + Enables waiting for vertical sync on SDL_Flip() calls. Set to "1" to enable, "0" to disable. +SDL_OMAP_DEFAULT_MODE: + If the app doesn't specify resolution in SDL_SetVideoMode(), then use this. + Should be specified in "WxH" format, for example "640x480". + Config file -----------