[mythtv-users] Zotac ION logs

Nick Rout nick.rout at gmail.com
Wed Jan 20 01:02:56 UTC 2010


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.


More information about the mythtv-users mailing list