[01:57] I've added the /etc/init/xbmc.conf upstart job and changed Xwrapper.config, XBMC loaded correctly once. I switched to another terminal and fired up 'startx' to install nvidia-driver, now when I reboot, it goes to the desktop instead of XBMC. Any ideas why? [01:57] It's almost like it's trying to start 2 instances of X. I've got an Xorg.0.log as well as an Xorg.1.log, both with the same creation date/time [22:57] hello upstart superheroes [22:57] anyone know if upstart 1.5 should support instance variable names in other stanzas such as setuid? [22:58] if I have instance $user [22:58] can I have a stanza like [22:58] setuid $user [22:58] ? [22:58] it doesn't seem to work on my ubuntu machine [23:56] shawn: setuid stanza accepts either numeric or symbolic name. [23:56] shawn: not variables.