#91253
cacophony555
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.