Hi,
RetroPie newbie. (Just got my first Pi yesterday.) The RP project sounded like fun, so I downloaded the latest image onto a fresh FAT32 SD card and started the thing up. I noticed that the wifi wasn’t set up, though, which seemed to be a bind for scp et al.
Anyway, after an hour or so of frustrated faffing, I decided the simplest solution might be to add lxde to the card and install/use wpa_gui. This duly worked, and I got my roms transferred across using scp. Hurrah.
Except not quite hurrah. Because now after the boot chugs along happily for several seconds (the colourful RetroPie splash screen), instead of going to the EmulationStation screen, it takes a different route, to a dour-looking grey login screen that looks like a Sun SPARC circa 1996, and then after a few more seconds, gets depressed and dumps me out to the command line.
Now, I’ve figured out that from here I can relaunch manually, by calling
emulationstation
…although only after I’ve killed X by calling e.g.
sudo service lightdm stop
And I have to do this every time.
Now I *assume* that it was my installation of lxde that interfered with RetroPie’s usual boot, and its ability to launch EmulationStation. I had wanted the ability to drop out of ES and start lxde if I wanted to, but I hadn’t wanted to force the services to start up automatically that would prevent ES from launching (which is what I *think* is happening).
To restore the smooth boot, I’ve wondered about disabling the lightdm service altogether, but I don’t know if that would also leave me unable to launch lxde on the occasions I wanted to do so. What is my best option here?