Skip to content
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 3080ti only showing whole percentages #2490

Open
Jademalo opened this issue May 4, 2024 · 2 comments
Open

Nvidia 3080ti only showing whole percentages #2490

Jademalo opened this issue May 4, 2024 · 2 comments

Comments

@Jademalo
Copy link

Jademalo commented May 4, 2024

Describe the bug
Regardless of whether I use LHM or the NvApiWrapper, the standard GPU temperature reading will only be in whole percentage steps. This is strange, since the Hot Spot measurement has a decimal place, and the temp measurements through HWiNFO also have the decimal place.

It would be useful to have the decimal for slightly more granular fan speed control near the temp throttle limit.

Relevant hardware specs and setup
Nvidia 3080Ti FE

@Rem0o
Copy link
Owner

Rem0o commented May 4, 2024

That's just a limitation of the API being used.
image

Current temp is an unsigned integer. No idea how HWInfo does it.

@Jademalo
Copy link
Author

Jademalo commented May 5, 2024

That's a shame, appreciate the detail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants