rerun-io / rerun

Visualize streams of multimodal data. Free, fast, easy to use, and simple to integrate. Built in Rust.
https://rerun.io/
Apache License 2.0
6.49k stars 320 forks source link

Text issues on RK3588, RK3588S and RK3588S2 chipsets #7969

Open DmitriYam opened 4 hours ago

DmitriYam commented 4 hours ago

Hi,

I would like to raise a bug report. Running rerun >= 0.17.0 on RK3588 SoCs seem to cause issues. Texts do not show up when running rerun. Attached below are some more information as well as a video demonstrating the issue. The video captured on a radxa rock 5c running rerun 0.17.0. Tested on both Wayland and X11.

Boards tested

Radxa ROCK 5A - RK3588S Radxa ROCK 5C - RK3588S2 Nano PC T6 - RK3588

To Reproduce Steps to reproduce the behavior:

  1. Install ubuntu on the above boards from the at the following link: https://joshua-riek.github.io/ubuntu-rockchip-download/
  2. Install rerun 0.17.0 or above.
  3. run rerun

Expected behavior Rerun examples are expected to normally.

Desktop (please complete the following information): Linux pi-calibration-2 5.10.0-1012-rockchip #12-Ubuntu SMP Wed Aug 14 22:22:22 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux Distributor ID: Ubuntu Description: Ubuntu 22.04.4 LTS Release: 22.04 Codename: jammy

Rerun version rerun-cli 0.17.0 [rustc 1.76.0 (07dca489a 2024-02-04), LLVM 17.0.6] aarch64-unknown-linux-gnu release-0.17.0 d65ca50, built 2024-07-08T13:51:29Z

Screenshot of system info: radxa_rock_5c_about

Video demonstrating issue:

https://github.com/user-attachments/assets/38112f7b-77bc-4da5-b157-6fcd85498720

Wumpf commented 3 hours ago

Rendering issues looks suspiciously similar to the ones in

Given that you explicitly set the GL renderer, I reckon the system runs into issues when not instructing it so explicitly? Is there a Vulkan driver as well? We don't yet do patches for any version older than the latest release, could you also check on 0.19 as well? (there's a slim chances recent updates to wgpu, our rendering backend library, may change the situation)