Hello,
the GPU acceleration stopped working in our C++ Qt6/QML Torizon project.
The GPU acceleration works well when the application was built/started with these containers:
Log from our C++ Qt6/QML application with EGL_LOG_LEVEL=debug:
libEGL debug: using driver pvr for 16
libEGL debug: MESA-LOADER: device is not located on the PCI bus
libEGL debug: using driver pvr for 16
libEGL debug: MESA-LOADER: dlopen(/usr/lib/aarch64-linux-gnu/dri/pvr_dri.so)
Up from these versions, the GPU acceleration does not work, software rendering is used instead:
Log from our C++ Qt6/QML application with EGL_LOG_LEVEL=debug:
libEGL debug: using driver tidss for 16
libEGL debug: MESA-LOADER: device is not located on the PCI bus
libEGL debug: using driver tidss for 16
libEGL debug: MESA-LOADER: dlopen(/usr/lib/aarch64-linux-gnu/dri/tidss_dri.so)
libEGL warning: egl: failed to create dri2 screen
libEGL debug: MESA-LOADER: dlopen(/usr/lib/aarch64-linux-gnu/dri/zink_dri.so)
MESA: error: ZINK: vkCreateInstance failed (VK_ERROR_INCOMPATIBLE_DRIVER)
libEGL warning: egl: failed to create dri2 screen
libEGL debug: MESA-LOADER: dlopen(/usr/lib/aarch64-linux-gnu/dri/swrast_dri.so)
What is the difference between the versions 4.12.0 and 4.13.0?
best regards,
Robert Fabian
tdx-info:
Software summary
------------------------------------------------------------
Bootloader: U-Boot
Kernel version: 6.6.106-7.4.0-g650792253644 #1-Torizon SMP PREEMPT Thu Sep 18 20:27:33 UTC 2025
Kernel command line: root=LABEL=otaroot rootfstype=ext4 quiet logo.nologo vt.global_cursor_default=0 plymouth.ignore-serial-consoles splash fbcon=map:3 ostree=/ostree/boot.1/torizon/95252299f2e662a9495c21a278c9c4133cb0363c5c7729696d5081ac9fe73b88/0
Distro name: NAME="Torizon OS"
Distro version: VERSION_ID=7.4.0-build.28
Distro variant: VARIANT="Docker"
Hostname: verdin-am62-08723718
------------------------------------------------------------
Hardware info
------------------------------------------------------------
HW model: Toradex Verdin AM62 on NT656 Board
Toradex version: 0074 V1.2A
Serial number: 08723718
Processor arch: aarch64
------------------------------------------------------------