@poppadum said in [SOFT] dynquee: dynamic marquee for Recalbox:
Hi @Colywobbles
I don't have either an RBGpi or RGBDual to test with but it's likely those are the reason it's not working as intended.On a Pi 4/5 with 2 displays connected to the HDMI ports, both screens share a single framebuffer device. dynquee uses the
fbv2
command to display an image on the framebuffer. This means marquee images are shown on both screens briefly when an emulator launches or exits. While a game emulator is running it writes directly to the first display so you see the game running on display 1 and the marquee image on display 2.My guess is that the RGB devices are interfering somehow. To debug you could connect to your Recalbox via ssh and stop EmulationStation and dynquee by pasting in these commands:
es stop /etc/init.d/S32dynquee stop
then test if you can get an image to display with
fbv2 /recalbox/share/dynquee/media/startup/startup.01.png
It could also be useful to run
ls -l /dev/fb*
and let me know what the result is.
Bonjour, tout d'abord, merci pour ce projet !
Une réponse aux essais demandés ci-dessus ?
J'ai essayé de le mettre en place, pour 2 bornes (écran crt) avec des Recalbox RGB Jamma, (Raspberry pi 5). Sans succès malheureusement. J'ai installé sur le le RGB Jamma, mais j'ai aucune sortie vidéo sur les hdmi. Je me suis dit que ces sorties sont peut-être désactivées par Recalbox, du coup j'ai essayé avec un contrôle à distance sur un rpi 2. Mais bien que Dynquee trouve le RGB Jamma dans le réseau, il ne semble pas recevoir les commandes pour changer les images, il n'y a que les images du dossier startup qui défilent. Y aurai-t-il une nouvelle version ou méthode pour le faire fonctionner sur le RGB Jamma ? Je peux faire des essais si ça peut aider.
Merci pour toute aide.