Splash screen
Posted: Sat Sep 22, 2018 10:53 pm
Hi,
First. congratulation for this excellent distribution which is going to be the host system for my Atari emulator distribution BeePi.
I am strugling to run a splashscreen at boot. I am using fbi with the following systemd service :
But at boot, the boot text is still there and fbi is complaining that it doesn't find /dev/fb0.
The DietPi image is recent (downloaded yesterday), I am using a Raspberry Pi 3, and I have set the vc4_kms driver.
Any idea to have a splash screen instead of the boot text?
First. congratulation for this excellent distribution which is going to be the host system for my Atari emulator distribution BeePi.
I am strugling to run a splashscreen at boot. I am using fbi with the following systemd service :
- [Unit]
Description=Splash screen
DefaultDependencies=no
After=local-fs.target
[Service]
ExecStart=/usr/bin/fbi -d /dev/fb0 --noverbose -a /opt/splash.png
StandardInput=tty
StandardOutput=tty
[Install]
WantedBy=sysinit.target
But at boot, the boot text is still there and fbi is complaining that it doesn't find /dev/fb0.
The DietPi image is recent (downloaded yesterday), I am using a Raspberry Pi 3, and I have set the vc4_kms driver.
Any idea to have a splash screen instead of the boot text?