|
|
|
|
|
by thaumasiotes
721 days ago
|
|
Javascript console shows many failures related to WebGL. I assume my laptop's integrated Intel graphics chip doesn't implement any of the features WebGL wants. The laptop also has an (also-integrated) NVidia graphics card, but while Firefox recognizes its presence, it won't use it. As suggested in the bug report comments, toggling webgl.disable-angle to true in about:config lets the page load correctly. I'm not thrilled with this, mostly because I failed to find any documentation of the behavior, or existence, of that setting. |
|
It is possible to request the high performance GPU in javascript, but it is up to the OS to grant it, or not. In windows one has to explicitely choose for each app, which GPU to use. Which is stupid right now, as I would like the big GPU on my laptop only for some things like web games and the automatic dedection does not work, so I can either switch it on - or off.
But it does NOT change GPUs based on required performance. At least not for me.