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

Support GPU data #27

Open
solazs opened this issue Oct 13, 2017 · 1 comment
Open

Support GPU data #27

solazs opened this issue Oct 13, 2017 · 1 comment

Comments

@solazs
Copy link

solazs commented Oct 13, 2017

The plasmoid is awesome, but GPU temperature would make it more complete.

This is mentioned in #9, too.

For proprietary NVIDIA drivers the nvidia-smi command can provide all kinds of information.
Unfortunately I haven't been able to add the NVIDIA sensors to the sensors output.

@Estacado7706
Copy link

Estacado7706 commented Jan 12, 2018

It's rather simple. Just add another DataSource to the ui and edit the model to your likings.
A source for NVidia cards with the respective driver would be:

PlasmaCore.DataSource {
id: nvidiaSource
engine: "executable"
interval: 1000

    property string nvSource: 'nvidia-smi --query-gpu=temperature.gpu --format=csv,noheader'

    [insert further handling of the source]

}

image

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