redroid-doc
redroid-doc copied to clipboard
UI crashing with inconsistent dri device mapping on redroid:11.0.0-latest
When running redroid:11.0.0-latest on my new RX 6950 XT, UI seems to be constantly crashing, giving only a flicking wallpaper on scrcpy.
I use podman with root to run redroid:
sudo podman run -itd --name redroid_test --privileged -p 5555:5555 redroid/redroid:11.0.0-latest \
androidboot.redroid_width=1920 androidboot.redroid_height=1080 \
androidboot.use_memfd=1 \
androidboot.redroid_gpu_mode=host \
androidboot.redroid_gpu_node=/dev/dri/renderD128
My /dev/dri/renderD128
is mapped to RX 6950 XT, and /dev/dri/renderD129
is mapped to iGPU (with Intel 9900K). Once setting androidboot.redroid_gpu_node=/dev/dri/renderD129
everything runs fine
EDIT: this part of assumption is wrong, see comment below
Logs collected through curl -fsSL https://raw.githubusercontent.com/remote-android/redroid-doc/master/debug.sh | sed s/docker/podman/g |sudo bash -s -- redroid_test
image-inspect.txt network.txt dumpsys.txt container-inspect.txt getprop.txt vainfo.txt ps.txt podman-info.txt logcat.txt dri.txt dmesg.txt crash.txt uname.txt lscpu.txt getenforce.txt drivers.txt config-6.4.11-zen2-1-zen.txt
This looks like a mesa issue, maybe I can try to re-build redroid image when I have time to see if it works.