summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2024-04-09 21:07:17 +0200
committerAlan Pearce2024-04-09 21:07:17 +0200
commit8d94bdf8d7b58d91e11623d96c16daf1b6d82367 (patch)
tree998d993cd5adc877e5ffaa4379097ce2d87fc64a /system
parent79ba61bd981cceee5792500ad6a87f5d8f81c9c6 (diff)
downloadnixfiles-8d94bdf8d7b58d91e11623d96c16daf1b6d82367.tar.lz
nixfiles-8d94bdf8d7b58d91e11623d96c16daf1b6d82367.tar.zst
nixfiles-8d94bdf8d7b58d91e11623d96c16daf1b6d82367.zip
prefect: add a hint on how to switch from GSync to ULMB
Diffstat (limited to 'system')
-rw-r--r--system/prefect.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/prefect.nix b/system/prefect.nix
index d3e1359e..15ae26d0 100644
--- a/system/prefect.nix
+++ b/system/prefect.nix
@@ -29,7 +29,8 @@
   nixpkgs.hostPlatform = "x86_64-linux";
 
   services.xserver.screenSection = ''
-    Option "MetaModes" "2560x1440_165 +0+0 { ForceCompositionPipeline=On }"
+    Option "MetaModes" "2560x1440_165 +0+0 { }"
+    #Option "MetaModes" "2560x1440_120 +0+0 { AllowGSYNC=Off }"
   '';
   services.xserver.monitorSection = ''
     Option "DPMS"