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
As per the title, I cannot use {nvgpu} and {nvgputemp} even while using a Nvidia card with Nvidia proprietary drivers 340.108 on Ubuntu 18.04. Running nvidia-smi --query-gpu=temperature.gpu --format=csv outputs temperature.gpu 58 as expected. What part of the code updates what sensors are supported?
The text was updated successfully, but these errors were encountered:
On Sun, 28 Jun 2020, 11:16 Edwin Goh, ***@***.***> wrote:
As per the title, I cannot use {nvgpu} and {nvgputemp} even while using a
Nvidia card with Nvidia proprietary drivers 340.108 on Ubuntu 18.04.
Running nvidia-smi --query-gpu=temperature.gpu --format=csv outputs temperature.gpu
58 as expected. What part of the code updates what sensors are supported?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#97>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHTHEBBOHLY2D453F2X6PDRY4J73ANCNFSM4OKOYEPA>
.
Hello! I see that this is the line in which the program collects the data about the GPU, but it does not seem to check whether the command (nvidia-smi) works. The Preferences of Indicator-sysmonitor tells me that the {nvgpu} and {nvgputemp} commands are not supported when they should be.
As per the title, I cannot use {nvgpu} and {nvgputemp} even while using a Nvidia card with Nvidia proprietary drivers 340.108 on Ubuntu 18.04. Running
nvidia-smi --query-gpu=temperature.gpu --format=csv
outputstemperature.gpu 58
as expected. What part of the code updates what sensors are supported?The text was updated successfully, but these errors were encountered: