Skip to content

Instantly share code, notes, and snippets.

@bangonkali
Created October 21, 2015 13:29
Show Gist options
  • Save bangonkali/be61ab880c890c17cb3d to your computer and use it in GitHub Desktop.
Save bangonkali/be61ab880c890c17cb3d to your computer and use it in GitHub Desktop.
Disable Google Chrome Hardware Acceleration in the Mac

Disable Chrome Hardware Acceleration

  1. Right click on the dock and find a way to get to the package
  2. Edit the plist
  3. Save this as a new running file.
#!/usr/bin/env bash
cd cd /Applications/Google\ Chrome.app/Contents/MacOS/
./Google\ Chrome --disable-gpu-vsync --blacklist-accelerated-compositing --blacklist-webgl --disable-accelerated-2d-canvas --disable-accelerated-compositing --disable-accelerated-layers --disable-gpu-sandbox --disable-accelerated-video
@abonec
Copy link

abonec commented May 9, 2019

Just go to the chrome://settings/?search=hardware page and disable it in preferences.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment