Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/charleszlu/murmur-info.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'nvidia.sh')
-rwxr-xr-xnvidia.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nvidia.sh b/nvidia.sh
index 05b7e0d..1b9098e 100755
--- a/nvidia.sh
+++ b/nvidia.sh
@@ -12,7 +12,7 @@ then
esac
fi
-TEMPERATURE=$(/usr/bin/nvidia-settings -q GPUCoreTemp | sed -nr -e 's/.*([0-9]{2})\./\1/p'|uniq)
+TEMPERATURE=$(/usr/bin/nvidia-settings -c 0.0 -q GPUCoreTemp | sed -nr -e 's/.*([0-9]{2})\./\1/p'|uniq)
#PERF_LEVEL=""
echo "temp.value $TEMPERATURE"