fritsch - Thankyou for all your help and recommendations in this and the other thread. I ended up getting a Gigabyte Brix (model ending in 1037 - Celeron 1.8Ghz). As promised, I willl do a how-to. However, your instructions are so good I'll summarise what I did and refer to your instructions as appropriate.
I started with Ubuntu Server 13.04. Configured all of my services etc. and then got to the XBMC bit. As I wanted a barebones X, I installed the packages listed
here. Then I continued with the instructions on the first post of this thread.
By default, Ubuntu won't create an xorg.conf for you. I copied the config listed
here and placed it in /usr/share/X11/xorg.conf.d/xorg.conf. To test, I ran:
Code:
xinit xbmc-standalone
With all being well, I completed the setup as recommended in the first post of this thread and then created an init script as described
here. On that link, groupadd as described doesnt work so I used "sudo usermod -a -G" with the same parameters. Also, if you want to restore your old media library or XBMC settings make sure you are running as the user in the init script or copy over your .xbmc to that user (and chown) when done.
Everything seems to be working really well.
fritsch - when new XBMC releases come out do we need to keep grabbing them from this PPA or can we utilise the standard builds?