mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #61] [Question] Why fan speed will be set to 0 when nvitop is running #39
Labels
No labels
api
bug
bug
cli / tui
dependencies
documentation
documentation
documentation
duplicate
enhancement
exporter
invalid
pull-request
pynvml
question
question
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/nvitop#39
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gglin001 on GitHub (Mar 19, 2023).
Original GitHub issue: https://github.com/XuehaiPan/nvitop/issues/61
Originally assigned to: @XuehaiPan on GitHub.
Required prerequisites
Questions
Hi, big thanks for creating this great tool!
I found that the gpu fans speed will be set to 0 when
nvitopis running at frontend(even the tempature is ~45C), but I did not found any fan control related code, could you explain how it works? thanks!@XuehaiPan commented on GitHub (Mar 20, 2023):
@gglin001 I wonder what's the output of
nvidia-smi. Did it also report zero?Yes,
nvitopdoes not take over your fan control. It only reports status queries from NVML. The NVIDIA driver and operating system control the fan configuration.Let me know if this resolves your question.
@gglin001 commented on GitHub (Mar 20, 2023):
the wired thing is that when I quit
nvitop, the fan will start to run, I did not change the fan settings(coolbit and manual fan control)@gglin001 commented on GitHub (Mar 20, 2023):
from
https://forums.developer.nvidia.com/t/fan-speed-regression-with-nvidia-beta-470-42-01-and-rtx-3080-fans-dont-stop-on-idle/183604/20
the default fan speed is 30%-100% I think, how can
nvitopchange it 0I do want to set the fans more silent by the way
@XuehaiPan commented on GitHub (Mar 20, 2023):
nvitopdoes not change your configuration. In your screenshot above (https://github.com/XuehaiPan/nvitop/issues/61#issuecomment-1475637638), the output ofnvitopagrees withnvidia-smi, both show the fan percentage are zeros.It's depending on the hardware, I think. I got fan speed at 22% on idle Ampare GPU.
@gglin001 commented on GitHub (Mar 20, 2023):
I see, Thanks!
I will do more tests for the weird thing ("when I quit nvitop, the fan will start to run") in the future