From 61c113dcd027d767a9f4f39c116ca55b42ec7258 Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Tue, 9 Jun 2026 02:31:49 +0200 Subject: [PATCH] fix acer suspend --- hosts/acer.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/hosts/acer.nix b/hosts/acer.nix index aae82c5..04950ff 100644 --- a/hosts/acer.nix +++ b/hosts/acer.nix @@ -116,15 +116,15 @@ rec { ]; boot.kernelModules = [ "acer-wmi-ext" ]; - # Installs ryzenadj + ryzen_smu kernel module for manual undervolt experiments. - # Does not auto-apply any tuning yet. - lumpiasty.acerUndervolt = true; + # # Installs ryzenadj + ryzen_smu kernel module for manual undervolt experiments. + # # Does not auto-apply any tuning yet. + # lumpiasty.acerUndervolt = true; boot.initrd.kernelModules = [ "amdgpu" "thunderbolt" ]; boot.kernelParams = [ - # https://community.frame.work/t/attn-critical-bugs-in-amdgpu-driver-included-with-kernel-6-18-x-6-19-x/79221 - "amdgpu.cwsr_enable=0" + # # https://community.frame.work/t/attn-critical-bugs-in-amdgpu-driver-included-with-kernel-6-18-x-6-19-x/79221 + # "amdgpu.cwsr_enable=0" # Increase GPU memory limits "ttm.pages_limit=7864320" # 30GB in pages (30 * 1024 * 1024 * 1024 / 4096) @@ -133,8 +133,8 @@ rec { "amdttm.page_pool_size=7864320" ]; - programs.corectrl.enable = true; - hardware.amdgpu.overdrive.enable = true; + # programs.corectrl.enable = true; + # hardware.amdgpu.overdrive.enable = true; fonts = { fontconfig = {