G-Sync In Linux

From QWiki
Revision as of 21:14, 23 February 2020 by Raket (talk | contribs) (Created page with "Do you play Quake on A G-Sync capable monitor in Linux? You've came to the right place how to turn it off! Turn off G-Sync example (This will let the LED go white to not anno...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Do you play Quake on A G-Sync capable monitor in Linux? You've came to the right place how to turn it off!

Turn off G-Sync example (This will let the LED go white to not announce G-Sync)

nvidia-settings -a currentmetamode="2560x1440_120 { AllowGSYNC=Off }"
nvidia-settings -a currentmetamode="2560x1440_144 { AllowGSYNC=Off }"
nvidia-settings -a currentmetamode="2560x1440_165 { AllowGSYNC=Off }"

And turn it on:

nvidia-settings -a currentmetamode="2560x1440_165 { AllowGSYNC=On }"