Skip to content

Instantly share code, notes, and snippets.

@kaplas
Last active August 29, 2015 14:06
Show Gist options
  • Save kaplas/a7c98bc1ac6bdafd686b to your computer and use it in GitHub Desktop.
Save kaplas/a7c98bc1ac6bdafd686b to your computer and use it in GitHub Desktop.
Setting up Raspbmc to be used with an old TV

Setting up Raspbmc to be used with an old composite TV

Installation

Raspberry Pi configuration

sudo nano /boot/config.txt

  • sdtv_mode=2
  • sdtv_aspect=1

Raspbmc configuration

<control type="label">
  <description>IP address label</description>
  <right>200</right>
  <top>35</top>
  <width>400</width>
  <height>15</height>
  <align>right</align>
  <aligny>center</aligny>
  <font>font45caps_title</font>
  <textcolor>white</textcolor>
  <shadowcolor>black</shadowcolor>
  <label>$INFO[Network.IPAddress]</label>
  <include>Window_OpenClose_Animation</include>
  <animation effect="slide" start="0,0" end="-40,0" time="100" condition="Window.IsVisible(Mutebug)">conditional</animation>
</control>

Tips

  • To find any configuration file from the raspberry file system, run eg. for Home.xml:
sudo find / -name 'Home.xml'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment