WebGL disabled or unavailable on Chrome / MacOS

7,658

Solution 1

The workaround is to start Chrome with --ignore-gpu-blacklist, or just use Firefox. See: https://productforums.google.com/d/msg/chrome/co6w-9D1ZWo/-ZMOftQ3DAAJ

Here's the change that breaks this in Chromium: https://codereview.chromium.org/2076443002/

Solution 2

If your Mac has an Intel HD 3000 GPU (my mac mini mid 2011 does), then it won't work as it's been blacklisted: https://codereview.chromium.org/2076443002/

Share:
7,658

Related videos on Youtube

SCH
Author by

SCH

Updated on September 18, 2022

Comments

  • SCH
    SCH almost 2 years

    I'm on macOS 10.13.6 on a Mac mini. I'm seeing the following behavior on Google Chome 68.0.3440.106 and Chrome Canary 70.0.3529.3.

    I go to https://get.webgl.org/ and I see the message:

    Hmm. While your browser seems to support WebGL, it is disabled or unavailable. If possible, please ensure that you are running the latest drivers for your video card.

    Firefox and Safari both render the WebGL scene here just fine. Can anyone tell me how to enable WebGL on Chrome?

    Thanks!