Hello. This is the story about my expirience with laptop GPU Passthrought to virtual machine.
I used Clevo N957TC laptop (aka Hasee ZX7-CT5DA) and Proxmox 7.0-8. As u can see at system block diagramm GPU of Laptop has personal video-out (HDMI and DP). I connected a monitor via HDMI.
The first of all i test my laptop with some linux command to uderstant the possibility and i was glad to see this picture
After this i installed KDE-full GUI for Debian linux and i followed this guide, but with some differences:
1. I used VirtIO SCSI, not Single
2. I did not use the rom file
3. My differences were:
4. I tested many changes, while i saw the picture at the monitor
before error 43 i got error 31, but afte a few changes i could install the NVidia last video drivers. For Linux it worked perfectly from the first start. Wor windows i got the problems with error 31 and error 43, the videodriver from Clevo/Hasee do not worked, but the last videodriver with Max-q parametr start correctly (my GTX1660ti is 80W)
thank u.=)
I used Clevo N957TC laptop (aka Hasee ZX7-CT5DA) and Proxmox 7.0-8. As u can see at system block diagramm GPU of Laptop has personal video-out (HDMI and DP). I connected a monitor via HDMI.
The first of all i test my laptop with some linux command to uderstant the possibility and i was glad to see this picture
After this i installed KDE-full GUI for Debian linux and i followed this guide, but with some differences:
1. I used VirtIO SCSI, not Single
2. I did not use the rom file
3. My differences were:
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt pcie_acs_override=downstream,multifunction nofb nomodeset"
echo "options vfio_iommu_type1 allow_unsafe_interrupts=1" > /etc/modprobe.d/iommu_unsafe_interrupts.conf
echo "options kvm ignore_msrs=1" > /etc/modprobe.d/kvm.conf
echo "softdep nouveau pre: vfio-pci" » /etc/modprobe.d/nvidia.conf
echo "softdep nvidia pre: vfio-pci" » /etc/modprobe.d/nvidia.conf
echo "softdep nvidia* pre: vfio-pci" » /etc/modprobe.d/nvidia.conf
before error 43 i got error 31, but afte a few changes i could install the NVidia last video drivers. For Linux it worked perfectly from the first start. Wor windows i got the problems with error 31 and error 43, the videodriver from Clevo/Hasee do not worked, but the last videodriver with Max-q parametr start correctly (my GTX1660ti is 80W)
thank u.=)
Last edited: