Last edited by ysfgrl In 2/6/2026 22:27 Editor
Hi everyone, I’m trying to run a Flutter Linux desktop app on a Firefly Rockchip ARM64 board and I’m hitting a fatal OpenGL error at run command.
Sistem Info
- uname -a
- Linux firefly 4.19.232 #2 SMP Wed Jan 10 11:40:40 CST 2024 aarch64 aarch64 aarch64 GNU/Linux
Copy the code
- echo $DISPLAY
- # :0
- loginctl show-session "$XDG_SESSION_ID" -p Type
- # Type=x11
- glxinfo -B
- # direct rendering: Yes
- # OpenGL vendor string: Mesa/X.org
- # OpenGL renderer string: llvmpipe (LLVM 12.0.0, 128 bits)
- # OpenGL version string: 3.1 Mesa 21.2.6
- # OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.2.6
Copy the code
|