How do I disable GPU on my dual-video macBook? Whe...
# compose-desktop
o
How do I disable GPU on my dual-video macBook? When developing, it’s so annoying when mac goes to switch video card…
r
You can use something like https://gfx.io/
b
Install windows or linux 😃
🐧 1
o
I mean, can I configure skia under the hood to use integrated GPU?
r
I don’t think that’s possible without writing extra code in Skia (and the way to do this is different per platform). It’s easier to just use something like gfx.io to force the system to always us the integrated GPU
o
I can’t ask users (if there will be any) to use external tools. I’d rather let them select the GPU
I know it is complicated (http://supermegaultragroovy.com/2016/12/10/auto-graphics-switching/), I’ve been there with SDL2 and Kotlin/Native previously. I was hoping it has something, since Chrome itself has an option to switch off dGPU