1

This is a problem I recently encountered when I was trying to upload a model to Sketchfab. It shown that WebGL in not supported. I opened chrome://flags and enabled override rendering list. However, even doing that didn't resolve much. I was able to see primitive preview of model in sketchfab(but not original) and 3D settings still weren't aviable. So here are some screenshots.

Version 43.0.2357.81 Ubuntu 15.04 (64-bit)

WebGL report: enter image description here

Full resolution: https://i.sstatic.net/RWvA1.png

chrome://gpu: enter image description here

Full resolution: https://i.sstatic.net/Z0P8E.png

Nvidia Information: enter image description here

Full resolution: https://i.sstatic.net/AYkDJ.png

I hope that someone can find a solution for this!

1 Answers1

1

I believe this is duplicate of WebGL doesn't work in Chromium on Ubuntu question as @Tim noted, here is my answer on it:

The ubuntu maintainer of Chromium has deliberately disabled GPU acceleration in the ubuntu build in Chromium 43. Here is corresponding bugreport: https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1463598

To workaround this issue you can downgrade to a previous version of Chromium (I have installed 41.0.2272.76-0 from Vivid).

rutsky
  • 438