我要评分
获取效率
正确性
完整性
易理解

(Configuration Scheme 1) Configuring the GPU Working Mode

If hardware configuration scheme 1 is used, set the GPU working mode to the high-performance mode to enable the GPU to run at the maximum frequency and maintain the optimal GPU performance. This operation needs to be performed each time the system is restarted.

Run the following command:
1
find /sys -name power_dpm_force_performance_level | xargs -I {} sh -c "echo high > '{}'"