I know that Torizon OS 7 is under development, so it’s not stable at all, and the development team has been working hard on it.
I started my test on the first monthly, as I explained here and so I can provide my first feedback.
I started torizon/weston-imx8:next + torizon/chromium-imx8:next as described on github.
I can see https://www.toradex.com/ properly.
But when I try WebGL Fishtank example I see an error page with the message
It does not appear your computer supports WebGL. Status: Could not create a WebGL context, VENDOR = 0xffff, DEVICE = 0xffff, GL_VENDOR = Disabled, GL_RENDERED = Disabled, Sandboxed = no, Optimus = no, AMD switchable = no, Reset notification strategy = 0x0000, ErrorMessage = BindToCurrentSequence failed.
In case it helps, docker_log.txt (13.1 KB)
is the log from the two containers.
Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!
Did you like my answer?
It seems like you’re encountering an issue with WebGL support in the Chromium container on Torizon OS 7 for the i.MX8 platform. Given that Torizon OS 7 is still under development, there might be some instability or missing features.
Here are a few steps you can take to troubleshoot and potentially resolve the issue:
Check GPU Hardware Acceleration:
Ensure that GPU hardware acceleration is enabled for Chromium. By default, it should be enabled for i.MX8 devices, but you can explicitly set the necessary flags. You can start the Chromium container with the following command:
Verify Weston Configuration:
Ensure that the Weston container is properly configured to support GPU acceleration. You might need to check the weston.ini file for any necessary configurations. For example, you can bind mount a custom weston.ini file with the appropriate settings.
Check Docker Logs:
Review the logs from both the Weston and Chromium containers for any errors or warnings that might provide more insight into the issue. You can use the following commands to view the logs:
Update to Latest Versions:
Since Torizon OS 7 is under active development, ensure that you are using the latest versions of the Weston and Chromium containers. There might have been recent fixes or improvements that address the issue.
Fallback to Stable Versions:
If the issue persists and you need a stable environment, consider using the stable versions of Torizon OS and the corresponding containers. This might help you avoid any development-related instability.
Report the Issue:
If none of the above steps resolve the issue, consider reporting it to the Toradex support team or the Torizon development team. Provide them with detailed logs and steps to reproduce the issue, which will help them diagnose and fix the problem.
Given the context, these steps should help you troubleshoot the WebGL support issue in the Chromium container on Torizon OS 7 for the i.MX8 platform. If you need further assistance, please provide more details or logs, and I’ll do my best to help.
Please, also check if these links can help you solve your problem: