summarylogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authorLuis Martinez2021-07-03 02:06:57 -0500
committerLuis Martinez2021-07-03 02:06:57 -0500
commit2dd504ed1e3609d8d1d196ef17bcaa156adddd4b (patch)
tree6d9d6188cc6b4d14e44419ca6fe52b1a1c8c845e /config.toml
downloadaur-2dd504ed1e3609d8d1d196ef17bcaa156adddd4b.tar.gz
initial commit based on amdgpud
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml34
1 files changed, 34 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 000000000000..7350a0d6137d
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,34 @@
+log_level = "Error"
+cards = ["card0"]
+
+[[speed_matrix]]
+temp = 4.0
+speed = 4
+
+[[speed_matrix]]
+temp = 30.0
+speed = 33
+
+[[speed_matrix]]
+temp = 45.0
+speed = 50
+
+[[speed_matrix]]
+temp = 60.0
+speed = 66
+
+[[speed_matrix]]
+temp = 65.0
+speed = 69
+
+[[speed_matrix]]
+temp = 70.0
+speed = 75
+
+[[speed_matrix]]
+temp = 75.0
+speed = 89
+
+[[speed_matrix]]
+temp = 80.0
+speed = 100