Skip to content

Instantly share code, notes, and snippets.

@brunosimon
Last active April 28, 2024 07:48
Show Gist options
  • Star 66 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save brunosimon/c15e7451a802fa8e34c0678620022f7d to your computer and use it in GitHub Desktop.
Save brunosimon/c15e7451a802fa8e34c0678620022f7d to your computer and use it in GitHub Desktop.
# Unix (Terminal)
open -a "Google Chrome" --args --disable-gpu-vsync --disable-frame-rate-limit
# Windows (Command prompt)
start chrome --args --disable-gpu-vsync --disable-frame-rate-limit
@Kusou1
Copy link

Kusou1 commented Feb 17, 2024

i find a intersting result,i input this to terminal,and the

n the FPS still is locked on 60,I feel strange,but when i move the browser to the screen where the terminal is located,it is working😂,then it locked 60FPS when i move the browser to another screen,so fully

(Tested with Chrome Version 121.0.6167.184 on Mac)

17813_1708169989.mp4

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