Stuttering Splash Video guide
Source: sudomod.com
Follow this short guide to fix Splash (boot-up) video stuttering/slowness on the Gpi/Piezero.
- Connect to your GPi using SSH.
- Edit the configuration file:
sudo nano /opt/retropie/supplementary/splashscreen/asplashscreen.sh
- Edit Line 35 which looks like:
omxplayer -o both -b --layer 10000 "$line"
- Edit Line 35 which looks like:
-
Change it to:
omxplayer -b --layer 10000 "$line"
- And add this line also (underneath the omxplayer line you just changed):
audio_pwm_mode=2
Mode=2 is recommended for Pi zero, you can also try Mode=0
- [Ctrl+O] (to save) [Enter] and [Ctrl+X] (to exit)