summaryrefslogtreecommitdiffstats
path: root/btc/mining/bin/ati_temper
diff options
context:
space:
mode:
authormakefu <makefu@syntax-fehler.de>2011-07-11 14:47:11 +0200
committermakefu <makefu@syntax-fehler.de>2011-07-11 14:47:11 +0200
commit6c0363b7d443625c0000e63cf70ed6607d42ad15 (patch)
treef24b5448141619f054d4a6124bfab42f0099a39c /btc/mining/bin/ati_temper
parent21b9aad6f10e6b75fc5ab943fa7d4f962d5f3ad7 (diff)
parent6f9c86567b092795acc8c6630b739395b4632798 (diff)
Merge of github.com:krebscode/painload newline
Conflicts: temper/Makefile: stupid newline
Diffstat (limited to 'btc/mining/bin/ati_temper')
-rwxr-xr-xbtc/mining/bin/ati_temper5
1 files changed, 5 insertions, 0 deletions
diff --git a/btc/mining/bin/ati_temper b/btc/mining/bin/ati_temper
new file mode 100755
index 00000000..283a6024
--- /dev/null
+++ b/btc/mining/bin/ati_temper
@@ -0,0 +1,5 @@
+#displays: CARD1TEMP CARD2TEMP CPUTEMP OUTSIDE
+echo -n "`DISPLAY=:0 aticonfig --adapter=1 --od-gettemperature | grep Temperature | sed -n 's/.*Temperature - \([0-9.]*\) C/\1/;p'` "
+echo -n "`DISPLAY=:0 aticonfig --adapter=2 --od-gettemperature | grep Temperature | sed -n 's/.*Temperature - \([0-9.]*\) C/\1/;p'` "
+echo -n "`sensors | grep temp1 | sed -e 's/temp1: *+\([0-9.]*\).*/\1/'` "
+echo "`temper`"