Template:XMB Layout Tables: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 4: Line 4:
|-
|-
| rowspan=4 | dev_flash/vsh/etc/
| rowspan=4 | dev_flash/vsh/etc/
| layout_grid_table_1080.txt<BR />layout_factor_table_1080.txt || '''[http://en.wikipedia.org/wiki/1080p 1080p]''' and '''[http://en.wikipedia.org/wiki/1080i 1080i]''' for [http://en.wikipedia.org/wiki/Graphics_display_resolution#FHD Full HD] TV's || 1920x1080 || rowspan="2" | <abbr title="1,7777777777777777777777777777778">16/9</abbr>
| layout_'''grid'''_table_'''1080'''.txt<BR />layout_'''factor'''_table_'''1080'''.txt || '''[http://en.wikipedia.org/wiki/1080p 1080p]''' and '''[http://en.wikipedia.org/wiki/1080i 1080i]''' for [http://en.wikipedia.org/wiki/Graphics_display_resolution#FHD Full HD] displays  || 1920x1080 || rowspan="2" | <abbr title="1,7777777777777777777777777777778">16/9</abbr>
|-
|-
| layout_grid_table_720.txt<BR />layout_factor_table_720.txt || '''[http://en.wikipedia.org/wiki/720p 720p]''' for [http://en.wikipedia.org/wiki/High-definition_television HD] TV's || 1280x720
| layout_'''grid'''_table_'''720'''.txt<BR />layout_'''factor'''_table_'''720'''.txt || '''[http://en.wikipedia.org/wiki/720p 720p]''' for [http://en.wikipedia.org/wiki/High-definition_television HD] displays  || 1280x720
|-
|-
| layout_grid_table_480.txt<BR />layout_factor_table_480.txt || '''[http://en.wikipedia.org/wiki/480p 480p]''' for [http://en.wikipedia.org/wiki/Enhanced-definition_television ED] TV's || 640x480 || <abbr title="1,3333333333333333333333333333333">4/3</abbr>
| layout_'''grid'''_table_'''480'''.txt<BR />layout_'''factor'''_table_'''480'''.txt || '''[http://en.wikipedia.org/wiki/480p 480p]''' and '''[https://en.wikipedia.org/wiki/480i 480i]''' for [http://en.wikipedia.org/wiki/Enhanced-definition_television ED] and [https://en.wikipedia.org/wiki/Standard_definition SD] displays || 640x480 || <abbr title="1,3333333333333333333333333333333">4/3</abbr>
|-
|-
| layout_grid_table_272.txt<BR />layout_factor_table_272.txt || PSP/PSV/PC [[Remote Play]] || 480x272 || <abbr title="1,7647058823529411764705882352941">non standard</abbr>
| layout_'''grid'''_table_'''272'''.txt<BR />layout_'''factor'''_table_'''272'''.txt || PSP/PSV/PC [[Remote Play]] || 480x272 || <abbr title="1,7647058823529411764705882352941">non standard</abbr>
|}<noinclude>
|}
 
*<span style="font-size:0.8em">'''[https://en.wikipedia.org/wiki/576p 576p]''' and '''[https://en.wikipedia.org/wiki/576i 576i]''' (the ED and SD displays for PAL regions) sems to be managed with the same [[XMB Layouts]] than 480p and 480i (the ED and SD displays for NTSC regions)</span>
*Notes & speculation
<noinclude>[[Category:Templates]]</noinclude>
**The values at grid lines 8 & 9 are loaded by the object '''ps3logo_back_color''' that belongs to '''page_gameboot''' from inside '''[[gamelib_plugin]].rco'''. Are the '''sizeX''' and '''sizeY''' of a full screen plane recolored to pure black
**PSP screen resolution is 480x272 https://forum.beyond3d.com/threads/why-in-the-world-does-the-psp-have-a-480-x-272-resolution-screen.46223/
**PSVita remoteplay as 852x480 due to 2 (vertical?) lines being reserved because of scaler (Vita framebuffer size is 480x272, 640x368, 720x408, or 960x544)
 
[[Category:Templates]]</noinclude>

Latest revision as of 02:32, 11 March 2023

XMB Layout Tables
Path Filename Usage Resolution Aspect Ratio
dev_flash/vsh/etc/ layout_grid_table_1080.txt
layout_factor_table_1080.txt
1080p and 1080i for Full HD displays 1920x1080 16/9
layout_grid_table_720.txt
layout_factor_table_720.txt
720p for HD displays 1280x720
layout_grid_table_480.txt
layout_factor_table_480.txt
480p and 480i for ED and SD displays 640x480 4/3
layout_grid_table_272.txt
layout_factor_table_272.txt
PSP/PSV/PC Remote Play 480x272 non standard
  • 576p and 576i (the ED and SD displays for PAL regions) sems to be managed with the same XMB Layouts than 480p and 480i (the ED and SD displays for NTSC regions)