Closed sp4ghet closed 6 years ago
https://discuss.atom.io/t/is-atom-able-to-use-the-gpu/46849/2
tried --ignore-gpu-blacklist
with no luck...
This is probably an atom/electron problem but anyhoo...
If you're using a laptop with nvidia optimus with windows, going to control panel and search for nvidia control panel
3D settings -> application settings -> add
atom -> set auto
to integrated graphics
forces you to use integrated gpu (intel) which bypasses this error but still leaves you with an underutilized nvidia GPU
atom --ignore-gpu-blacklist=true --webgl=true --experimentalFeatures=true --experimentalCanvasFeatu res=true
none seem to solve the issue :/
https://github.com/electron/electron/issues/1277 https://github.com/electron/electron/issues/1319
atom: 1.30.0 veda: 2.10.2 nvidia drivers: 399.24
🤔
When I use an nvidia GPU with atom (GTX 1060M on Laptop, 1080 on Desktop) veda fails to initialize the WebGL context. It works when I set atom to use intel integrated graphics on laptop.