Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › almost set up, last few bits I need help with › Reply To: almost set up, last few bits I need help with
03/14/2015 at 01:31
#91253
Participant
I’m guessing 4 and 5 can be solved by modifying your runcommand.sh
(https://github.com/retropie/RetroPie-Setup/blob/master/supplementary/runcommand.sh)
so that this line near the end:
# run command
eval $command
is changed to
# run command
eval $command > /dev/null 2>&1
Give it a try. I don’t have my Pi available at the moment but you can find the location of this file by doing this:
find . -name runcommand.sh
You’ll still probably get the black screen though.