diff options
| author | makefu <github@syntax-fehler.de> | 2011-08-24 17:53:11 +0200 |
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2011-08-24 17:53:11 +0200 |
| commit | 9a2947575515fe070fb63e640007f4d4ed952f85 (patch) | |
| tree | 63d2085927916eaa955e37255ee04cb54930d0a1 /gold/mining/bin/ati_temper | |
| parent | bc901adc1441d6f11c53dacb5bbca7acdcf03361 (diff) | |
| parent | 7c18a3d4e5897adb4ddd141aed261ce63daf1a10 (diff) | |
Merge branch 'master' of 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`" |
