Virtio-GPU with emulated 3d acceleration?

membranex

Active Member
Nov 6, 2018
22
3
43
42
Hi,

I want to test a compositing window manager in proxmox VM and I'm struggling to get it to work. I don't have any gpu for passthrough. I configured vm to use Virtio-GPU (virtio,memory=256) but tiling window manager does not start (blank screen via spice).

Is it possible to make proxmox just emulate gpu somehow or maybe it's some error on vm side?
 
Last edited:
When I try VirGL I get error about missing hardware, hence I thought it's the other way around :)
 
When I try VirGL I get error about missing hardware, hence I thought it's the other way around :)
Note sure whether you were able to fix this issue. I had the same problem myself. In my case I fixed it by installing the libgl1 and libegl1 packages on the Proxmox host.
> apt update && apt install libgl1 libegl1