WebGL not working for same spec system in chrome. How to fix?

梦想的初衷 提交于 2019-12-24 17:32:51

问题


Using info from chrome://gpu and chrome://version

Both on Chrome version: 35.0.1916.153 (Official Build 274914) m Both using an Nvidia 670 GTX

My driver: 9.18.13.3523

His driver: 9.18.13.4043

My webGL works perfectly, and my driver is slightly behind his. His webGL doesn't work even though in the settings it says all hardware accelerated, webGL enabled etc.

When he goes on page with webGL things they don't work - he can't see them just like you wouldn't see them with old browsers.

Why is this happening? How to diagnose/fix?


回答1:


Most likely Google has blacklisted the graphics driver because of the bugs.

You need to find out how start Chrome so that it ignores GPU blacklist. On some system it is this command line:

  google-chrome --enable-webgl --ignore-gpu-blacklist

... and if it still doesn't work, the relevant console output etc. is needed.

More about blacklist:

http://www.khronos.org/webgl/wiki/BlacklistsAndWhitelists



来源:https://stackoverflow.com/questions/24637534/webgl-not-working-for-same-spec-system-in-chrome-how-to-fix

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!