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