История изменений
Исправление delidov_george, (текущая версия) :
Modifying pp_table on LinuxTo inspect, dump, and modify your AMD GPU PowerPlay table on a Linux system, follow these steps:
- Dump the current table:
upp -p /sys/class/drm/card1/device/pp_table dump > pp_table.txt
-
Edit the text file: Open the resulting pp_table.txt to safely change values for clocks, voltages, or power limits.
-
Apply changes:
upp -p /sys/class/drm/card1/device/pp_table undump pp_table.txt
Make it persistent:
For changes to survive a reboot, configure the upliftpowerplay systemd module or create a config file in /etc/upliftpowerplay/card1.conf.
https://github.com/sibradzic/upp/
Исходная версия delidov_george, :
Modifying pp_table on LinuxTo inspect, dump, and modify your AMD GPU PowerPlay table on a Linux system, follow these steps:
- Dump the current table:
upp -p /sys/class/drm/card1/device/pp_table dump > pp_table.txt
-
Edit the text file: Open the resulting pp_table.txt to safely change values for clocks, voltages, or power limits.
-
Apply changes:
upp -p /sys/class/drm/card1/device/pp_table undump pp_table.txt
Make it persistent:
For changes to survive a reboot, configure the upliftpowerplay systemd module or create a config file in /etc/upliftpowerplay/card1.conf.