mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-26 23:15:05 +00:00
11 lines
328 B
Bash
11 lines
328 B
Bash
#!/usr/bin/env bash
|
|
|
|
# Tell build process to exit if there are any errors.
|
|
set -oue pipefail
|
|
|
|
echo "
|
|
# Enable Fine-Grained DynamicPowerManagement
|
|
# https://download.nvidia.com/XFree86/Linux-x86_64/545.29.06/README/dynamicpowermanagement.html
|
|
options nvidia NVreg_DynamicPowerManagement=0x02
|
|
" >> /usr/etc/modprobe.d/nvidia.conf
|