4 lines
147 B
Bash
4 lines
147 B
Bash
|
#!/bin/sh
|
||
|
echo performance > /sys/class/drm/card1/device/power_dpm_state
|
||
|
echo high > /sys/class/drm/card1/device/power_dpm_force_performance_level
|