Mention the gpus have to be different

This commit is contained in:
HikariKnight 2023-04-12 16:35:53 +02:00
parent 5a1e4c78ed
commit e83ca7b61c

View file

@ -23,7 +23,7 @@ func (m model) View() string {
titleStyle.MarginLeft(0).Render("Welcome to QuickPassthrough!"), titleStyle.MarginLeft(0).Render("Welcome to QuickPassthrough!"),
"\n\n", "\n\n",
"This script is meant to make it easier to setup GPU passthrough for\n", "This script is meant to make it easier to setup GPU passthrough for\n",
"Qemu based systems. WITH 2 GPUS ON THE HOST SYSTEM\n", "Qemu based systems. WITH DIFFERENT 2 GPUS ON THE HOST SYSTEM\n",
"However due to the complexity of GPU passthrough\n", "However due to the complexity of GPU passthrough\n",
"This script assumes you know how to do (or have done) the following.\n\n", "This script assumes you know how to do (or have done) the following.\n\n",
"* You have already enabled IOMMU, VT-d, SVM and/or AMD-v\n inside your UEFI/BIOS advanced settings.\n", "* You have already enabled IOMMU, VT-d, SVM and/or AMD-v\n inside your UEFI/BIOS advanced settings.\n",