Keep in mind that these steps are for Ubuntu. Other distro's may differ.
Login as the user who installed XBMC. I find it easier to do all this from my laptop, ssh'd in to the XBMC box.
Using your favourite editor, create a file in your home directory called .xinitrc that contains the following:
Code:
#!/bin/bash
exec /usr/bin/xbmc --standaloneMake .xinitrc executable:
Code:
chmod +x .xinitrcEdit your .bashrc and add the following as the last line:
Code:
startxInstall rcconf:
Code:
sudo apt-get install rcconfRun rcconf and turn off gdm:
Code:
sudo rcconfInstall mingetty:
Code:
sudo apt-get install mingettyEdit /etc/events.d/tty1:
Code:
sudo vi /etc/events.d/tty1Change the line:
Code:
exec /sbin/getty 38400 tty1Code:
exec /sbin/mingetty --autologin uname tty1Reboot to test.
With this setup, you're not loading gdm or gnome. You're not loading a window manager. The load will be lighter and the boot process will be faster.
Please let me know if there are any questions! Thanks to AlTheKiller for some pointers.

Search
Help