From f06d9b0e01638af253338f40fb7fe7cd08483f08 Mon Sep 17 00:00:00 2001 From: Toast Date: Wed, 16 Apr 2025 09:07:40 +0200 Subject: [PATCH] Machines/WinMax2: don't disable direct scanout --- machines/WinMax2/configuration.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/machines/WinMax2/configuration.nix b/machines/WinMax2/configuration.nix index 366ed21..96bad5b 100755 --- a/machines/WinMax2/configuration.nix +++ b/machines/WinMax2/configuration.nix @@ -36,9 +36,6 @@ networking.hostName = "WinMax2"; # Define your hostname. - # Direct scanout has some issues with my egpu so I just disable it - environment.sessionVariables."KWIN_DRM_NO_DIRECT_SCANOUT" = 1; - # Sleep fixes boot.kernelParams = ["rtc_cmos.use_acpi_alarm=1" "panic=5"]; services.udev.extraRules = ''