prefect: fix screen tearing
1 file changed, 3 insertions(+), 1 deletion(-)
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 = {