Hi,
I have a server running using onboard Intel GPU for bios etc.
Also, I have a GTX750 pci-e card inserted that should ONLY be used by one VM and totally separated from host.
I have the card working in the VM using the pci-e GPU with the following line in grub loader...
I'm just using one of the latest Nvidia drivers (445.75)
I also tried to patch it in first but was to complicated and got errors. Finally I found out, after trying several cpu args, that the one above worked.
I would suggest to try it again with your 1070 as you crossfire solution is not ideal...
I finally got it working with the right args. It turns out that Nvidia driver is looking if it's running on a hypervisor and blocks things.
Using these lines in conf worked out:
args: -cpu host,kvm=off,hv_relaxed,hv_spinlocks=0x1fff,hv_vapic,hv_time,hv_vendor_id=whatever123
cpu: host,hidden=1...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.