From a890e72a7f87860f3a77b28c9d5be86b686c38b7 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Mon, 3 Aug 2009 08:14:43 +0000 Subject: [PATCH] bug fix to ati detection gpu temp --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index b020d0d..87dac00 100755 --- a/inxi +++ b/inxi @@ -2205,7 +2205,7 @@ get_gpu_temp_data() ) elif [[ -n $( type -p aticonfig ) ]];then # gpu_temp=$( aticonfig --adapter=0 --od-gettemperature | gawk -F ': ' ' - gpu_temp=$(echo "$sample" | gawk -F ': ' ' + gpu_temp=$( aticonfig --adapter=all --od-gettemperature | gawk -F ': ' ' BEGIN { IGNORECASE=1 }