all repos — nixfiles @ 25975c5d2ad63ef95a024ab83dd57af6870e835d

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

prefect: fix screen tearing

Alan Pearce
commit

25975c5d2ad63ef95a024ab83dd57af6870e835d

parent

369e2da97b79ada5e77cda94d4eb894b7725f132

1 file changed, 3 insertions(+), 1 deletion(-)

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 = {