Right so
Sounds good up to that point.
I was wondering if I'd be missing something and yes I am.
Starting the VM (which runs fine without the
I am using open source video drivers with my AMD iGPU. I am using default amdgpu drivers installed by Proxmox during installation.
Now, Comment #6 in the bugzilla mentions some dependencies with mesa package, not sure if that's where I am having this issue.
If the fix for the above error has been discussed already in this thread here, sorry for my ignorance of not being able to understand what has been discussed, which would explain why I missed it.
Tnx
pve-qemu-kvm 6.2.0-5
with qemu-server 7.1.5
!
Code:
root@proxmox:~# qm set 101 --vga virtio-gl
update VM 101: -vga virtio-gl
Sounds good up to that point.
I was wondering if I'd be missing something and yes I am.
Starting the VM (which runs fine without the
virtio-gl
) fails with
Code:
()
MESA-LOADER: failed to open radeonsi: /usr/lib/dri/radeonsi_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri)
failed to load driver: radeonsi
MESA-LOADER: failed to open kms_swrast: /usr/lib/dri/kms_swrast_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri)
failed to load driver: kms_swrast
MESA-LOADER: failed to open swrast: /usr/lib/dri/swrast_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri)
failed to load swrast driver
kvm: egl: gbm_create_device failed
kvm: egl: render node init failed
TASK ERROR: start failed: QEMU exited with code 1
I am using open source video drivers with my AMD iGPU. I am using default amdgpu drivers installed by Proxmox during installation.
Now, Comment #6 in the bugzilla mentions some dependencies with mesa package, not sure if that's where I am having this issue.
If the fix for the above error has been discussed already in this thread here, sorry for my ignorance of not being able to understand what has been discussed, which would explain why I missed it.
Tnx