From f24a6cb2f12b35820dfc825d58d7340b72f618ba Mon Sep 17 00:00:00 2001 From: Kyle Neideck Date: Tue, 21 Apr 2020 14:11:42 +1000 Subject: [PATCH] Try to avoid using the discrete GPU on multi-GPU systems to save power. Add NSSupportsAutomaticGraphicsSwitching to BGMApp's Info.plist in the hopes that it will use the integrated GPU when possible. BGMApp doesn't need to use the fastest GPU, so it's better to save battery power. Untested because I don't have the right hardware. (I actually have an iMac with a discrete GPU, but the integrated GPU seems to be disabled.) See #284 and . --- BGMApp/BGMApp/Info.plist | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/BGMApp/BGMApp/Info.plist b/BGMApp/BGMApp/Info.plist index 5f7b6e10..3a7f404e 100644 --- a/BGMApp/BGMApp/Info.plist +++ b/BGMApp/BGMApp/Info.plist @@ -46,5 +46,11 @@ OSAScriptingDefinition BGMApp.sdef + + NSSupportsAutomaticGraphicsSwitching +