kopia lustrzana https://github.com/OpenBuilds/OpenBuilds-CONTROL
Add more overrides for Linux WebGL with opensource drivers
rodzic
175453ec8c
commit
4d77d0619b
7
index.js
7
index.js
|
@ -2216,7 +2216,12 @@ if (isElectron()) {
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// electronApp.commandLine.appendSwitch("--ignore-gpu-blacklist");
|
|
||||||
|
electronApp.commandLine.appendSwitch('ignore-gpu-blacklist', 'true')
|
||||||
|
electronApp.commandLine.appendSwitch('enable-gpu-rasterization', 'true')
|
||||||
|
electronApp.commandLine.appendSwitch('enable-zero-copy', 'true')
|
||||||
|
electronApp.commandLine.appendSwitch('disable-software-rasterizer', 'true')
|
||||||
|
electronApp.commandLine.appendSwitch('enable-native-gpu-memory-buffers', 'true')
|
||||||
|
|
||||||
// This method will be called when Electron has finished
|
// This method will be called when Electron has finished
|
||||||
// initialization and is ready to create browser windows.
|
// initialization and is ready to create browser windows.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "OpenBuildsMachineDriver",
|
"name": "OpenBuildsMachineDriver",
|
||||||
"version": "1.0.103",
|
"version": "1.0.104",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"description": "Machine Interface Driver for OpenBuilds",
|
"description": "Machine Interface Driver for OpenBuilds",
|
||||||
"author": "github.com/openbuilds <webmaster@openbuilds.com>",
|
"author": "github.com/openbuilds <webmaster@openbuilds.com>",
|
||||||
|
|
Ładowanie…
Reference in New Issue