You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some issues getting the MPI5001 working well on the RPi Zero 2 W with MoOde Audio.
It is not the a hardware problem, because when I just use the RPi Zero 2 W with Raspberry Pi OS Bookworm, everything works nicely out of the box. I don't need to change the config.txt or install any drivers. The touch screen is nice and snappy.
However, when I try to use it with MoOde Audio my struggles start.
Without editing the config.txt, the display shows the bootlog, but in unreadable small text. When MoOde starts the X11 interface, the display switches on/off, shows sometimes a white screen, but nothing happens.
The screen works, but is extremely slow. The touch has a delay of about 3 seconds. The screen has a delay between 5 and 30 seconds. Completely different than with Vanilla Bookworm.
3. When I run sudo ./MPI5001-show I get the following
grep: /etc/lightdm/lightdm.conf: No such file or directory
/usr/bin/raspi-config: 2049: [: Illegal number: W1
/usr/bin/raspi-config: 2052: [: Illegal number: W1
/usr/bin/raspi-config: 2059: [: Illegal number: W1
/usr/bin/raspi-config: 2067: return: Illegal number: W1
This comes from "sudo raspi-config nonint do_wayland W1" in the system_config.sh
Performance of the touch screen does not improve.
4. When I add "dtoverlay=vc4-fkms-v3d" to the config.txt, X11 of MoOde Audio doesn't start.
Any suggestions how I can make progress here?
The text was updated successfully, but these errors were encountered:
I have some issues getting the MPI5001 working well on the RPi Zero 2 W with MoOde Audio.
It is not the a hardware problem, because when I just use the RPi Zero 2 W with Raspberry Pi OS Bookworm, everything works nicely out of the box. I don't need to change the config.txt or install any drivers. The touch screen is nice and snappy.
However, when I try to use it with MoOde Audio my struggles start.
The screen works, but is extremely slow. The touch has a delay of about 3 seconds. The screen has a delay between 5 and 30 seconds. Completely different than with Vanilla Bookworm.
3. When I run sudo ./MPI5001-show I get the following
grep: /etc/lightdm/lightdm.conf: No such file or directory
/usr/bin/raspi-config: 2049: [: Illegal number: W1
/usr/bin/raspi-config: 2052: [: Illegal number: W1
/usr/bin/raspi-config: 2059: [: Illegal number: W1
/usr/bin/raspi-config: 2067: return: Illegal number: W1
This comes from "sudo raspi-config nonint do_wayland W1" in the system_config.sh
Performance of the touch screen does not improve.
4. When I add "dtoverlay=vc4-fkms-v3d" to the config.txt, X11 of MoOde Audio doesn't start.
Any suggestions how I can make progress here?
The text was updated successfully, but these errors were encountered: