gpu: update config
This commit is contained in:
parent
7bd66d8aa1
commit
77031085f0
2 changed files with 10 additions and 9 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue