From 00c686512c2d724d1a2f9632b361bd12a0dd6518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Fri, 28 Feb 2025 17:58:29 -0300 Subject: [PATCH] gaming: add corectrl --- hosts/monolith/amdgpu.nix | 1 - system/gaming.nix | 8 ++++++++ user/sway/default.nix | 1 - 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/hosts/monolith/amdgpu.nix b/hosts/monolith/amdgpu.nix index 4c26afa..765e081 100644 --- a/hosts/monolith/amdgpu.nix +++ b/hosts/monolith/amdgpu.nix @@ -14,7 +14,6 @@ in boot.initrd.kernelModules = [ "amdgpu" ]; boot.kernelParams = [ "video=DP-1:1920x1080@144" - "amdgpu.ppfeaturemask=0xfffd7fff" # enable undervolting ]; systemd.services.amd-fan-control = { diff --git a/system/gaming.nix b/system/gaming.nix index e32c640..e79353e 100644 --- a/system/gaming.nix +++ b/system/gaming.nix @@ -59,5 +59,13 @@ }; }; }; + + programs.corectrl = { + enable = true; + gpuOverclock = { + enable = true; + ppfeaturemask = "0xffffffff"; + }; + }; }; } diff --git a/user/sway/default.nix b/user/sway/default.nix index 325cad5..04193aa 100644 --- a/user/sway/default.nix +++ b/user/sway/default.nix @@ -113,7 +113,6 @@ in for_window [title=.*] inhibit_idle fullscreen exec swaymsg workspace 2 exec_always systemctl --user restart waybar.service - exec corectrl --minimize-systray ''; }; services.gammastep = {