prefect: fix screen tearing
Alan Pearce alan@alanpearce.eu
Mon, 06 Apr 2020 12:12:59 +0200
1 files changed, 3 insertions(+), 1 deletions(-)
jump to
M system/prefect.nix → system/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 = {