From 5a7df9bae531205b1ef308311b9f49a6c9c40df8 Mon Sep 17 00:00:00 2001 From: Sijmen Date: Thu, 3 Nov 2022 00:01:02 +0100 Subject: [PATCH] Disable PSR because maybe it fixes freezes --- framework/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/configuration.nix b/framework/configuration.nix index bd9d985..c5c1a1a 100644 --- a/framework/configuration.nix +++ b/framework/configuration.nix @@ -36,7 +36,7 @@ "splash" "vga=current" "udev.log_level=3" - "i915.enable_psr=1" + "i915.enable_psr=0" "nvme.noacpi=1" ];