Editing Talk:XMB Layouts
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 191: | Line 191: | ||
The screen at step 7 of the "PlayStation 3 User's Guide" shows all this posible strings (copyed from inside sysconf_plugin.rco) | The screen at step 7 of the "PlayStation 3 User's Guide" shows all this posible strings (copyed from inside sysconf_plugin.rco) | ||
< | <source lang="xml"> | ||
<Text name="msg_480p">480p</Text> | <Text name="msg_480p">480p</Text> | ||
<Text name="msg_576p">576p</Text> | <Text name="msg_576p">576p</Text> | ||
Line 204: | Line 204: | ||
<Text name="msg_sd_pal">Standard (PAL)</Text> | <Text name="msg_sd_pal">Standard (PAL)</Text> | ||
<Text name="msg_select_all_resolution">Select all resolutions that are supported by your TV.</Text> | <Text name="msg_select_all_resolution">Select all resolutions that are supported by your TV.</Text> | ||
</ | </source> | ||
The description "Standard (NTSC)" and "Standard (PAL)" coud be confusing for someone (me included), but this paragraph from the user's guide indicates '''Standard (NTSC) is 480i''', and '''Standard (PAL) is 576i''' | The description "Standard (NTSC)" and "Standard (PAL)" coud be confusing for someone (me included), but this paragraph from the user's guide indicates '''Standard (NTSC) is 480i''', and '''Standard (PAL) is 576i''' | ||
The video resolution is selected in order of priority as follows: 1080p > 1080i > 720p > 480p/576p > Standard (NTSC:480i/PAL:576i). | The video resolution is selected in order of priority as follows: 1080p > 1080i > 720p > 480p/576p > Standard (NTSC:480i/PAL:576i). | ||
So for clarification purposes this strings from inside sysconf_plugin.rco could be customized as: | So for clarification purposes this strings from inside sysconf_plugin.rco could be customized as: | ||
< | <source lang="xml"> | ||
<Text name="msg_sd_ntsc">480i (Standard NTSC)</Text> | <Text name="msg_sd_ntsc">480i (Standard NTSC)</Text> | ||
<Text name="msg_sd_pal">576i (Standard PAL)</Text> | <Text name="msg_sd_pal">576i (Standard PAL)</Text> | ||
</ | </source> | ||
==Coldboot script logic== | ==Coldboot script logic== |