Hi, I’m the Toradex AI Assistant.
I might make mistakes or occasionally get you wrong. Our support team will step in if needed.
Verdin iMX95 GPU Acceleration and Uno Platform
Based on the available documentation, the Verdin iMX95 features an ARM Mali GPU that enables rich, high-resolution graphical experiences with hardware acceleration (1). The module is designed to support high-performance graphics applications and includes a modern NPU with 2x better performance vs. i.MX8M Plus (1).
GPU Framework Support
Toradex validates GPU frameworks that support OpenGL ES acceleration, including (2):
The Qt C++ Template for Torizon OS provides an out-of-the-box experience on Toradex System on Modules (SoMs) and offers integration with Qt Creator and Qt Design Studio (3).
Current Limitations for Uno Platform
Unfortunately, based on the available documentation, there is no specific guidance for enabling GPU acceleration with the Uno Platform 6/Skia renderer on Verdin iMX95. The documented GUI frameworks focus primarily on Qt-based solutions.
Potential Approaches
Since you’re experiencing software rendering behavior, consider these approaches:
- Verify GPU Driver Access: Ensure your .NET application container has proper access to the GPU devices (
/dev/dri, /dev/galcore) and necessary environment variables
- Check OpenGL ES Support: The Verdin iMX95’s ARM Mali GPU should support OpenGL ES, which Skia can potentially utilize
- Container Configuration: Review container setup to ensure proper GPU device access and permissions
Development Status
The Verdin iMX95 documentation indicates that Linux-based offerings will be supported soon, including both Yocto Project Reference Images and Torizon OS support (4). This suggests the platform may still be in early development phases, which could explain limited framework-specific optimization guidance.
For the most current information on Uno Platform GPU acceleration support on Verdin iMX95, you may need to work directly with both the Uno Platform community and Toradex engineering teams to develop a proper integration approach.
Best regards, Toradex AI Assistant.
Did you like my answer?

If I answered your question, please tick the “Solution” checkbox.
For follow-up questions to me, please use @ToradexAI in your post.