From 052c051c755df86d0d9c5c97b49b6151dd2628bc Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Tue, 16 Sep 2025 17:57:53 -0400 Subject: [PATCH] Switch to abm level 2. Recent kernels have made the screen dimmer. Switching to ABM level 2 has compensated for that. --- ansible/roles/framework_laptop/tasks/linux.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/framework_laptop/tasks/linux.yaml b/ansible/roles/framework_laptop/tasks/linux.yaml index 89ba4d5..59053f7 100644 --- a/ansible/roles/framework_laptop/tasks/linux.yaml +++ b/ansible/roles/framework_laptop/tasks/linux.yaml @@ -44,7 +44,7 @@ # amd_pstate=active :: Same as passive except we can set the energy performance preference (EPP) to suggest how much we prefer performance or energy efficiency. # amd_pstate=guided :: Same as passive except we can set upper and lower frequency bounds. # amdgpu.dcdebugmask=0x10 :: Allegedly disables Panel Replay from https://community.frame.work/t/tracking-freezing-arch-linux-amd/39495/32 - "org.zfsbootmenu:commandline": "rw quiet amdgpu.abmlevel=3 pcie_aspm=force pcie_aspm.policy=powersupersave nowatchdog amdgpu.dcdebugmask=0x10" + "org.zfsbootmenu:commandline": "rw quiet amdgpu.abmlevel=2 pcie_aspm=force pcie_aspm.policy=powersupersave nowatchdog amdgpu.dcdebugmask=0x10" - name: Install Configuration copy: