-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NVIDIA Fan Speed showing percentage speed instead of RPM #84
Comments
I can't test this as my nvidia card is fanless. |
The plugin takes the cooler level as input it seems (see below). Can someone tell me where to find the appropriate nvidia header files?
|
My GT 730 has a fan, but I can't find it in the sensors list anymore. I remember the fan was there before, now I have only two temp sensors which show the same value. I don't think we made any related changes here, so it must be something in nvidia libs. Tested in Mint 19 (based on Ubuntu 18.04). |
Looks like there were some changes in the past years... NVIDIA/nvidia-settings@db3b5f6#diff-62dcb5f0ffc3089b7565897d8beb3322L177 |
So, big surprise, NVIDIA broke it. Does this mean to properly close this, we'll need to check which version of the driver is installed in case of legacy devices? |
Why nvidia broke it? |
Ok, I thought it was working until some point. Looks like it's not so. It was the same from the start: Sorry about my memory 🙂 |
Actually, #30 (comment) is still reproducible. It's another GT 730 which I have on my work machine. It only exposes fan speed in percents, as can be seen on the screenshot. |
requires libxnvctrl >= 331.13 fixes #84
@stephenangelico @danielw2904 please check out #86 for possible fix. |
I don't have a build environment configured so it's not easy for me to test. If I could simply get a replacement |
Do you still use Ubuntu 17.10? Because if you have already upgraded to 18.04, I can upload a patched mate-sensors-applet package to my PPA for testing. (17.10 is EOL now anyway.) |
No, since opening this issue I have upgraded to 18.04. |
Yeah, sorry, I should've packed it for testing... I'll do it tomorrow. Changes are requested for the case when the fan is present but getting speed in RPMs is unsupported. When it's supported, the patch should work fine. |
Ok, done. PPA is at https://launchpad.net/~monsta/+archive/ubuntu/testing |
Ok, good. I need to get back to the PR to address the issues... |
Expected behaviour
Values between 0 and 3000ish
Actual behaviour
Values between 0 and 40
Steps to reproduce the behaviour
MATE general version
1.18.0
Package version
1.18.2-5ubuntu0
Linux Distribution
Ubuntu MATE 17.10
I discovered that
nvidia-settings
has, among its query options,GPUCurrentFanSpeed
, which returns a percentage, andGPUCurrentFanSpeedRPM
, which returns a believable number or RPM. The commandnvidia-settings -tq :0/GPUCurrentFanSpeedRPM
returns a single value that should be the RPM of the GPU.The text was updated successfully, but these errors were encountered: