I removed virtio_icd.json, but there was no effect. The behavior is the same.Could you please check in trixie, what happens if you delete virtio_icd.json? I would like to know if virtio driver is taking preference over broadcom for some reason...If I install the mesa-vulkan-drivers package from Trixie and then run ls /usr/share/vulkan/icd.d, I see the following output:However, if I do the same on Bookworm, I see the following:Code:
-rw-r--r-- 1 root root 140 May 19 10:49 broadcom_icd.json-rw-r--r-- 1 root root 141 May 19 10:49 freedreno_icd.json-rw-r--r-- 1 root root 141 May 19 10:49 gfxstream_vk_icd.json-rw-r--r-- 1 root root 135 May 19 10:49 lvp_icd.json-rw-r--r-- 1 root root 139 May 19 10:49 nouveau_icd.json-rw-r--r-- 1 root root 140 May 19 10:49 panfrost_icd.json-rw-r--r-- 1 root root 138 May 19 10:49 radeon_icd.json-rw-r--r-- 1 root root 138 May 19 10:49 virtio_icd.jsonNotice specifically that the files in Bookworm are suffixed with aaarch64.Code:
-rw-r--r-- 1 root root 167 Mar 14 00:25 broadcom_icd.aarch64.json-rw-r--r-- 1 root root 168 Mar 14 00:25 freedreno_icd.aarch64.json-rw-r--r-- 1 root root 162 Mar 14 00:25 lvp_icd.aarch64.json-rw-r--r-- 1 root root 165 Mar 14 00:25 radeon_icd.aarch64.json-rw-r--r-- 1 root root 165 Mar 14 00:25 virtio_icd.aarch64.json
I will try to debug next week why this is happening, but installing the developer package shouldn't be needed.
Statistics: Posted by JinShil — Mon Jul 14, 2025 1:50 am