mirror of
https://github.com/foxlet/macOS-Simple-KVM.git
synced 2025-02-17 05:25:02 +01:00
add x-vga to vfio-pic device definition
fixes AMD FirePro W7000 crash
This commit is contained in:
parent
527588d5a2
commit
576573b79b
1 changed files with 1 additions and 1 deletions
|
@ -47,6 +47,6 @@ You will need to attach the cards using the BDF IDs for the audio and video cont
|
|||
```
|
||||
-vga none \
|
||||
-device pcie-root-port,bus=pcie.0,multifunction=on,port=1,chassis=1,id=port.1 \
|
||||
-device vfio-pci,host=26:00.0,bus=port.1,multifunction=on,romfile=/path/to/card.rom \
|
||||
-device vfio-pci,host=26:00.0,bus=port.1,multifunction=on,x-vga=on,romfile=/path/to/card.rom \
|
||||
-device vfio-pci,host=26:00.1,bus=port.1 \
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue