diff options
| author | 2025-04-27 10:56:59 -0400 | |
|---|---|---|
| committer | 2025-04-27 10:56:59 -0400 | |
| commit | f2c75dd6fb52626150e11d6a32cf6fea1df80a8e (patch) | |
| tree | 259b499883162edcb0f7d297f2cc830347a05c05 /hosts/iroha/scripts/game | |
| parent | c39de560ae0bddcd4b22d19645a24bb71dbeb81d (diff) | |
| download | dotfiles-f2c75dd6fb52626150e11d6a32cf6fea1df80a8e.tar.gz dotfiles-f2c75dd6fb52626150e11d6a32cf6fea1df80a8e.tar.bz2 dotfiles-f2c75dd6fb52626150e11d6a32cf6fea1df80a8e.zip | |
Checking in various updates
Diffstat (limited to 'hosts/iroha/scripts/game')
| -rwxr-xr-x | hosts/iroha/scripts/game | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/iroha/scripts/game b/hosts/iroha/scripts/game new file mode 100755 index 0000000..c716f7e --- /dev/null +++ b/hosts/iroha/scripts/game @@ -0,0 +1,6 @@ +#! /usr/bin/env sh +sudo su -c 'echo high > /sys/class/drm/card0/device/power_dpm_force_performance_level' +#read -p "Waiting..." +sudo scx_bpfland +sudo su -c 'echo auto > /sys/class/drm/card0/device/power_dpm_force_performance_level' + |