@dh04000 have you tested with and without sdtv_progressive_scan=1 ?
I can see no difference personnaly.
Evene more, I can't find where I see it, but I think this sdtv_progressive_scan=1 is just a temporary command for test and was replaced by sdtv_mode=16
(Need to look for that in the very long issue talking about it ^^)
And yes why not a wikipage, at least not only for the Raspiboy, but for all 240P screen
(I think the problem is the same on every 240p Screen
)
EDIT :
Found it : https://github.com/raspberrypi/firmware/issues/683#issuecomment-283471444
I've pushed this change to rpi-update with a slight change.
sdtv_progressive_scan is no more.
You should add 16 onto sdtv_mode if you want progressive/240p output.
That fits slightly more cleanly with how the firmware handles sdtv_mode.
Examples:
sdtv_mode=16 # progressive NTSC
sdtv_mode=0x10 # progressive NTSC (using hex notation)
sdtv_mode=18 # progressive PAL
sdtv_mode=0x12 # progressive PAL (using hex notation)