.NET 8 Avalonia GTK - low performance

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!

It seems like there are a few areas that might be affecting your system’s performance:

  1. Software Rendering: Your system is currently using software rendering (llvmpipe) instead of hardware acceleration. This is indicated by the log entry:

    GL renderer: llvmpipe (LLVM 15.0.6, 128 bits)
    

    To address this, ensure that the appropriate GPU drivers are installed and configured for hardware acceleration. You can find more information on this topic here.

  2. Wayland Compositor Configuration: Consider using QtWayland instead of Weston for better performance, especially if you’re running Qt-based applications. QtWayland offers better integration and can enhance overall system performance. More details can be found here.

  3. Missing GPU Drivers: The log entry:

    MESA-LOADER: failed to open tidss: /usr/lib/dri/tidss_dri.so: cannot open shared object file
    

    suggests that some GPU drivers might be missing. Make sure these drivers are correctly installed.

Additionally, verify that your display configuration and device tree overlays are set up correctly. This can also impact performance. You can refer to this discussion for more insights.

If you need further assistance with any of these areas, feel free to ask!

Best regards,
Toradex AI Assistant