You are not logged in.

#1 2023-12-25 13:49:15

DaRandomCube
Member
Registered: 2023-12-09
Posts: 5

vms in virt-manager doesn't launch 3d acceleration and opengl enabled

the title says it all
i also checked groups, enabled "intel_iommu=on iommu=pt" parameters, installed all of virgl packages and opengl drivers for intel, still not working

here are the configurations of :
display spice

<graphics type="spice">
  <listen type="none"/>
  <image compression="off"/>
  <gl enable="yes" rendernode="/dev/dri/by-path/pci-0000:00:02.0-render"/>
</graphics>

video virtio

<video>
  <model type="virtio" heads="1" primary="yes">
    <acceleration accel3d="yes"/>
  </model>
  <address type="pci" domain="0x0000" bus="0x00" slot="0x01" function="0x0"/>
</video>

error output

Error starting domain: internal error: process exited while connecting to monitor

Traceback (most recent call last):
  File "/usr/share/virt-manager/virtManager/asyncjob.py", line 72, in cb_wrapper
    callback(asyncjob, *args, **kwargs)
  File "/usr/share/virt-manager/virtManager/asyncjob.py", line 108, in tmpcb
    callback(*args, **kwargs)
  File "/usr/share/virt-manager/virtManager/object/libvirtobject.py", line 57, in newfn
    ret = fn(self, *args, **kwargs)
          ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/share/virt-manager/virtManager/object/domain.py", line 1402, in startup
    self._backend.create()
  File "/usr/lib/python3.11/site-packages/libvirt.py", line 1373, in create
    raise libvirtError('virDomainCreate() failed')
libvirt.libvirtError: internal error: process exited while connecting to monitor

Offline

#2 2023-12-28 04:25:12

emtd
Member
Registered: 2022-07-18
Posts: 1

Re: vms in virt-manager doesn't launch 3d acceleration and opengl enabled

I have the same issue with the same exact error output. Was it working before for you?

Offline

#3 2023-12-28 09:26:20

DaRandomCube
Member
Registered: 2023-12-09
Posts: 5

Re: vms in virt-manager doesn't launch 3d acceleration and opengl enabled

after a reinstall, it worked, HOW?
i'm not closing it because not all people will reinstall and they want an easy,real solution and the real cause

emtd wrote:

I have the same issue with the same exact error output. Was it working before for you?

before posting : no

Offline

Board footer

Powered by FluxBB