From e83ca7b61cc827533682e1616a0500913e9e27e3 Mon Sep 17 00:00:00 2001 From: HikariKnight <2557889+HikariKnight@users.noreply.github.com> Date: Wed, 12 Apr 2023 16:35:53 +0200 Subject: [PATCH] Mention the gpus have to be different --- internal/ui_main_view.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ui_main_view.go b/internal/ui_main_view.go index 2b437a2..0269a25 100644 --- a/internal/ui_main_view.go +++ b/internal/ui_main_view.go @@ -23,7 +23,7 @@ func (m model) View() string { titleStyle.MarginLeft(0).Render("Welcome to QuickPassthrough!"), "\n\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", "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",