Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions gpu-patching/intel-patching/busid.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ Things to keep in mind:

* BusID is a unique value and cannot be used by multiple entries
* Connector-type values are the same as discussed in the [Connector-type patching page](./connector.md)
* Only certain BusID's are permitted based on the connector type
* For DisplayPort `0x02`,`0x04`,`0x05` and `0x06` are allowed and should work on any motherboard. These values apply to VGA as well
* For HDMI `0x01`,`0x02`,`0x04` and `0x06` are allowed, however some motherboards may only accept one or two of these values. These value apply to DVI as well

## Mapping the video ports

Expand Down Expand Up @@ -232,3 +235,5 @@ When done, you should get something similar:
![](../../images/gpu-patching/path-done.png)

And as mentioned before, if this combo doesn't work, increment port 1's BusID and if that doesn't work disable port 1's busID and try port 2 and so forth.