JyCet
Member
Hi all!
I didnt find any place to report my pb with open2x lib use, so I post here I hope Open2x team will read it
I've added on option in one program to choose differente resolution in TV mode:
-option 1 (original):
TVout resolution 720*576 (for pal mode detection)
TVout resolution 720*480 (for ntsc mode detection)
-option 2 (zoom x2):
TVout resolution 360*288 (for pal mode detection)
TVout resolution 360*240 (for ntsc mode detection)
-option 3 (fullscreen but awful driver scalling)
TVout resolution 320*240 (for pal mode detection)
TVout resolution 320*240 (for ntsc mode detection)
The problem is in fullscreen option there is no horizontal sync (i think).
For the surface initialisation I use this line:
screen_front = SDL_SetVideoMode(wide, height, 16, SDL_HWSURFACE );
So for wide=320 and height=240 in tv mode it doesn't work for me , all other resolution work fine !
When I'm in LCD mode I use wide=320 and height=240 and it work fine too.
I use Open2x Prebuilt Library Packages for DevKitGP2X (sdl 1.2.9).
I have tested with beta lib sdl 1.2.11 it's the same result.
h34r:
I didnt find any place to report my pb with open2x lib use, so I post here I hope Open2x team will read it
I've added on option in one program to choose differente resolution in TV mode:
-option 1 (original):
TVout resolution 720*576 (for pal mode detection)
TVout resolution 720*480 (for ntsc mode detection)
-option 2 (zoom x2):
TVout resolution 360*288 (for pal mode detection)
TVout resolution 360*240 (for ntsc mode detection)
-option 3 (fullscreen but awful driver scalling)
TVout resolution 320*240 (for pal mode detection)
TVout resolution 320*240 (for ntsc mode detection)
The problem is in fullscreen option there is no horizontal sync (i think).
For the surface initialisation I use this line:
screen_front = SDL_SetVideoMode(wide, height, 16, SDL_HWSURFACE );
So for wide=320 and height=240 in tv mode it doesn't work for me , all other resolution work fine !
When I'm in LCD mode I use wide=320 and height=240 and it work fine too.
I use Open2x Prebuilt Library Packages for DevKitGP2X (sdl 1.2.9).
I have tested with beta lib sdl 1.2.11 it's the same result.
h34r: