dortania / bugtracker

Dortania Bugtracker
108 stars 7 forks source link

Incomplete information on "Disabling GPU" section "SSDT Method" #297

Open ferdinandwinters opened 1 year ago

ferdinandwinters commented 1 year ago

As the title says, here is the link to the page.

The section, "SSDT Method", contains the text:

There are many ways to find the path but generally, the easiest way is to get into Device Manager under windows and find the PCI path.

Example of device path for _SB.PCI0.PEG0.PEGP:

It should say something like,

The best way to find the path is to open Device Manager, find the GPU you wish to disable and open its properties. Under the "Details" tab you are looking for the property "BIOS device name"

Attached image of RTX 3060 Ti image

abenraj commented 1 year ago

Don't see anything incomplete here. I believe the phrasing here is simply intended towards a more "in general" context; basically implying that PCIe paths can be found via familiar routes (Linux/Shell commands etc) but is generally considered easier to find via Windows for those who use Windows as their main OS.

Not really an issue, to be honest.

ferdinandwinters commented 1 year ago

I agree with you. I do think that there needs to be some more expanded information though. I have used the guide several times in the past and for once I had to search for something outside of the scope of the guide and found it quite difficult to find the result.

Searches on Google for "PCI path windows device manager" and similar yielded insufficient results, I only found the "PCI path" by going down the list item by item until I saw a string that looked similar to the example, and even then, Windows doesn't call that field a "path" or mention "PCI" anywhere in it.

It's just my experience using the guide. I feel that the information in that section can be expanded.