From 1fff6d0f238241d260b4f723d5222573d53a9c2b Mon Sep 17 00:00:00 2001 From: HikariKnight <2557889+HikariKnight@users.noreply.github.com> Date: Wed, 9 Mar 2022 15:14:55 +0100 Subject: [PATCH] update text --- vfio-setup | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/vfio-setup b/vfio-setup index 11fa7fd..7a1a1a8 100755 --- a/vfio-setup +++ b/vfio-setup @@ -27,7 +27,8 @@ fi clear # Show the user a warning before we start -printf "Welcome to the VFIO enabler script! +printf "Welcome to QuickPassthrough! +Written for systems using initramfs. The setup done by this script is quite complex and is prone to human error or hardware incompatibilities. It is HIGHLY RECOMMENDED to make a backup/snapshot of your system using something like timeshift or snapper before starting. @@ -58,10 +59,10 @@ NOTE: If your computer no longer fully shut down after enabling IOMMU, then ther This is a list of prerequisites you will be needing before starting with VFIO: * 2 very different GPUs (iGPU/APU included), the easiest combination is to have 2 from different vendors (amd/intel/nvidia) - if both cards share the same device id (ex: both are identified as 1022:145c), then passthrough will most likely + if both cards share the same device id (ex: both are identified as 1022:145c), then passthrough will not be possible unless you swap out one of the cards. * A \"ghost display\" dummy plug for your second graphic card (or having it hooked to a separate input on your monitor). -* If you are planning to use the inegrated GPU on your CPU, make sure your monitor is connected to it before continuing. +* If you are planning to use the inegrated GPU on your CPU, make sure your monitor is connected to it and working/enabled before continuing. * Preferably a motherboard verified to work with IOMMU and with good IOMMU groups. https://reddit.com/r/vfio is a good resource for this info. (If you are unsure, you will find out while using this script) @@ -154,4 +155,4 @@ to your kernel boot arguments and reboot your system, then re-run this script! ;; esac -exec "$SCRIPTDIR/lib/get_GPU.sh" \ No newline at end of file +exec "$SCRIPTDIR/lib/get_GPU.sh"