PDA

View Full Version : E2 - Switch from 4:3 to 16:9 via SCART?



pr2
15-10-2010, 01:03 PM
Hello,

In the same way that we can now enable the HDMI outpout by editing the bootup script, is it a way to also force the analog PAL output via SCART to be in 16:9 format instead of 4:3?

Regards,

Pr2

The_Ripper
15-10-2010, 02:32 PM
Hi,

try adding switch in bootup script in options argument ...
-asp 16 9

arcibald
15-10-2010, 05:15 PM
Hi,

try adding switch in bootup script in options argument ...
-asp 16 9

Argument "-asp 16 9" is not good for me ...

at reboot the video-format is set to 4/3 !



# Elite and Premium
insmod /lib/modules/2.6.22.19-19-the_ripper/extra/em8634dvb.ko options="-analog -f PAL_BG -asp 16 9 -digital -f HDMI_720p50 -hdmi_chip SiI9030 0 14 15 100 0"


The setting is correct ?

BR ... Arci

pr2
15-10-2010, 06:12 PM
Hi,

Works fine I have indeed a 16:9 display now but only if I use this command:



insmod /lib/modules/2.6.22.19-19-the_ripper/extra/em8634dvb.ko options="-analog -f PAL_BG -asp 16 9"


So by suppressing all the HDMI stuff

I don't know if this will help but:



root@AZBox:~# dmesg | grep -i "asp"
-analog -f PAL_BG -asp 16 9
Aspect ration : 16x9
ASP: setting 16:9 on module id 0x0000000C with FrameInfoForce


If I leave it in this format:



insmod /lib/modules/2.6.22.19-19-the_ripper/extra/em8634dvb.ko options="-analog -f PAL_BG -asp 16 9 -digital -f HDMI_720p50 -hdmi_chip SiI9030 0 14 15 100 0"


Then the image remains in 4:3 and the dmesg grep command output is:



root@AZBox:~# dmesg | grep -i "asp"
-analog -f PAL_BG -asp 16 9 -digital -f HDMI_720p50 -hdmi_chip SiI9030 0 14 15 1
00 0
Aspect ration : 4x3
Aspect ration : 16x9
ASP: setting 4:3 on module id 0x0000000C with FrameInfoForce
ASP: setting 16:9 on module id 0x00000033 with FrameInfoForce



Hope this help.

Regards,

Pr2