From dea7ec537484f9cb2663a8e48df577a39c9ef63c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 23 Jun 2022 22:36:21 +0200 Subject: prefect: remove anti-tearing configuration --- system/prefect.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'system') diff --git a/system/prefect.nix b/system/prefect.nix index 0533e98a..f5d1ea5f 100644 --- a/system/prefect.nix +++ b/system/prefect.nix @@ -36,9 +36,7 @@ ]; services.xserver.screenSection = '' - Option "MetaModes" "2560x1440_120 +0+0 { ForceFullCompositionPipeline = On }" - Option "AllowIndirectGLXProtocol" "off" - Option "TripleBuffer" "on" + Option "MetaModes" "2560x1440_120 +0+0 { }" ''; boot.loader.grub.useOSProber = false; boot.loader.grub.extraEntries = '' -- cgit 1.4.1