ylafont
Posts: 16
Joined: Wed Sep 26, 2012 1:13 am

XBMC Autostart

Fri Oct 12, 2012 12:15 am

Need a little guidance,
I installed the Raspbian “wheezy” from the download page http://www.raspberrypi.org/downloads and loaded XBMC with CEC support. The RPi is already auto login in but I can’t get XBMC to autos tart with any variation . please let know what I am doing wrong. thank you.

case "`tty`" in # XBMC - start only for tty1
*tty1) xbmc-ask;; # XBMC - start XBMC
esac # XBMC - end of case
If [-z ‘’$Display” ] && [$ (tty) = /dev/tty1]; then
*tty) /usrlib/xbmc/xbmc.bin
Esac #

If tty | gfrep tty1; then
While [1 –eq 1 ]; do
/usr/lib/xbmc/xbmc.bin
fi

elatllat
Posts: 1337
Joined: Sat Dec 17, 2011 5:05 pm

Re: XBMC Autostart

Fri Oct 12, 2012 2:04 pm

SBC with 32GB RAM: https://hardkernel.com

FAQ : https://raspberrypi.stackexchange.com

Unanswered: https://www.raspberrypi.org/forums/search.php?search_id=unanswered

Return to “Beginners”