This commit is contained in:
inxi-svn 2009-11-16 19:26:07 +00:00
parent 5531e3603f
commit 9ebba813c9

2
inxi
View file

@ -2232,7 +2232,7 @@ get_gpu_temp_data()
}'
)
screen_nu=$( cut -d ':' -f 2 <<< $screen_nu )
gpu_temp="$gpu_temp $screen_nu:$gpu_temp_looper"
gpu_temp="$gpu_temp$screen_nu:$gpu_temp_looper "
done
elif [[ -n $( type -p aticonfig ) ]];then
# gpu_temp=$( aticonfig --adapter=0 --od-gettemperature | gawk -F ': ' '