[mythtv-users] Zotac ION logs

Tapani Tarvainen mythtv at tapanitarvainen.fi
Wed Jan 20 04:27:22 UTC 2010


On Wed, Jan 20, 2010 at 02:02:56PM +1300, Nick Rout (nick.rout at gmail.com) wrote:

> On Wed, Jan 20, 2010 at 1:56 PM, M.A.E.M. Hanson
> <hansonorders at verizon.net> wrote:
> > nvidia-settings -c 0:0 -q GPUCoreTemp 2>/dev/null | grep 0:0.0 | awk '{ print $4 }' | sed 's/\.//g'
> >
> > should get you the temp in degrees C.
> 
> show off :)
> 
> DISPLAY=:0 nvidia-settings -q gpucoretemp|grep 0.0|cut -d \  -f6| sed 's/\.//g'
> 
> although awk is probably the better solution, but I can never remember
> its syntax.

nvidia-settings -c :0 -q gpucoretemp | awk '/)/{print 0+$4}'

or with sed alone:

nvidia-settings -c :0 -q gpucoretemp | sed -n 's/\.$//;s/.*): //p'

Anyway, in the box I'm typing this on a general-purpose workstation
that doubles as MythTV frontend: Athlon X2 64 BE-2350 & Nvidia 8600 GTX,
it also runs completely fanless and is practically silent.
The gpu temperature is presently 59C - typical at light loads,
when stressed it goes to 70C or so.

The case wasn't exactly cheap though, an older version of this:
http://www.mcubed-store.com/catalog/product_info.php?cPath=38_45&products_id=121

-- 
Tapani Tarvainen


More information about the mythtv-users mailing list