Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chromium browser is not supported #10

Open
mfouesneau opened this issue Jun 25, 2013 · 2 comments
Open

Chromium browser is not supported #10

mfouesneau opened this issue Jun 25, 2013 · 2 comments

Comments

@mfouesneau
Copy link

Chromium is apparently not recognized as valid.

@kapadia
Copy link
Owner

kapadia commented Jun 25, 2013

@mfouesneau Most likely due to WebGL. Which platform do you use? Older GPUs aren't fully supported by WebGL, namely an extension to handle floating-point textures.

https://github.com/kapadia/Luminosity/blob/master/app/index.coffee#L61

@mfouesneau
Copy link
Author

Just discovered that Chrome/Chromium consider some graphic cards such as Ivy Bridge to be problematic and blacklist them on the 3d usage.

I was able to run webgl with a few options:
chromium-browser --enable-webgl --ignore-gpu-blacklist

Interestingly, Firefox works just fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants