Troubleshooting: WebGL Not Supported?

If you see a WebGL error message, it means your browser cannot access your device's GPU to render the 3D interface. This is common on Linux or when Hardware Acceleration is disabled.

Follow these steps to resolve the issue:

Step 1: Enable Hardware Acceleration

Chrome / Edge:

  1. Go to chrome://settings/system (or edge://settings/system).
  2. Ensure "Use graphics acceleration when available" is toggled ON.
  3. Restart the browser completely.

Step 2: Force WebGL (Common for Linux/NVIDIA users)

If Step 1 did not work, your browser might be blocking your GPU driver due to compatibility checks. You can force it to work:

  1. Type chrome://flags (or edge://flags) in your address bar.
  2. Search for Override software rendering list.
  3. Change the setting from "Default" to "Enabled".
  4. Click the Relaunch button that appears at the bottom.