2014-06-09, 12:22
STEAMOS Xbmc repository
NOTE: AMD GFX cards are not supported for hardware video decoding. Select "Decoding Method: Software" under Settings -> System -> Video -> Acceleration and enable "Allow multi threaded software decoding"
Switch to the desktop and open a terminal.
create /etc/apt/sources.list.d/xbmc.list
download key:
optional: APT pinning
create /etc/apt/preferences
sudo apt-get update
sudo apt-get install xbmc
NOTE: When Pulseaudio is configured to be multi-channel output, e.g. 5.1 profile from within pavucontrol, 2.0 streams are automatically upmixed, no matter what setting you have chosen in xbmc. This is default pulseaudio server behaviour. You can workaround that by disabling enable-remixing in /etc/pulse/daemon.conf
enable-remixing = no
NOTE: AMD GFX cards are not supported for hardware video decoding. Select "Decoding Method: Software" under Settings -> System -> Video -> Acceleration and enable "Allow multi threaded software decoding"
Switch to the desktop and open a terminal.
create /etc/apt/sources.list.d/xbmc.list
Code:
deb http://mirrors.xbmc.org/apt/steamos alchemist main
download key:
Code:
wget -O - http://mirrors.xbmc.org/apt/steamos/[email protected] | sudo apt-key add -
optional: APT pinning
create /etc/apt/preferences
Code:
Package: *
Pin: origin mirrors.xbmc.org
Pin-Priority: 500
Package: libtag1c2a libtag1-vanilla
Pin: origin mirrors.xbmc.org
Pin-Priority: 901
Package: *
Pin: release l=SteamOS
Pin-Priority: 900
sudo apt-get update
sudo apt-get install xbmc
NOTE: When Pulseaudio is configured to be multi-channel output, e.g. 5.1 profile from within pavucontrol, 2.0 streams are automatically upmixed, no matter what setting you have chosen in xbmc. This is default pulseaudio server behaviour. You can workaround that by disabling enable-remixing in /etc/pulse/daemon.conf
enable-remixing = no