guixsd-config

GuixSD configs for my systems
Log | Files | Refs

commit c1fb52d755c21289452f5b691829f7bf50942778
parent e97164871b160f21f32c7fd77e4773b4c1fe366a
Author: Vineet Kumar <git@vineetk.net>
Date:   Tue, 19 May 2026 11:53:03 -0400

demiurge: disable more amdgpu problematic power management

Diffstat:
Mepistemia/systems/demiurge.scm | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/epistemia/systems/demiurge.scm b/epistemia/systems/demiurge.scm @@ -64,7 +64,9 @@ (kernel linux-6.18) (kernel-arguments (list "net.ifnames=0" "modprobe.blacklist=snd_hda_intel" - "amdgpu.gfxoff=0")) + "amdgpu.gfxoff=0" + "amdgpu.aspm=0" + "amdgpu.runpm=0")) (kernel-loadable-modules (list (list zfs-linux "module"))) (initrd (lambda (file-systems . args)