Skip to content

Commit 1f39f51

Browse files
committed
put gpu in performance mode
1 parent d852a1d commit 1f39f51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

desktop/configuration/systemd.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
echo "vo -110" | tee /sys/class/drm/card1/device/pp_od_clk_voltage
104104
echo "c" | tee /sys/class/drm/card1/device/pp_od_clk_voltage
105105
echo "402000000" | tee /sys/class/drm/card1/device/hwmon/hwmon7/power1_cap
106+
echo "high" | sudo tee /sys/class/drm/card1/device/power_dpm_force_performance_level
106107
'';
107108
};
108109
nixos-upgrade = {

0 commit comments

Comments
 (0)