Replies: 1 comment 3 replies
-
So the RK3568 is an embedded board running ubuntu Linux? Looking at the screenshot: Looks to me like some graphics-related driver is not available. What kind of environment do you plan to run on? Wayland with DRI? I'd start with trying some other application using 3D acceleration. If that does not come up either: Check the packages in ubuntu for anything DRI related and try installing those. Sorry, my ubuntu-foo is a bit limited, especially on ARM hardware. https://forum.radxa.com/t/ubuntu-20-02-mali-drivers/12373/6 might help, but I am not sure ;-) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The demo run ok on wsl and windows.But can't run on rk3568
slint1.2.2
libGL error: failed to create dri screen
libGL error: failed to load driver: rockchip
libGL error: failed to create dri screen
libGL error: failed to load driver: rockchip
thread 'main' panicked at 'Failed to set icons: XError { description: "GLXBadContextTag", error_code: 162, request_code: 152, minor_code: 16 }', /home/rpdzkj/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.28.7/src/platform_impl/linux/x11/window.rs:1008:10
note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceSimple demo run ok
Beta Was this translation helpful? Give feedback.
All reactions