BoukeHaarsma23 / WattmanGTK

A Wattman-like GTK3+ GUI
GNU General Public License v2.0
372 stars 61 forks source link

Option for selecting the pci id of your GPU and skip the detection #63

Closed jfturcot closed 5 years ago

jfturcot commented 5 years ago

On my computer, I have 2 AMD GPUs, but only one of them is used by the system, the second one is used as a passthrough to a VM under QEMU. Since the second one is using the VFIO driver for this, the script would break during detection. I added an option to manually set the PCI ID of the card that you want to use under WattmanGTK, doing so skips the detection.

In my case, this is how I use it:

sudo python3 run.py --id 06:00.0
BoukeHaarsma23 commented 5 years ago

Looks great! Thanks