"Sadly, we are unable to get Seriously.js to work on your computer. Sometimes WebGL gets a bit weird with certain graphics hardware and drivers. Please have a look here for more information."
"Sadly, we are unable to get Seriously.js to work on your computer. Sometimes WebGL gets a bit weird with certain graphics hardware and drivers. Please have a look here for more information."
Yeah, same here, running Ubuntu on a Dell Precision laptop. Guess WebGL doesn't like my setup.
I coded WebGL a little over a year ago on a Precision "laptop" under Suse Linux. What I needed: (A) up-to-date Nvidia proprietary drivers (B) "de-blacklist myself" somewhere deep in the browser's hidden WebGL config page (I think it was about:gpu or some such back then in Chromium, but I'm not really up to date).
Yeah, I run Chrome on Ubuntu on a pretty powerful Lenovo T-something with an NVIDIA whatever optimus pain in the neck. The only way I can get it to work is to add --ignore-gpu-blacklist to the Chrome command line.
Check:
/usr/share/applications/google-chrome.desktop
(or something like that)
You should see some lines that start with "Exec" where you can add that parameter to the end.
I had the same deal with Chrome on my OSX Mountain Lion. Here's what fixed it for me:
1. Visiting chrome://flags
2. Scrolling down to Disable WebGL, hitting "Enable", and then "Relaunch now"
3. Repeating steps 1 and 2, but hitting "Disable" rather than "Enable".