Hello,
I have a PC with a Nvidia GTX 1650 PCIe. with Proxmox 7.0 I did the following configuration to passthrough the GPU to my VM Windows 10
Read more
I have a PC with a Nvidia GTX 1650 PCIe. with Proxmox 7.0 I did the following configuration to passthrough the GPU to my VM Windows 10
Code:
/etc/default/grub:
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt
video=vesafb:off video=efifb:off"
/etc/modules:
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
then update-grub
/etc/modprobe.d/vfio.conf
options vfio-pci ids=10de:1f82,10de:10fa disable vga=1
then update-initramfs -u
/etc/modprobe.d/blacklist.conf
blacklist nvidia...
Read more