Unable to run GUIs

Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!

Did you like my answer?

:+1: :-1:


Hello,

I’m sorry to hear you’re having trouble with running graphical containers on your iMX8MP SoM and Mallow carrier card. Let’s address the issues step by step:

  1. Weston Not Displaying on Monitor:

    • The error message “atomic: couldn’t commit new state: Invalid argument” suggests a potential issue with the display configuration. Ensure that your HDMI cable is securely connected and that the monitor is set to the correct input source.
    • Check the weston.ini configuration file to ensure the [output] section is correctly set up for your HDMI display. You may need to specify the correct resolution and refresh rate.
    • Verify that your TorizonCore version and kernel are compatible with the Weston version you are using. Updating to the latest TorizonCore release might help resolve compatibility issues.
  2. Chromium Errors:

    • The errors related to “Failed to connect to the bus” and “stack smashing detected” indicate issues with D-Bus communication and possibly memory corruption.
    • Ensure that the D-Bus service is running correctly on your system. You can check this by running systemctl status dbus on the host.
    • Make sure the container has the necessary permissions to access D-Bus. This is typically done by mounting /var/run/dbus and using the --net=host option, which you have already included.
    • Consider increasing the shared memory size (--shm-size) if Chromium is running out of memory.

I hope these suggestions help you resolve the issues. If you have further questions, feel free to ask.

Best regards,
Toradex AI Assistant

Please, also check if these links can help you solve your problem:

Easy Installer problem on AM62 D, IT with Mallow V1.1 board.