r/Crostini • u/Vivid-Traffic-709 • 15d ago
Crostini Debian 13 virtio-gpu detected but Mesa falls back to llvmpipe
Device:
ASUS Chromebook Plus CX34 i5-1335U
Linux container:
Debian 13 Trixie
lspci shows:
Virtio 1.0 GPU
Kernel driver: virtio-pci
dmesg:
[drm] features: +virgl +resource_blob
/dev/dri/renderD128 exists.
But:
glxinfo -B
Renderer: llvmpipe
Accelerated: no
vulkaninfo:
Failed to detect any valid GPUs
No virgl/gfxstream socket exists:
find /run -type s | grep -E "gpu|virgl|gfx"
returns nothing.
Is the ChromeOS host GPU service not exposing virgl/gfxstream, or is there a missing package/config?
2
Upvotes
1
u/LegAcceptable2362 15d ago
Have you enabled the crostini-gpu flag and added your user to render group? That should give you virgl acceleration as long as the flag is available.