yep did all of that.

Just getting a blank screen now over hdmi @ 1080p.  Is there something
wrong with the new builds maybe?

On Feb 7, 8:08 pm, "Scott D. Davilla" <[email protected]> wrote:
> >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