问题描述
chrome://gpu/
google-chrome --version
Google Chrome 27.0.1453.93
http://www.chromeexperiments.com/webgl
How To Enable WebGL In Chrome On Ubuntu ?
最佳解决思路
For WebGL to work in Google Chrome (and Chromium), Here are the steps to enable WebGL in Google Chrome.
第1步:打开Google Chrome
第2步:在地址栏中输入chrome://flags
步骤3:按下Ctrl + f
并输入“Rendering list
”,出现“Override software rendering list”,现在点击Enable并重新启动浏览器。
第4步:彻底杀死Chrome:在控制台中键入killall chrome
。
第5步:转到chrome://settings
并启用Use hardware acceleration when available
。默认情况下,它自版本43开始关闭。
第6步:启动Chrome
Now check
chrome://gpu/
次佳解决思路
如果仍然没有得到任何结果,请检查在Chromium设置中是否启用了hardware-acceleration,谷歌倾向于从版本43开始默认禁用此设置。在这种情况下,在我更新GPU驱动程序后,这是我的问题,超过了GPU黑名单,等等。
第三种解决思路
在Ubuntu 14.04(64位)上使用 chrome 版本49.0.2623.108。
我们需要激活的是#ignore-gpu-blacklist
这是chrome://flags/
的第一行
希望它可以帮助,