summaryrefslogtreecommitdiffstats
path: root/mining/user/bin/ati_temper
diff options
context:
space:
mode:
authorroot <root@chinaman.(none)>2011-07-08 17:24:48 +0200
committerroot <root@chinaman.(none)>2011-07-08 17:24:48 +0200
commite03dc47d843f4ee351f59528bed7d8d581f827f7 (patch)
tree5eafa7d59039974b0120c89ea300867fbdfc45c2 /mining/user/bin/ati_temper
parent615f11da5f781e817d016afebed8ac26ed6c83e7 (diff)
mining: added archlinux cruise control
mining/Makefile: added archlinux cruise control (auto installer) which always does the right thing. loosely after http://rubyists.github.com/2011/06/08/how-to-build-a-namecoin-or-bitcoin-miner-in98-easy-steps.html mining/{user/,}/bin:renamed mining/bin/newkey.sh: add policy Xorg keygen
Diffstat (limited to 'mining/user/bin/ati_temper')
-rwxr-xr-xmining/user/bin/ati_temper5
1 files changed, 0 insertions, 5 deletions
diff --git a/mining/user/bin/ati_temper b/mining/user/bin/ati_temper
deleted file mode 100755
index 283a6024..00000000
--- a/mining/user/bin/ati_temper
+++ /dev/null
@@ -1,5 +0,0 @@
-#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`"