Replies: 2 comments
|
Hello @v1ckxy! To use a specific GPU: For sensors_librehardwaremonitor.py: to: return "Radeon ..."
For sensors_python.py: turing-smart-screen-python/library/sensors/sensors_python.py Lines 139 to 149 in d44505f You would have to edit the code to use only the GPU you want from the GPUtil.getGPUs() method
|
|
Thanks! I will have a look at those parts of the code. Maybe I can just implement a foreach somewhere and then throw GPU0, 1, 2... |
Uh oh!
There was an error while loading. Please reload this page.
Hello!
I've been looking around github and haven't found it... so I'm posting the question here.
Is there any way to configure a theme to display multiple GPUs /* or to specify a specific gpu */?
I've looked at the code (sensors_librehardwaremonitor.py and sensors_python.py) and it's not clear to me how to specify a specific card.
The system where I plan to use the display has 2 (and soon 3) NV cards and 1 integrated AMD.
Regards and thank you for this great work.
All reactions