Editing Config.txt
Multi-Format STB Quick Start
53
#------------------------------------------------------------------------------
# Adjust display region
# 1920,1280,720,640 - width
# 1080,720,480,576 - height
stb.ui.width: 1280
stb.ui.height: 720
# The set of pages always displayed in a single redraw ("one-shot rendering")
# rather than progressively as data is retrieved.
# 0 - disable one-shot rendering
# 1 - enable one-shot rendering for URIs where no network access is required.
# 2 - enable one-shot rendering for all URIs.
browser.display.oneshot.mode: 0
# For URIs configured to display using one-shot rendering, the time (centiseconds)
# after which one-shot rendering is cancelled and the page is rendered as data is
# retrieved.
browser.display.oneshot.timeout: 200
# Default background color of browser, format is BGRA
browser.colour.back: dddddd00
# The opacity (0-255) of the highlight shown when an element has focus. The
# highlight colour is determined by the -ant-highlight-color CSS property.
browser.highlight.opacity: 255
# The thickness of the highlight outline. If set to 0, the highlight is not
# drawn as an outline, but instead fills the highlighted element's box.
browser.highlight.thickness: 3
# The minimum space(pixels) between a dialog box and the edge of the viewport.
browser.dbox.margins: 80
# Set to 1 to enable throbber
controller.gif.throbber.enable: 1
# Throbber type from 0 to 3
controller.gif.throbber.index: 0
# The minimum size, in pixels, for a font. Any request for a smaller font size
# uses this size.
font.min_char_size: 14
# Set to 1 to enable Close Caption
stb.closecaption.enable: 1
#------------------------------------------------------------------------------
#-
Remote Controller Setting
-
#------------------------------------------------------------------------------
# Set the remote controller device. Ecah one may support different IR protocol
# and/or prefix code.
# 0 - RCU with GI protocol
# 1 - RCU with NEC protocol