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

Not Working in Chrome, Chromium on Ubuntu #8

Open
sgon00 opened this issue Mar 3, 2014 · 4 comments
Open

Not Working in Chrome, Chromium on Ubuntu #8

sgon00 opened this issue Mar 3, 2014 · 4 comments

Comments

@sgon00
Copy link

sgon00 commented Mar 3, 2014

I tried chromium-browser 32 and google-chrome 33. The demo page does not work on both of them. I am running ubuntu.

I tried it on android. it works fine. Any ideas why? Thank you very much for this excellent project.

@sgon00
Copy link
Author

sgon00 commented Mar 4, 2014

This is weird. I tried the same chromium-browser version in two different laptops. One works, Another one doesn't. The one which does not work will only show one image in the center and left and right side are white blank. when I try to drag the image, the image gets scaled.

The following is the chromium version in full which does NOT work:

Version 32.0.1700.107 Ubuntu 14.04 (32.0.1700.107-0ubuntu1~20140204.977.1)

The following is the chromium version in full which does work:

Version 32.0.1700.107 Ubuntu 13.10 (32.0.1700.107-0ubuntu0.13.10.1~20140204.972.1)

Even if the OS version is different, but the browsers have the same version, same 64bit build. They are both using nvidia driver with different driver versions.

Any ideas what can be the cause? thanks a lot.

@ztorage
Copy link
Contributor

ztorage commented Mar 4, 2014

Check that 3D CSS hardware acceleration is enabled in Chromium:
chrome://gpu/

@sgon00
Copy link
Author

sgon00 commented Mar 4, 2014

ztorage, thank you very much for pointing this out.
I tried chrome://gpu/ in both my chromium-browser and google-chrome in the machine which does not work. Both have the same result: 3D CSS: Unavailable. Hardware acceleration unavailable
I have no idea why. Maybe I should ask #ubuntu IRC channel this. Something wrong with my graphic card driver? My laptop has both intel graphic card and nvidia. I tried both graphic cards drivers. None of them will enable 3D CSS hardware acceleration.
Thanks.

PS: By the way, if I run google-chrome with the following arguments, it works perfectly.

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

@ztorage
Copy link
Contributor

ztorage commented Mar 4, 2014

It sounds like your GPU has the Optimus feature which doesn't work well
with Ubuntu.
I remember struggling with it a couple of years ago, and finally,
disabling Optimus in the BIOS helped. That meant, however, that I could
no longer use the Intel card - which was fine for me. The only reason
they have this Optimus thing anyway, is that when you're doing boring
stuff like Office, the NVidia card can turn itself off, and let you use
he less power-hungry intel card. It saves a couple of hours battery life.

Anyway, long story short, it seems like Chrome doesn't like your graphic
drivers. You can try forcing it to use hardware acceleration by enabling
the "Override software rendering list" in chrome://flags/

Enjoy.

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