From f9d591e2a895390cf161643ae3015aed37ef19c6 Mon Sep 17 00:00:00 2001 From: andreizabest <72145260+andreizabest@users.noreply.github.com> Date: Thu, 16 Jan 2025 02:04:01 +0000 Subject: [PATCH 1/3] Update busid.md --- gpu-patching/intel-patching/busid.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gpu-patching/intel-patching/busid.md b/gpu-patching/intel-patching/busid.md index b524c262..c7d97ed0 100644 --- a/gpu-patching/intel-patching/busid.md +++ b/gpu-patching/intel-patching/busid.md @@ -58,6 +58,8 @@ 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 + ** test ## Mapping the video ports @@ -232,3 +234,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. + + From 077465e9ede835e970cbe2a708dd0409e85a17b9 Mon Sep 17 00:00:00 2001 From: andreizabest <72145260+andreizabest@users.noreply.github.com> Date: Thu, 16 Jan 2025 02:17:47 +0000 Subject: [PATCH 2/3] Update busid.md --- gpu-patching/intel-patching/busid.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gpu-patching/intel-patching/busid.md b/gpu-patching/intel-patching/busid.md index c7d97ed0..4322c254 100644 --- a/gpu-patching/intel-patching/busid.md +++ b/gpu-patching/intel-patching/busid.md @@ -59,7 +59,8 @@ 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 - ** test + * 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 From 9c7997a90bf9a1e1ab2005254fbd0bd052d2d093 Mon Sep 17 00:00:00 2001 From: andreizabest <72145260+andreizabest@users.noreply.github.com> Date: Thu, 16 Jan 2025 02:19:58 +0000 Subject: [PATCH 3/3] Update busid.md --- gpu-patching/intel-patching/busid.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpu-patching/intel-patching/busid.md b/gpu-patching/intel-patching/busid.md index 4322c254..594ae35e 100644 --- a/gpu-patching/intel-patching/busid.md +++ b/gpu-patching/intel-patching/busid.md @@ -59,8 +59,8 @@ 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 + * 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