diff options
| author | root <root@filebitch> | 2011-08-28 18:28:51 +0200 |
|---|---|---|
| committer | root <root@filebitch> | 2011-08-28 18:28:51 +0200 |
| commit | 0512b4ace532f81fec314c417f9afea565754001 (patch) | |
| tree | 8c6522b5e06d187adf360090b812c306e99d59ae /gold/mining/bin/ati_temper | |
| parent | 8678f7ce47ed62c9db5446021955b89abbe3ab60 (diff) | |
| parent | 7bf33493aa27a4462841eb8aa42eda5b974010b7 (diff) | |
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'gold/mining/bin/ati_temper')
| -rwxr-xr-x | gold/mining/bin/ati_temper | 5 |
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`" |
