diff --git a/hosts/monolith/amdgpu.nix b/hosts/monolith/amdgpu.nix index 7c34343..3a9785b 100644 --- a/hosts/monolith/amdgpu.nix +++ b/hosts/monolith/amdgpu.nix @@ -5,12 +5,12 @@ "video=DP-1:1920x1080@144" ]; - hardware.amdgpu = { - overdrive = { - enable = true; - ppfeaturemask = "0xffffffff"; - }; - }; + # hardware.amdgpu = { + # overdrive = { + # enable = true; + # ppfeaturemask = "0xffffffff"; + # }; + # }; hardware.graphics.enable32Bit = true; diff --git a/user/mangohud.nix b/user/mangohud.nix index 6994bcb..7caba3c 100644 --- a/user/mangohud.nix +++ b/user/mangohud.nix @@ -21,7 +21,7 @@ let gpu_load_value = "50,90"; gpu_load_color = "FFFFFF,FFAA7F,CC0000"; gpu_voltage = true; - throttling_status = true; + # throttling_status = true; gpu_core_clock = true; gpu_mem_clock = true; gpu_temp = true; @@ -29,6 +29,7 @@ let gpu_junction_temp = true; gpu_fan = true; gpu_power = true; + gpu_power_limit = true; # CPU cpu_text = "R7 8700G"; @@ -57,9 +58,9 @@ let fps_metrics = "avg,0.01"; frame_timing = true; frametime_color = "FFFFFF"; - throttling_status_graph = true; + # throttling_status_graph = true; show_fps_limit = true; - fps_limit = "240,144,120,90,60,30,0"; + fps_limit = "288,0,30,60,75,90,120,144"; # Extra resolution = true;