From 714f181be5ccc084e4149780bfca1b18e33d8c00 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Mon, 11 Feb 2019 15:48:16 +0100 Subject: [PATCH] try to force terminus onto the low-power gpu --- app/lib/app.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/lib/app.ts b/app/lib/app.ts index 7000319e..5bdd264e 100644 --- a/app/lib/app.ts +++ b/app/lib/app.ts @@ -19,6 +19,7 @@ export class Application { } app.commandLine.appendSwitch('disable-http-cache') + app.commandLine.appendSwitch('force_discrete_gpu', '0') app.commandLine.appendSwitch('lang', 'EN') }