You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While turing-smart-screen-python is running, Nvidia GPU is always at maximum frequency, high temperature and uses 8 times the power when idle.
To Reproduce
Steps to reproduce the behavior:
Have Nvidia GPU;
Start turing-smart-screen-python;
Observe odd GPU behavior regarding power consumption, frequency and temperature.
Expected behavior
GPU frequency, temperature, and power usage aren't impacted in a significant way by turing-smart-screen-python.
Screenshots / photos of the Turing screen
Add screenshots or photos of the rendering on the smart screen to help explain your problem.
You can drag and drop photos here to add them to the description.
nvtop screenshot using the custom sensors below:
nvtop screenshot using the default Nvidia detection:
Additional context
In the last few days, I had observed an odd behavior on my headless desktop: the GPU temperature and frequency were always high as if it was being used, and power usage was way higher than normal (from 5 W to 40 W idle). As I investigated this, I found the problem only happened when turing-smart-screen-python was running. I tried commenting out the entire GPU: sections from the theme file, but the problem persisted.
To fix this, I edited sensors_python.py and removed the Nvidia detection. This way, GPU temperature and frequency returned to normal.
What is even more strange is that I set up custom sensors to read the GPU data, there was no change in power consumption, temperature or frequency at all (WARNING: Works on my machine™ code):
I'm doubtful this is a bug that was introduced on turing-smart-screen-python, as I had an older version available and it's presenting the same behavior now. This may be related to updates on the kernel or Nvidia drivers that caused some change that are now triggering this abnormal behavior. However, if this becomes the new "default", then it may cause problems, as cooking GPUs.
Information about the Nvidia driver: Driver Version: 555.42.06 CUDA Version: 12.5. Tested with 5.15 and 6.5 kernels available on Ubuntu repository.
The text was updated successfully, but these errors were encountered:
Describe the bug
While
turing-smart-screen-python
is running, Nvidia GPU is always at maximum frequency, high temperature and uses 8 times the power when idle.To Reproduce
Steps to reproduce the behavior:
turing-smart-screen-python
;Expected behavior
GPU frequency, temperature, and power usage aren't impacted in a significant way by
turing-smart-screen-python
.Screenshots / photos of the Turing screen
Add screenshots or photos of the rendering on the smart screen to help explain your problem.
You can drag and drop photos here to add them to the description.
nvtop screenshot using the custom sensors below:
nvtop screenshot using the default Nvidia detection:
Environment:
main
,0f68e15b024a5099e57ace3f969c1219e467df08
Additional context
In the last few days, I had observed an odd behavior on my headless desktop: the GPU temperature and frequency were always high as if it was being used, and power usage was way higher than normal (from 5 W to 40 W idle). As I investigated this, I found the problem only happened when
turing-smart-screen-python
was running. I tried commenting out the entireGPU:
sections from the theme file, but the problem persisted.To fix this, I edited sensors_python.py and removed the Nvidia detection. This way, GPU temperature and frequency returned to normal.
What is even more strange is that I set up custom sensors to read the GPU data, there was no change in power consumption, temperature or frequency at all (WARNING: Works on my machine™ code):
I'm doubtful this is a bug that was introduced on
turing-smart-screen-python
, as I had an older version available and it's presenting the same behavior now. This may be related to updates on the kernel or Nvidia drivers that caused some change that are now triggering this abnormal behavior. However, if this becomes the new "default", then it may cause problems, as cooking GPUs.Information about the Nvidia driver:
Driver Version: 555.42.06 CUDA Version: 12.5
. Tested with 5.15 and 6.5 kernels available on Ubuntu repository.The text was updated successfully, but these errors were encountered: