From 803af74404393518e807280af376820e41c15531 Mon Sep 17 00:00:00 2001 From: chn Date: Thu, 13 Jun 2024 12:10:55 +0800 Subject: [PATCH] devices.pc: add amdgpu workaround --- devices/pc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/pc/default.nix b/devices/pc/default.nix index 21aabbe9..fa5f4132 100644 --- a/devices/pc/default.nix +++ b/devices/pc/default.nix @@ -143,7 +143,7 @@ inputs: }; bugs = [ "xmunet" "backlight" "amdpstate" ]; }; - boot.kernelParams = [ "acpi_osi=!" ''acpi_osi="Windows 2015"'' "mt7921e.disable_aspm=y" ]; + boot.kernelParams = [ "acpi_osi=!" ''acpi_osi="Windows 2015"'' "mt7921e.disable_aspm=y" "amdgpu.sg_display=0" ]; networking.extraHosts = "74.211.99.69 mirism.one beta.mirism.one ng01.mirism.one"; services.colord.enable = true; environment.persistence."/nix/archive" =