summarylogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authorMark Wagie2024-04-19 13:15:05 -0600
committerMark Wagie2024-04-19 13:15:05 -0600
commita730cdac611b9458ccbc67fc30f2acaabb14f8ca (patch)
treeddb0926a48d02dc33f5c7eae657b0945a732df7f /config.toml
parenta2bea41f2a4396c5b33e1f4f28891ea1ef338683 (diff)
downloadaur-amdgpud-git.tar.gz
drive-by fixes
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml34
1 files changed, 0 insertions, 34 deletions
diff --git a/config.toml b/config.toml
deleted file mode 100644
index 7350a0d6137d..000000000000
--- a/config.toml
+++ /dev/null
@@ -1,34 +0,0 @@
-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