ok so let me start by saying that I do not have a normal retropie setup.
I have installed rasbian weezey and then compiled retropie on top of that and also compiled xbmc on same iso.
basically all in one (I know its been done before but I want to do it myself from scratch)
I have everything working great and able to startx and xmbc through emulationstation
now my only problem is getting emulatinstation to start automatically.
I have managed to get it to start automatically but when it does it just hangs at the black screen with the white dot (same as if I run sudo emulationstation)
the script I have set up to run at startup is as follows
#! /bin/sh
emulationstation
any suggestions? any idea how I could make this run as the user pi (since thats when it works)?