dotfiles/scripts/GPU_VR_off.sh

5 lines
117 B
Bash
Raw Permalink Normal View History

2022-05-08 22:09:16 +02:00
#!/bin/bash
2024-08-09 22:22:31 +02:00
echo 0 > /sys/class/drm/card2/device/pp_power_profile_mode
2022-05-08 22:09:16 +02:00
echo "Set GPU to DEFAULT power profile mode"