Forum Discussion

EnTerr's avatar
EnTerr
Roku Guru
10 years ago

What's ui_resolutions good for?

Manifest file has new parameter, where supposedly ui_resolutions=fhd will specify my app wants to run in 1080 resolution. roScreen and ifDeviceInfo pages imply ui_resolutions will affect the screen resolution, however i always seem to get 720 back from roDeviceInfo, regardless if ui_resolutions is set and to what value.

di.GetDisplayMode()  = 720p
di.GetDisplaySize() = {w: 1280 h: 720}
di.GetSupportedGraphicsResolutions() = [{width: 720 name: SD preferred: false height: 480 ui: false}, {width: 1280 name: HD preferred: true height: 720 ui: true}]
di.GetUIResolution() {width: 1280 name: HD height: 720}

Why ui_resolutions seems to have no effect? Why can't i even know that player is configured for 1080p?
Roku3, fw7.0, Settings > DisplayType=1080p. TV says video signal is 1080p/60Hz at all times.

12 Replies