PVE9 Intel核显直通Win,HDMI/DP显示屏输出画面
修改版QUME和核显直通ROM均来自于B站:李晓流 Github:lixiaoliu666
nano /etc/modprobe.d/pve-blacklist.conf blacklist i915 blacklist snd_hda_intel update-initramfs -u -k all
修改版QUME下载地址:https://github.com/lixiaoliu666/pve-anti-detection/releases dpkg -i pve-qemu-kvm_*_amd64.deb ##安装修改版QUME10 apt-mark hold pve-qemu-kvm ##阻止更新 apt-mark unhold pve-qemu-kvm ##解除阻止更新 apt-mark showhold ##查看已阻止
核显ROM下载地址:https://github.com/lixiaoliu666/intel6-14rom/releases/tag/v2.0-20250622-100999 /usr/share/kvm/
nano /etc/pve/qemu-server/102.conf args: -set device.hostpci0.bus=pcie.0 -set device.hostpci1.bus=pcie.0 -set device.hostpci0.addr=0x02.0 -set device.hostpci1.addr=0x03.0 -set device.hostpci0.x-igd-gms=0x2 -set device.hostpci0.x-igd-opregion=on -set device.hostpci0.x-igd-lpc=on hostpci0: 0000:00:02.0,romfile=6-14-qemu10.rom hostpci1: 0000:00:1f.3
显卡驱动下载地址: https://downloadmirror.intel.com/854560/gfx_win_101.6793.exe


