This commit is contained in:
James Turland 2024-04-07 21:35:20 +01:00
parent 35f97d56a5
commit de6d7928a9

View file

@ -34,7 +34,7 @@ Then, save and exit
Verify the modules are enabled with `dmesg | grep -i vfio` and checking the driver version line is present Verify the modules are enabled with `dmesg | grep -i vfio` and checking the driver version line is present
8) GPU Isolation From the Host (amend the below to include the IDs of the device you want to isolate) 7) GPU Isolation From the Host (amend the below to include the IDs of the device you want to isolate)
`echo "options vfio-pci ids=10de:1381,10de:0fbc disable_vga=1" > /etc/modprobe.d/vfio.conf` `echo "options vfio-pci ids=10de:1381,10de:0fbc disable_vga=1" > /etc/modprobe.d/vfio.conf`