envycontrol icon indicating copy to clipboard operation
envycontrol copied to clipboard

Wrong PCI number

Open posLop opened this issue 2 years ago • 0 comments

Envy is configuring my pci wrong

poslop@poslop-a ~$ lspci | grep VGA                                                                                                    
0000:00:02.0 VGA compatible controller: Intel Corporation Alder Lake-P Integrated Graphics Controller (rev 0c)
0000:01:00.0 VGA compatible controller: NVIDIA Corporation GA106M [GeForce RTX 3060 Mobile / Max-Q] (rev a1)

envy used pci ID

BusID  "PCI:0:1:0:0"

working pci ID

BusID  "PCI:1:0:0"

posLop avatar Jul 12 '22 15:07 posLop