diff options
author | Alan Pearce | 2022-06-23 22:36:21 +0200 |
---|---|---|
committer | Alan Pearce | 2022-06-23 22:38:23 +0200 |
commit | dea7ec537484f9cb2663a8e48df577a39c9ef63c (patch) | |
tree | c9d6ae000c28d495c70b5eda0ed777ba720ee698 | |
parent | ca2f36d827dd4f98a066efee3773e40ca323a5bd (diff) | |
download | nixfiles-dea7ec537484f9cb2663a8e48df577a39c9ef63c.tar.lz nixfiles-dea7ec537484f9cb2663a8e48df577a39c9ef63c.tar.zst nixfiles-dea7ec537484f9cb2663a8e48df577a39c9ef63c.zip |
prefect: remove anti-tearing configuration
-rw-r--r-- | system/prefect.nix | 4 |
1 files changed, 1 insertions, 3 deletions
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 = '' |