-
-
Notifications
You must be signed in to change notification settings - Fork 95
Can you add support for my GPU?
Chris Monahan edited this page Sep 20, 2022
·
6 revisions
As open source video card drivers become more prominent, Vitals is more likely able to show GPU information. When using proprietary drivers, it is less likely that Vitals will show GPU information.
It comes down to whether sensor information is available in /proc
or /sys
. Vitals uses asynchronous file reading to help prevent your system from lagging on every refresh. Executing a command line utility would cause unresponsiveness and is not something I want Vitals to exhibit.
If you have an AMD, please chime in here if relevant https://github.com/corecoding/Vitals/issues/124
Couldn't find your answer after viewing all Wiki entries? Feel free to create a new issue.