Hello.
Please give a look at the bhyve's behavior that you see below :
Something is using the GPU (e.g. a window manager ?). So, it's busy and I can't detach it as long as it's been used. Do you know if there is and what's the command to show whats using the GPU (RTX 2080 ti) ?
Take in consideration that I have chosen to have the nvidia 1060 as default on the BIOS and on the xorg.conf file,so,I expect that the window manager or whatever keeps using it,but the 2080 ti is free,so nothing should use it. I'm very curious to see what keeps it busy. Thanks.
Please give a look at the bhyve's behavior that you see below :
Code:
/boot/loader.conf :
#pptdevs="2/0/0 2/0/1 2/0/2 2/0/3"
root@marietto:/home/marietto/bhyve # pciconf -l pci0:2:0:1
hdac1@pci0:2:0:1: class=0x040300 rev=0xa1 hdr=0x00 vendor=0x10de device=0x10f7 subvendor=0x19da subdevice=0x2503
root@marietto:/home/marietto/bhyve # pciconf -l pci0:2:0:1
hdac1@pci0:2:0:1: class=0x040300 rev=0xa1 hdr=0x00 vendor=0x10de device=0x10f7 subvendor=0x19da subdevice=0x2503
root@marietto:/home/marietto/bhyve # pciconf -l pci0:2:0:2
xhci0@pci0:2:0:2: class=0x0c0330 rev=0xa1 hdr=0x00 vendor=0x10de device=0x1ad6 subvendor=0x19da subdevice=0x2503
root@marietto:/home/marietto/bhyve # pciconf -l pci0:2:0:3
none0@pci0:2:0:3: class=0x0c8000 rev=0xa1 hdr=0x00 vendor=0x10de device=0x1ad7 subvendor=0x19da subdevice=0x2503
root@marietto:/home/marietto/bhyve # devctl detach pci0:2:0:0
devctl: Failed to detach pci0:2:0:0: Device busy
root@marietto:/home/marietto/bhyve # devctl set driver pci0:2:0:0 ppt
devctl: Failed to set pci0:2:0:0 driver to ppt: Device busy
root@marietto:/home/marietto/bhyve # devctl detach pci0:2:0:1
ok
root@marietto:/home/marietto/bhyve # devctl set driver pci0:2:0:1 ppt
ok
root@marietto:/ # devctl detach pci0:2:0:2
ok
root@marietto:/home/marietto/bhyve # devctl set driver pci0:2:0:2 ppt
ok
root@marietto:/ # devctl detach pci0:2:0:3
devctl: Failed to detach pci0:2:0:3: Device not configured
root@marietto:/home/marietto/bhyve # devctl set driver pci0:2:0:3 ppt
ok
Something is using the GPU (e.g. a window manager ?). So, it's busy and I can't detach it as long as it's been used. Do you know if there is and what's the command to show whats using the GPU (RTX 2080 ti) ?
Take in consideration that I have chosen to have the nvidia 1060 as default on the BIOS and on the xorg.conf file,so,I expect that the window manager or whatever keeps using it,but the 2080 ti is free,so nothing should use it. I'm very curious to see what keeps it busy. Thanks.