Browse Source

try to force terminus onto the low-power gpu

Eugene Pankov 7 years ago
parent
commit
714f181be5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/lib/app.ts

+ 1 - 0
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')
     }