We use some essential cookies to make our website work.

We use optional cookies, as detailed in our cookie policy, to remember your settings and understand how you use our website.

being_rpi_devloper
Posts: 4
Joined: Sat Nov 12, 2022 5:43 am

Custom Splash Animation on Raspbian bullseye

Sat Nov 12, 2022 6:12 am

I have added custom splash animation using mplayer at video output fbdev2 as omxplayer is now obsolete. When I reboot the machine my screen stays black for some time before the animation kicks in. I want to know how can I get rid or minimize that delay and show my video till whole boot up process?

My service script

Code: Select all

[Unit]
Description=Splash Screen
DefaultDependencies=no
After=local-fs.target

[Service]
ExecStart=/usr/bin/mplayer -flip -loop 0 -vf scale=1280:800  -vo fbdev2 /home/pi/splash.mp4
StandardInput=tty
StandardOutput=tty

[Install]
WantedBy=sysinit.target

cleverca22
Posts: 9564
Joined: Sat Aug 18, 2012 2:33 pm

Re: Custom Splash Animation on Raspbian bullseye

Sat Nov 12, 2022 10:26 am

i think you could start by posting/looking-at the image that "systemd-analyze plot" outputs
and look for when your splash service starts, and what it was waiting for

User avatar
B.Goode
Posts: 18724
Joined: Mon Sep 01, 2014 4:03 pm
Location: UK

Re: Custom Splash Animation on Raspbian bullseye

Sat Nov 12, 2022 2:42 pm

This question has been posted in the "Raspberry Pi Desktop for PC and Mac" subforum.

The title is "Custom Splash Animation on Raspbian bullseye"


The Operating System known as 'Raspbian' (which is no longer the name for the OS supported by Raspberry Pi themselves) cannot run on PC or Mac hardware.

(Other than by means of some indirect support via a virtual machine environment or similar. )
Beware of the Leopard

Return to “Raspberry Pi OS”