| 1 | == Chrome == |
| 2 | If you are Linux user, then (according to http://www.borfast.com/blog/how-enable-webgl-google-chrome-linux-blacklisted-graphics-card) you can try running it from commandline with *--enable-webgl* and *--ignore-gpu-blacklist* switches: |
| 3 | {{{ |
| 4 | $ google-chrome --enable-webgl --ignore-gpu-blacklist |
| 5 | }}} |
| 6 | |
| 7 | == Other browsers == |
| 8 | You can help us to support your browser by figuring out the solution by yourself. |
| 9 | Good idea to begin with is to take a look at sites mentioned in Chrome-related |
| 10 | section. If you find a solution, let us know about it so we can provide other users |
| 11 | with it. |