It was a combo of that guide and the xbmcbuntu guide in the wiki.  I
sudo apt-get remove xbmc-live and modified the xsession to just exec
xbmc --standalone.  Is that right or just one dash? Its gone back to
not auto booting.

xbmc does not "auto boot", it's an application, not an operating system. What you are trying to do is run xbmc instead of an normal x session. The standalone flag tells xbmc to startup in fullscreen and that's about it.


# Change tty1
sudo nano /etc/init/tty1.conf
Change this line:
exec /sbin/getty 38400 tty1
To this:
exec /bin/login -f xbmc </dev/tty1 > /dev/tty1 2>&1

# Create bash_profile
nano ~/.bash_profile
Fill with this:
case "`tty`" in
/dev/tty1) clear && startx &>/dev/null;;
esac

# Create xsession
nano ~/.xsession
Fill with this:
exec xbmc -standalone


You did ^^ this ?

--
To post to this group, send email to [email protected]
For more options, visit this group at
http://groups.google.com/group/atv-bootloader?hl=en

Reply via email to