Opera12 browser support for WebGL

1

I have enabled - enable webGL by entering Enable WebGL in opera:config by setting the value to 1, and Enable Hardware Acceleration similarly, then restart the browser - Opera 12 on Windows & tried to open - http://aleksandarrodic.com/p/jellyfish/.

This gives me an alert saying - Your browser failed to initialize WebGL.

Please guide me on - What's going wrong?

opera:gpu says :
Hardware acceleration Disabled
Direct3D 10 Backend not supported Could not load library
OpenGL Backend not supported Could not load library

But,same thing (http://aleksandarrodic.com/p/jellyfish/) works fine on Chrome!

Thanks Sneha

Sneha

Posted 2012-10-18T07:07:14.050

Reputation: 103

1Open a new tab on opera and add as address opera:gpu. What does it say? – None – 2012-10-18T07:33:39.137

Hardware acceleration Disabled Direct3D 10 Backend not supported Could not load library OpenGL Backend not supported Could not load library – None – 2012-10-18T07:45:52.493

Could it be that your GPU hardware is not good enough? (Sorry, that I can't define "good enough".) – ytg – 2012-10-19T13:17:27.357

but it works fine on Chrome! – Sneha – 2012-10-22T10:22:50.190

Answers

3

To support WebGl (or Hardware accelleration) browser must ensure compatibility with Video card drivers. This is done per card / per driver revision / per OS version (because they can be quite different).

The message that you are getting just means that your combination of Operating System, Graphic Card and Video Driver is not supported by Opera (yet). This might or might not change in future.

but it works in Chrome - all browsers are different ;) Especially in implementations of such experimental features as WebGL.

c69

Posted 2012-10-18T07:07:14.050

Reputation: 181