Add gpu fan, revelation and change settings
This commit is contained in:
parent
fe159655c3
commit
2362a56223
7 changed files with 137 additions and 66 deletions
5
bin/gpufanspeed.sh
Executable file
5
bin/gpufanspeed.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
if ! gputemp=$(nvidia-smi --format=nounits,csv,noheader --query-gpu=fan.speed | xargs echo); then
|
||||
gputemp=0
|
||||
fi
|
||||
echo "${gputemp}%"
|
Loading…
Add table
Add a link
Reference in a new issue