Page 1 of 1

vlc splashscreen video raspberry pi4 bookworm

Posted: 18 Apr 2024 20:33
by behind+80
Hi everyone, I have a problem with splashscreen video when booting the Raspberry Pi4 with bookworm(debian12).
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
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

Re: vlc splashscreen video raspberry pi4 bookworm

Posted: 19 Apr 2024 02:28
by Rémi Denis-Courmont
You need to start the X server and WM before VLC

Re: vlc splashscreen video raspberry pi4 bookworm

Posted: 19 Apr 2024 13:58
by behind+80
thanks for the reply, you were very kind, I googled how to activate these services, but I understood a lot. Could you be so kind as to explain to me how to do it?

Re: vlc splashscreen video raspberry pi4 bookworm

Posted: 19 Apr 2024 14:10
by Rémi Denis-Courmont
No, I don't know the specifics of your setup. Please refer to the OS documentation.

Re: vlc splashscreen video raspberry pi4 bookworm

Posted: 19 Apr 2024 16:10
by behind+80
Ok, thx