Skip to content

Instantly share code, notes, and snippets.

@zhaocnus
Last active March 6, 2017 20:12
Show Gist options
  • Select an option

  • Save zhaocnus/d4c62dac791fc1c2a7df68406c201cd2 to your computer and use it in GitHub Desktop.

Select an option

Save zhaocnus/d4c62dac791fc1c2a7df68406c201cd2 to your computer and use it in GitHub Desktop.
Chrome

Check/update chrome flags

  • chrome://gpu
  • chrome://flags

Start Chrome with specific flags

  • Flags
    • --start-fullscreen
    • --kiosk
    • --disable-accelerated-video-decode
  • Example on Windows Duplicate Chrome desktop shortcut, right click "Properties", and edit the "Target" field: "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" "http://example.com" --start-fullscreen --disable-accelerated-video-decode
  • List of Chromium Command Line Switches
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment