Skip to content

Instantly share code, notes, and snippets.

@zardoy
Last active December 15, 2024 14:51
How to disable VSync in Chrome browser

Source

Disabling VSync can potentially decrease input lag by obviously removing the FPS limit.

  • As stated in source, Microsoft Edge has the minimal latency even with VSync enabled

Follow source instructions in order to launch chrome without VSync. But if you have other windows opened these arguments won't do anything. You can:

  • close all chrome windows and only then open chrome with args
  • or pass additional flag: --user-data-dir="C:\Windows\temp\1" - this will open Chrome in a new instance

  • Do not use Chrome without VSync for surfning WEB, create seperate shourtcut for the game itself.
  • Disabling VSync significantly increases battery usage so, enable it only if you see the difference.
@Vickiewiseman231923
Copy link

Can you enablemine??

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