klotzii wrote: ↑Tue Oct 02, 2018 3:56 am
What did you write into this file to deactivate the video?
You can remove this lines in the script:
Code: Select all
sleep 5s
omxplayer -o alsa -b --layer 10000 "/home/pi/mintyPi/minty-splash.mp4" &
sleep 25s
sudo pkill omxplayer
Or better comment them out:
Code: Select all
#sleep 5s
#omxplayer -o alsa -b --layer 10000 "/home/pi/mintyPi/minty-splash.mp4" &
#sleep 25s
#sudo pkill omxplayer
I have found out (the hard way) that setting a splash screen through the standard setting screen sometimes makes the pi "hang" after playing the splash.
Can it be because i have not attached my soundcard yet?
Maybe somebody can explain why the mintpi splash runs through a seperate script? (hopefully you're the first one who responded to my question

)
You could also use this script to set a splash screen, just edit this line:
Code: Select all
omxplayer -o alsa -b --layer 10000 "/home/pi/mintyPi/minty-splash.mp4" &
Change the path to another mp4 file installed on your sd card.