summary refs log tree commit diff stats
path: root/system/prefect.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/prefect.nix')
-rw-r--r--system/prefect.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/system/prefect.nix b/system/prefect.nix
index 8ce6c83e..f45e33c0 100644
--- a/system/prefect.nix
+++ b/system/prefect.nix
@@ -30,7 +30,9 @@
   ];
   boot.loader.efi.canTouchEfiVariables = pkgs.lib.mkForce false;
   services.xserver.screenSection = ''
-    Option "MetaModes" "2560x1440_120"
+    Option "MetaModes" "2560x1440_120 +0+0 { ForceFullCompositionPipeline = On }"
+    Option "AllowIndirectGLXProtocol" "off"
+    Option "TripleBuffer" "on"
   '';
 
   services.xserver = {