diff options
| author | Vineet Kumar <git@vineetk.net> | 2026-05-19 11:53:03 -0400 |
|---|---|---|
| committer | Vineet Kumar <git@vineetk.net> | 2026-05-19 11:53:03 -0400 |
| commit | c1fb52d755c21289452f5b691829f7bf50942778 (patch) | |
| tree | 7e9047512047588e8f965cc714489df6236ad8df | |
| parent | e97164871b160f21f32c7fd77e4773b4c1fe366a (diff) | |
demiurge: disable more amdgpu problematic power management
| -rw-r--r-- | epistemia/systems/demiurge.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/epistemia/systems/demiurge.scm b/epistemia/systems/demiurge.scm index 77e681e..590c979 100644 --- a/epistemia/systems/demiurge.scm +++ b/epistemia/systems/demiurge.scm | |||
| @@ -64,7 +64,9 @@ | |||
| 64 | (kernel linux-6.18) | 64 | (kernel linux-6.18) |
| 65 | (kernel-arguments (list "net.ifnames=0" | 65 | (kernel-arguments (list "net.ifnames=0" |
| 66 | "modprobe.blacklist=snd_hda_intel" | 66 | "modprobe.blacklist=snd_hda_intel" |
| 67 | "amdgpu.gfxoff=0")) | 67 | "amdgpu.gfxoff=0" |
| 68 | "amdgpu.aspm=0" | ||
| 69 | "amdgpu.runpm=0")) | ||
| 68 | (kernel-loadable-modules (list (list zfs-linux "module"))) | 70 | (kernel-loadable-modules (list (list zfs-linux "module"))) |
| 69 | 71 | ||
| 70 | (initrd (lambda (file-systems . args) | 72 | (initrd (lambda (file-systems . args) |
