Template:XMB Layout Tables: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
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/1080i 1080i]''' and '''[http://en.wikipedia.org/wiki/1080p 1080p]''' for [http://en.wikipedia.org/wiki/Graphics_display_resolution#FHD Full HD] TV's || 1920x1080 || <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 || <abbr title="1,7777777777777777777777777777778">16/9</abbr> | |||
|- | |- | ||
| 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]''' for [http://en.wikipedia.org/wiki/Enhanced-definition_television ED] TV's || 640x480 || <abbr title="1,3333333333333333333333333333333">4/3</abbr> | ||
|- | |- | ||
| | | layout_grid_table_272.txt<BR />layout_factor_table_272.txt || PSP/PSVita [[Remote Play]] || 854x480 || <abbr title="1.7791666666666666666666666666667">non standard</abbr> | ||
|}<noinclude> | |||
|} | |||
<noinclude> | |||
*Speculation | |||
PSP screen resolution is 480x272 | |||
PSVita remoteplay as 852x480 due to 2 (bottom) lines being reserved because of scaler (Vita framebuffer size is 480x272, 640x368, 720x408, or 960x544) | |||
http://en.wikipedia.org/wiki/Bilinear_filtering | |||
https://forum.beyond3d.com/threads/why-in-the-world-does-the-psp-have-a-480-x-272-resolution-screen.46223/ | |||
Line 30: | Line 28: | ||
[[Category:Templates]] | [[Category:Templates]]</noinclude> | ||
</noinclude> |
Revision as of 01:24, 1 September 2016
Path | Filename | Usage | Resolution | Aspect Ratio |
---|---|---|---|---|
dev_flash/vsh/etc/ | layout_grid_table_1080.txt layout_factor_table_1080.txt |
1080i and 1080p for Full HD TV's | 1920x1080 | 16/9 |
layout_grid_table_720.txt layout_factor_table_720.txt |
720p for HD TV's | 1280x720 | 16/9 | |
layout_grid_table_480.txt layout_factor_table_480.txt |
480p for ED TV's | 640x480 | 4/3 | |
layout_grid_table_272.txt layout_factor_table_272.txt |
PSP/PSVita Remote Play | 854x480 | non standard |
- Speculation
PSP screen resolution is 480x272
PSVita remoteplay as 852x480 due to 2 (bottom) lines being reserved because of scaler (Vita framebuffer size is 480x272, 640x368, 720x408, or 960x544)