aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-firmware/lenovolegionlinux/files/nvidia')
-rw-r--r--sys-firmware/lenovolegionlinux/files/nvidia12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-firmware/lenovolegionlinux/files/nvidia b/sys-firmware/lenovolegionlinux/files/nvidia
new file mode 100644
index 000000000..93d3f0824
--- /dev/null
+++ b/sys-firmware/lenovolegionlinux/files/nvidia
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+# Remove the comment for your configuration
+
+#RYZEN (Cpu TDP control using RyzenADJ)
+#INTEL (Cpu control using undervolt) [https://github.com/georgewhewell/undervolt]
+#Disable by default see the github from both project
+#CPU_Control=0
+#NVIDIA (nvidia-smi)
+TEAM_GREEN=1
+#AMD (rocm-smi)
+#TEAM_RED=1 \ No newline at end of file