all repos — nixfiles @ 25975c5d2ad63ef95a024ab83dd57af6870e835d

System and user configuration, managed by nix and home-manager

prefect: fix screen tearing
Alan Pearce alan@alanpearce.eu
Mon, 06 Apr 2020 12:12:59 +0200
commit

25975c5d2ad63ef95a024ab83dd57af6870e835d

parent

369e2da97b79ada5e77cda94d4eb894b7725f132

1 files changed, 3 insertions(+), 1 deletions(-)

jump to
M system/prefect.nixsystem/prefect.nix
@@ -30,7 +30,9 @@ ./settings/services/syncthing.nix   ];
   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 = {