RetroPie-Setup/scriptmodules/supplementary/splashscreen
cmitu 93f1fa9d2c splashscreen: fix VLC missing HDMI port detection
VLC's MMAL video output doesn't detect which HDMI port is connected, as `omxplayer` did beforehand.
This results in a black screen instead of a splash video/image on a Pi4 where the display is connected to the 2nd HDMI port. Use `tvservice` when the MMAL video output is used to detect the connected screen and pass it on to `vlc`.

Since we're using just the Bourne shell, had to use `case` for wildcard comparison.
Do note that `CMD_OPTS` is modified during the installation of splashscreen, so it's not 100% guaranteed to stay empty.
2024-11-16 19:35:18 +00:00
..
05-splash.sh splashscreen - switch to vlc instead of omxiv / omxplayer 2024-09-24 21:14:22 +01:00
asplashscreen.sh splashscreen: fix VLC missing HDMI port detection 2024-11-16 19:35:18 +00:00
rp-vlc splashscreen - switch to vlc instead of omxiv / omxplayer 2024-09-24 21:14:22 +01:00