En español al final del documento
(In spanish at the end of the document)
When you update retropie-setup script from retropie-setup menu, and after rebooting the system, the initial splashscreen video runs slowly and with no sound.
The solution is very simple:
edit (with root privileges) the file /opt/retropie/supplementary/splashscreen/asplashscreen.sh this way:
Cuando actualizas el script de retropie-setup desde el menú de retropie-setup, y después de reiniciar el sistema, el vídeo inicial de la pantalla de inicio se ejecuta lentamente y sin sonido.
La solución es muy simple:
editar (con privilegios de root) el archivo /opt/retropie/supplementary/splashscreen/asplashscreen.sh de esta manera:
En español al final del documento (In spanish at the end of the document)
When you update retropie-setup script from retropie-setup menu, and after rebooting the system, the initial splashscreen video runs slowly and with no sound.
The solution is very simple:
edit (with root privileges) the file /opt/retropie/supplementary/splashscreen/asplashscreen.sh this way:
sudo nano /opt/retropie/supplementary/splashscreen/asplashscreen.sh
And change this line:
omxplayer --no-osd -o both -b --layer 10000 "$line"
For this line:
omxplayer --no-osd -o alsa -b --layer 10000 "$line"
Then, you only have to reboot and the video will be played again at normal speed and with sound.
-----------------------SPANISH-------------------------
Cuando actualizas el script de retropie-setup desde el menú de retropie-setup, y después de reiniciar el sistema, el vídeo inicial de la pantalla de inicio se ejecuta lentamente y sin sonido.
La solución es muy simple:
editar (con privilegios de root) el archivo /opt/retropie/supplementary/splashscreen/asplashscreen.sh de esta manera:
sudo nano /opt/retropie/supplementary/splashscreen/asplashscreen.sh
Y cambia esta línea:
omxplayer --no-osd -o both -b --layer 10000 "$line"
Para esta otra:
omxplayer --no-osd -o alsa -b --layer 10000 "$line"
Entonces, sólo tienes que reiniciar y el vídeo se reproducirá de nuevo a velocidad normal y con sonido.