Problems on Ubuntu with WebGL

Hi,

I am 3D graphic designer and develop 3D configurators in Realtime like on the following website.

The configurators have problems in visualizations on linux platforms like ubuntu. What is the problem?

Hardware. Drivers. Missing WebGL support in the browser. One of these. Any two of these. All of these.

Seriously: “Linux platforms like Ubuntu” means absolutely nothing in terms of capability. Hardware comes first and your end user absolutely needs support for hardware-accelerated GL in order to have hardware accelerated GL. OpenGL is not a software library. Drivers come second; even if the hardware supports it, your end user must have a compatible device driver in order to enable this support. If these two core requirements are not met, there’s no point in even continuing. Third for WebGL is whether or not the end user is using a browser that has WebGL support.

To analyze these problems more you really need to start describing what kind of problems are happening, and determine configuration information about the end user systems that are having these problems. Otherwise we’re doing the equivalent of sticking pins in a map in the dark.

What mhagain said.

So how do you go about diagnosing that? For starters, run “glxinfo” and post the output of that command in a follow-up post inside of [noparse]

...

[/noparse] tags. This will give you a quick view of what GPU and GPU drivers you have installed, along with their capabilities.

As for your browser, try some other WebGL site such as: WebGL Aquarium Do you see 3D rendering in your browser?

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.