Установка XBMC media center на Toshiba AC100 с Ubuntu 11.10
Скриншоты:
1. В терминале набираем:
Код:sed 's/oneiric/natty/g' /etc/apt/sources.list | sudo tee /etc/apt/sources.list.d/natty.listДолжно получиться примерно так:
user@user:~$ cat /etc/apt/sources.list.d/natty.list
# /etc/apt/sources.listdeb http://ports.ubuntu.com/ubuntu-ports/ natty main restricted universe multiverse
deb http://ports.ubuntu.com/ubuntu-ports/ natty-security main restricted universe multiverse
deb http://ports.ubuntu.com/ubuntu-ports/ natty-updates main restricted universe multiverse
2.скачиваем архив:xbmc_ac100.rar
распаковываем его в домашнею директорию /home/user. красным Ваше имя пользователя
3. В терминале набираем:
Код:sudo apt-get updateКод:sudo dpkg -i xbmc-bin_10.1+git20110912-0.1ubuntu1_armel.deb xbmc-data_10.1+git20110912-0.1_all.deb xbmc-skin-confluence_10.1+git20110912-0.1_all.deb xbmc_10.1+git20110912-0.1_all.debКод:sudo apt-get -f install
4. Правим
Код:sudo gedit /etc/X11/xorg.confThis is the minimal configuration necessary to use the Tegra driver.
# Please refer to the xorg.conf man page for more configuration
# options provided by the X server, including display-related options
# provided by RandR 1.2 and higher.# Disable extensions not useful on Tegra.
Section "Module"
Disable "dri"
Disable "dri2"
Disable "glx"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
EndSectionSection "Device"
Identifier "Tegra"
Driver "tegra"
Стираем 3 строки, начинающиеся с Disable
5.В терминале набираем:
Код:echo performance | sudo tee /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor echo performance | sudo tee /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor
Все готово! Запускаем командой в терминале:
sudo /usr/lib/xbmc/xbmc.bin
Во избежания глюка с заставкой во время запуска XBMC желательно на время заставки переключатся в оконный режим клавишей бэкслэш (\) каторая расположенна под (ъ)
Огромное спасибо Zifix и volga156
оригинал инструкции здесь