# 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 |
Here you go
It works with Microsoft Edge too
start msedge --args --disable-gpu-vsync --disable-frame-rate-limit
Awesome!
How about for linux? I tried the Unix command but get "bash: open: command not found"
open -a "Zoom.us" --args --disable-gpu-vsync --disable-frame-rate-limit
open -a "Microsoft Word" --args --disable-gpu-vsync --disable-frame-rate-limit
open -a "Google Chrome 2" --args --disable-gpu-vsync --disable-frame-rate-limit
1048576 exel
open -a "Opera" --args --disable-gpu-vsync --disable-frame-rate-limit
Ubuntu (Linux)
google-chrome --args --disable-gpu-vsync --disable-frame-rate-limit
With --disable-frame-rate-limit WebGL games (like shellshockers) are unusable, and youtube videos play with 2 FPS. Without the switch everything is smooth but locked on 60 FPS.
I daresay the switch no longer does what it did a few month back...
--disable-gpu-vsync --- does nothing
--max-gum-fps= --- is no longer heeded
(Tested with Chrome Version 108.0.5343.2 on Linux)
But i need for Windows