From b5d92144a14cf0890c9f33edce69877bc1602bf7 Mon Sep 17 00:00:00 2001 From: Cole Deck Date: Sat, 8 Aug 2020 03:52:47 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9f72b7..442b1b9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ This is a collection of scripts for managing the GPU in the Asus Zephyrus G14. -The setup involves using bumblebee, bbswitch, and GPU passthrough to a Windows 10 vm. bbswitch is unable to wake the GPU up at this time, so for now I'm not using it. However it was able to completely depower the GPU, allowing idle power usage of 5-7w just like on windows. +The setup originally involved using bumblebee, bbswitch, and GPU passthrough to a Windows 10 vm. bbswitch is unable to wake the GPU up at this time, so for now I'm not using it. I am now using optimus-manager with some acpi calls to fully depower and wake the GPU. `startvm` unbinds from nvidia, binds to vfio-pci, runs the vm, then when you type 'stop' it shuts it down and gives the GPU back to the nvidia driver for use with bumblebee.