From 78e33823a636a1d08bb89cf48dd8054b5f5654ec Mon Sep 17 00:00:00 2001 From: Derek McTavish Date: Wed, 1 Apr 2026 07:42:36 +0000 Subject: [PATCH] --- Linux/GPU Passthrough.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Linux/GPU Passthrough.md b/Linux/GPU Passthrough.md index c1c8f73..d875d01 100644 --- a/Linux/GPU Passthrough.md +++ b/Linux/GPU Passthrough.md @@ -34,14 +34,18 @@ In my case, I get ## VFIO Module Options -### Arch - ```bash sudo vim /etc/modprobe.d/vfio.conf ``` -### Fedora +### Arch ```bash options vfio-pci ids=10de:28a0,10de:22be ``` + +### Fedora + +options vfio-pci ids=10de:28a0,10de:22be disable_vga=1 +softdep nvidia pre: vfio-pci +softdep nouveau pre: vfio-pci