berighteous
Member
- Joined
- Apr 21, 2007
- Messages
- 159
Is this going to be a patch that fixes the current TV out app, or a new tv out app, or something we have to add to our code?
foft said:The main area it used was 320x192. There were usually borders at the top, bottom, left and right. But old TVs all differed considerably on how large... So the main area used is 320x240. Outside that it was mostly stuff changing the background colour and very occasionally things used a wider mode.
We want code!rlyeh said:Sorry for delaying so much (I'm still on holidays).
This solution is not a patch for the gp2x menu.
I've got the right tvout scaling dimensions by adjusting manually the gp2x hardware registers while coding my minimal library. So programs compiled with my new library would have the right settings.
I don't know if tv would work ok when exiting my app and leaving tvout ON. If you are really in a hurry, I could do a tv-out enabler program just to test the new settings work ok with the existing software, although this is not guaranteed to work.
I'll continue answering this threading asap.
Yeepee! Oh well, I don't have a TV set anyways..rlyeh said:Back from my first set of holidays.
Answers and source code, this week.
A_SN said:We want code!
Anyway... If the hardware registers were changed, then they would stay the same, unless someone, or something, changed them, right? It worked for the color correcting daemon.A_SN said:Yeepee! Oh well, I don't have a TV set anyways..
Megatog615 said:The problem is(for me at least), when I use TV-Out on any of the TVs in my house(all NTSC), they are all cut off at least 10% on the bottom, and by at least 25% on the right side. So I'm losing quite a bit of the image, almost as if it's being scaled too high.
Another problem is the video player plays the video with a huge black border at the left side of the screen.
I'm not sure if this addresses that, but I'm keeping my hopes up.
Wow, I am sure I was spreading around the fact that all TV's do that, and that you should get them properly adjusted. On RCA/GE TV's there is a hidden menu that will allow you to adjust the TV.A_SN said:Same problem here, same hopes too. Also I get it all in B&W
For console development there are UI guidelines to account for this by console manufacturers. For example the Xbox UI guidelines required any UI widget be contained within a smaller box to account for these types of TVs. This way all UI widgets are guaranteed to be visible regardless of the screen.Megatog615 said:The problem is(for me at least), when I use TV-Out on any of the TVs in my house(all NTSC), they are all cut off at least 10% on the bottom, and by at least 25% on the right side. So I'm losing quite a bit of the image, almost as if it's being scaled too high.
Another problem is the video player plays the video with a huge black border at the left side of the screen.
I'm not sure if this addresses that, but I'm keeping my hopes up.