"squirreltown" wrote:
https://github.com/rokudev/hero-grid-channel
Just started with this. The manifest #resolution is blank as written so I've added
ui_resolution=fhd
The overhang seems to scale correctly but the grids are not scaling down to my 720p TV.
have also tried other resolutions / combinations.
"RokuNB" wrote:
trying this on 4200 @ 7.7.4135 in 720 - i see the whole twitch poster.
"RokuNB" wrote:
is it scene graph one?
in `manifest`, put `ui_resolution=hd` or `ui_resolution=fhd`, depending whether sized for 720 or 1080 screen.
when not spec'd, the default is the somewhat unfortunate "sd,hd", which leaves the sd resizing to the developer
"squirreltown" wrote:"RokuNB" wrote:
is it scene graph one?
in `manifest`, put `ui_resolution=hd` or `ui_resolution=fhd`, depending whether sized for 720 or 1080 screen.
when not spec'd, the default is the somewhat unfortunate "sd,hd", which leaves the sd resizing to the developer
It turns out that my particular problem, was that had I initially erased the resolution line, so I didn't realize that at least in this case , the above is wrong.
'ui_resolutions=fhd' is what works. Note the "s".