From 4d64c48ae0dbaf133e88631d87fab175d572119f Mon Sep 17 00:00:00 2001 From: James Stringer <38541878+jamesstringerparsec@users.noreply.github.com> Date: Thu, 25 Nov 2021 13:01:22 +0100 Subject: [PATCH] Update docs to mention new GPU Auto selection --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9761694..8d76954 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ It's important to update the VM GPU Drivers after you have updated the Host GPUs ```MemoryAmount = 8GB``` - Memory size, in this case 8GB ```CPUCores = 4``` - CPU Cores you want to give VM, in this case 4 ```UnattendPath = "$PSScriptRoot"+"\autounattend.xml"``` -Leave this value alone - ```GPUName = "NVIDIA Geforce RTX 2060 SUPER"``` - The exact name of the GPU you want to share with the VM + ```GPUName = "AUTO"``` - Auto selects the first available GPU P. On Windows 11 you may also use the exact name of the GPU you want to share with the VM in multi GPU situations (GPU selection is not available in Windows 10) ```GPUResourceAllocationPercentage = 50``` - Percentage of the GPU you want to share with the VM ```Team_ID = ""``` - The Parsec for Teams ID if you are a Parsec for Teams Subscriber ```Key = ""``` - The Parsec for Teams Secret Key if you are a Parsec for Teams Subscriber