vlc splashscreen video raspberry pi4 bookworm
Posted: 18 Apr 2024 20:33
Hi everyone, I have a problem with splashscreen video when booting the Raspberry Pi4 with bookworm(debian12).
i uses
but this only works when wayland mode is active. if I activate X11 mode this doesn't work, and I need to activate X11 mode, what can I do?
thanks to anyone willing to help me
i uses
Code: Select all
[Unit]
Description=Splash screen NullDash
Before=systemd-user-sessions.service
[Service]
ExecStart=/usr/bin/cvlc --play-then-stop /path/to/video.mp4
Type=simple
User=alex
[Install]
WantedBy=multi-user.target
thanks to anyone willing to help me