4 lines
117 B
Bash
Executable file
4 lines
117 B
Bash
Executable file
#!/bin/bash
|
|
echo 0 > /sys/class/drm/card0/device/pp_power_profile_mode
|
|
echo "Set GPU to DEFAULT power profile mode"
|
|
|