summaryrefslogtreecommitdiffstats
path: root/gold/mining/bin/ati_temper
diff options
context:
space:
mode:
authorroot <root@filebitch>2011-08-28 18:28:51 +0200
committerroot <root@filebitch>2011-08-28 18:28:51 +0200
commitfe1a8c2eb90fecabada32a15572e019a7da8fdd9 (patch)
treea4f5e63eb41b0143c60ad5d2fab7afec363e06ba /gold/mining/bin/ati_temper
parent99bdbc04f2be1f0d27c4a4dde692e8a5b6eb8a7e (diff)
parent7bf33493aa27a4462841eb8aa42eda5b974010b7 (diff)
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'gold/mining/bin/ati_temper')
-rwxr-xr-xgold/mining/bin/ati_temper5
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/mining/bin/ati_temper b/gold/mining/bin/ati_temper
new file mode 100755
index 00000000..283a6024
--- /dev/null
+++ b/gold/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`"