diff options
Diffstat (limited to 'system')
-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 = '' |