Mintypi startup video

General mintyPi-related chat goes here. Share ideas, ask questions that don't fit into the hardware/software help forums, etc.
Post Reply
User avatar
Wailer
Posts: 119
Joined: Mon Jan 15, 2018 3:45 pm
Location: Tiel, The Netherlands
Has thanked: 30 times
Been thanked: 38 times

Mintypi startup video

Post by Wailer » Mon Sep 24, 2018 4:08 pm

Edit: I probably should have posted this in the mintypi help forum, sorry for that :oops:

A quick question, is it possible to replace/edit/disable the mintypi/sudomod video that plays at startup.
When i enable the splash screen through the splash menu i get two videos playing at the same time, the one i choose myself and the mintypi one (sometimes even locking up the boot).
20180925_000152.jpg
20180925_000152.jpg (1.75 MiB) Viewed 3877 times

User avatar
Wailer
Posts: 119
Joined: Mon Jan 15, 2018 3:45 pm
Location: Tiel, The Netherlands
Has thanked: 30 times
Been thanked: 38 times

Re: Mintypi startup video

Post by Wailer » Sat Sep 29, 2018 12:17 pm

Nevermind figured it out myself, it is in the /home/pi/mintyPi/minty-startup.sh script

Code: Select all

sleep 5s
omxplayer -o alsa -b --layer 10000 "/home/pi/mintyPi/minty-splash.mp4" &
sleep 25s
sudo pkill omxplayer

klotzii
Posts: 9
Joined: Mon May 14, 2018 7:57 am
Has thanked: 2 times

Re: Mintypi startup video

Post by klotzii » Tue Oct 02, 2018 3:56 am

What did you write into this file to deactivate the video?

User avatar
Wailer
Posts: 119
Joined: Mon Jan 15, 2018 3:45 pm
Location: Tiel, The Netherlands
Has thanked: 30 times
Been thanked: 38 times

Re: Mintypi startup video

Post by Wailer » Tue Oct 02, 2018 4:16 am

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 :lol: )

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.

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest