• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.

SLI with different cards

Joined
Dec 8, 2018
Messages
59 (0.03/day)
Processor 2x Intel Xeon E5-2680 v2
Motherboard ASUSTeK COMPUTER INC. Z9PE-D8 WS
Memory SAMSUNG DDR3-1600MHz ECC 128GB
Video Card(s) 2x ASUS GEFORCE® GTX 1080 TI 11GB TURBO
Display(s) SAMSUNG 32" UJ590 UHD 4k QLED
Case Carbide Series™ Air 540 High Airflow ATX Cube Case
Power Supply EVGA 1000 GQ, 80+ GOLD 1000W, Semi Modular
Mouse MX MASTER 2S
Keyboard Azio Mk Mac Wired USB Backlit Mechanical Keyboard
Software Ubuntu 18.04 / [KVM - Windows 10 1809 / OSX 10.14]
Got it. I just don't believe that NV team each time redesigns totally that part(s) of driver which calls for motherboard version.
From the other hand, I thought about permanent fix for good and all future versions and OS's from the side of MoBo and to mod the BIOS to show right version that NV driver will accept as SLI ready.
Just name/version and nothing more.
For instance, I have ASUS P8Z77 V-LX, and if I'll change it to ASUS P8Z77 V-LK , that stupid check will be fooled.
And of course, I don't mean it's easy and can be recommended to the wide audience.

Personally I did not put much effort into understanding how they are validating SLI support (I am pretty sure it's not as simple as checking the ACPI DSDT SLI entry but I could be wrong). However, I can confirm that simply changing the Mobo model will not do the trick. If you want to play around with that idea I would encourage you to set up a VM with GPU passthrough so that you can easily modify the BIOS args that are provided to the OS.

My intuition tells me (or at least this is how I would do it if I were in their shoes) that they might do some hashing with the (MOBO model + some UUID that is agreed upon between NVIDIA and the MOBO vendor) which gets validated at runtime when the driver is initialized.

Overall, my approach was to follow the path of least resistance. Moreover, people can patch the driver themselves and know that their system was not compromised, wherehas if they are running an executable to modify their driver they have no idea what is happening in the background. I know some users would prefer to have it done the easy way but I am a big advocate for transparency. To digress a bit, there's hundreds of thousands of people running torrent based windows pirated version with rootkits and yet they are completely oblivious to it.

As for how it is done. The first time I did indeed trace the functions as @P!nkpanther suggested. After a couple of versions it became easier to find the functions without tracing anything since the byte code does not change by much ; running heuristics it takes 2 minutes to find the location of the target function between two dll's. The original Different-Auto-SLI was done by searching for bitmasks patterns in the .dll; while this works in the short term it fails miserably whenever a new version is released where new bytecode has a slight different structure or different registers are used to perform the OPs (using a relaxed bitmask means that you'll get more than one possible candidate function, making it too strict means it will most likely fail to find the function in the next version release). This is why Different-Auto-SLI had to be manually updated every of couple of driver releases.

If you ask me what would be the way to go in terms of making it future proof for any OS version and easier for everyone to use I would say it's rather trivial. I would host a website on IPFS (InterPlanetary File System) with a javascript app that allows you to upload the DLL, read the version from the header, and then run call graph heuristics to find the byte code to patch. I do not have the time nor interest to work on such project but I would more than happy to contribute in terms of feedback and ideas on how to tackle such task.

P.S: For those of you who keep PM'ing me, do not waste your time - If you have anything to say or ask do it inside this thread otherwise you're not going to get a reply from me.
 
Last edited:

sli_enth

New Member
Joined
Oct 25, 2019
Messages
3 (0.00/day)
I don't think the MoBo vendor is interested to cooperate with NV to validate it's products for SLI compatibility up to modify for them their own BIOS. Utmost the vendor can point where to check if they pay for SLI certification. But it's only IMHO.
Thanks for advice to use VM for tests, frankly I didn't know that it's possible to simulate GPU pass-through.
 
Joined
Dec 8, 2018
Messages
59 (0.03/day)
Processor 2x Intel Xeon E5-2680 v2
Motherboard ASUSTeK COMPUTER INC. Z9PE-D8 WS
Memory SAMSUNG DDR3-1600MHz ECC 128GB
Video Card(s) 2x ASUS GEFORCE® GTX 1080 TI 11GB TURBO
Display(s) SAMSUNG 32" UJ590 UHD 4k QLED
Case Carbide Series™ Air 540 High Airflow ATX Cube Case
Power Supply EVGA 1000 GQ, 80+ GOLD 1000W, Semi Modular
Mouse MX MASTER 2S
Keyboard Azio Mk Mac Wired USB Backlit Mechanical Keyboard
Software Ubuntu 18.04 / [KVM - Windows 10 1809 / OSX 10.14]
I don't think the MoBo vendor is interested to cooperate with NV to validate it's products for SLI compatibility up to modify for them their own BIOS. Utmost the vendor can point where to check if they pay for SLI certification. But it's only IMHO.
Thanks for advice to use VM for tests, frankly I didn't know that it's possible to simulate GPU pass-through.

That's wishful thinking. They need to do whatever NVIDIA tells them to, which includes paying NVIDIA a fee for "SLI certification" so that they can use the NVIDIA SLI logo on their marketing/box. When the Mobo vendor refuses to do so there's no SLI support at the driver level and people will end up on this thread just like yourself ;)
 

Krokodilus

New Member
Joined
Apr 20, 2019
Messages
3 (0.00/day)
Hi, i do everything by the guide, i got a dell t3610 win 10 updated, and two gigabyte gtx 970 mini, and a single basic sli connector, and the sli option wont show up. I tried with different driver versions. Thank you! Can somebody help me? Sry for my english.
 
Joined
Apr 25, 2017
Messages
362 (0.13/day)
Location
Switzerland
System Name https://valid.x86.fr/6t2pb7
Processor AMD Ryzen 5 1600
Motherboard Gigabyte - GA-AB350M-Gaming 3
Memory Corsair - Vengeance LED DDR4-3000 16GB
Video Card(s) https://www.techpowerup.com/gpudb/b4362/msi-gtx-1080-ti-gaming-x
Storage Western Digital - Black PCIe 256GB SSD + 3x HDD
Display(s) 42" TV @1080p (main) + 32" TV (side)
Case Cooler Master HAF X NV-942
Audio Device(s) Line 6 KB37
Power Supply Thermaltake Toughpower XT 775W
Mouse Roccat Kova / Logitech G27 Steering Wheel
Keyboard Roccat Ryos TKL Pro
Software Windows 10 Pro x64 v1803
Which guide and which driver(s)?
 

Hi-Tech

New Member
Joined
Oct 28, 2019
Messages
20 (0.01/day)
Hello everyone, I'm working hard to make the SLI of the RTX 2080 and GTX 1070 possible.

Before you get started, you will want to check compatibility based on architecture.
In your Windows device manager. Right click on your display adapter and go to properties. Switch to the "Details" tab, and in the combo box select "Hardware Ids."
The first three numbers following "DEV" must match for the cards to work together.

As an example :

NVIDIA_DEV.1185.098A.10DE = "NVIDIA GeForce GTX 660"
NVIDIA_DEV.1185.106F.10DE = "NVIDIA GeForce GTX 760

Unfortunately, the DEV in RTX and the DEV in GTX do not match.
If the architecture is different, is SLI completely impossible? Is there no way?
I have an idea. Change the DEV number by modifying the gpu bios. or, cheat a DEV by using the following methods: http://grimore.org/windows/spoof_hardware_identifiers
Are these ideas really worth trying?
 
Joined
Apr 25, 2017
Messages
362 (0.13/day)
Location
Switzerland
System Name https://valid.x86.fr/6t2pb7
Processor AMD Ryzen 5 1600
Motherboard Gigabyte - GA-AB350M-Gaming 3
Memory Corsair - Vengeance LED DDR4-3000 16GB
Video Card(s) https://www.techpowerup.com/gpudb/b4362/msi-gtx-1080-ti-gaming-x
Storage Western Digital - Black PCIe 256GB SSD + 3x HDD
Display(s) 42" TV @1080p (main) + 32" TV (side)
Case Cooler Master HAF X NV-942
Audio Device(s) Line 6 KB37
Power Supply Thermaltake Toughpower XT 775W
Mouse Roccat Kova / Logitech G27 Steering Wheel
Keyboard Roccat Ryos TKL Pro
Software Windows 10 Pro x64 v1803
Hello everyone, I'm working hard to make the SLI of the RTX 2080 and GTX 1070 possible.
You're wasting your time.
Even if you could make SLI between these cards work, (you can't, since they have different microarchitectures and any cheat to make the driver bypass the check would make the hardware go BSOD), the maximum theoretical performance would only be twice that of the slower card. Which would be about 20% above that of a single 2080 in theory under optimal SLI scaling.
In practice this is not going to happen and you would hardly see any performance increase at all.
 
Last edited:

Hi-Tech

New Member
Joined
Oct 28, 2019
Messages
20 (0.01/day)
you can't, since they have different microarchitectures and any cheat to make the driver bypass the check would make the hardware go BSOD

I had the hope that even if the microarchitectures was different, there would be some way. Frankly, even if the performance is only 20% higher than the RTX 2080, I can be fully satisfied with that. However, if SLI is absolutely impossible, I have no choice but to give it up. Thank you for your answer.
 
Joined
Apr 25, 2017
Messages
362 (0.13/day)
Location
Switzerland
System Name https://valid.x86.fr/6t2pb7
Processor AMD Ryzen 5 1600
Motherboard Gigabyte - GA-AB350M-Gaming 3
Memory Corsair - Vengeance LED DDR4-3000 16GB
Video Card(s) https://www.techpowerup.com/gpudb/b4362/msi-gtx-1080-ti-gaming-x
Storage Western Digital - Black PCIe 256GB SSD + 3x HDD
Display(s) 42" TV @1080p (main) + 32" TV (side)
Case Cooler Master HAF X NV-942
Audio Device(s) Line 6 KB37
Power Supply Thermaltake Toughpower XT 775W
Mouse Roccat Kova / Logitech G27 Steering Wheel
Keyboard Roccat Ryos TKL Pro
Software Windows 10 Pro x64 v1803
Yeah, that's the way it works unfortunately. Most of the work is done in hardware, together with some driver magick, so the GPUs have to be VERY similar in order to efficiently share/exchange data.
The only thing that would efficiently combine different GPUs is DX12 explicit multi-GPU, which however is only implemented in very few titles, basically as proof-of-concept. Mainstream titles usually only use implicit mGPU, which is akin to DX11 SLI/CF.
 
Joined
Apr 25, 2017
Messages
362 (0.13/day)
Location
Switzerland
System Name https://valid.x86.fr/6t2pb7
Processor AMD Ryzen 5 1600
Motherboard Gigabyte - GA-AB350M-Gaming 3
Memory Corsair - Vengeance LED DDR4-3000 16GB
Video Card(s) https://www.techpowerup.com/gpudb/b4362/msi-gtx-1080-ti-gaming-x
Storage Western Digital - Black PCIe 256GB SSD + 3x HDD
Display(s) 42" TV @1080p (main) + 32" TV (side)
Case Cooler Master HAF X NV-942
Audio Device(s) Line 6 KB37
Power Supply Thermaltake Toughpower XT 775W
Mouse Roccat Kova / Logitech G27 Steering Wheel
Keyboard Roccat Ryos TKL Pro
Software Windows 10 Pro x64 v1803
That guide should work.
The only difference is that for 4xx drivers you don't patch nvlddmkm.sys (the one that you copied over to the DifferentSLIAuto directory) by running DifferentSLIAuto.exe, but instead use a hex editor to change the bytes at the offsets provided by Pretentious

Which certificates are showing up if you look under 'Digital Signatures' in the properties of the active nvlddmkm.sys in C:\Windows\System32\DriverStore\FileRepository\nv_xxxxx.inf.xxx
Is it nVidia/Microsoft certificates or DifferentSLIauto?
 

zigulo

New Member
Joined
Nov 12, 2019
Messages
1 (0.00/day)
Hello after sling 2 gt 710 evrything works nomal but the second GPU is doing nothing and my fps is half pls help .
 
Joined
Apr 25, 2017
Messages
362 (0.13/day)
Location
Switzerland
System Name https://valid.x86.fr/6t2pb7
Processor AMD Ryzen 5 1600
Motherboard Gigabyte - GA-AB350M-Gaming 3
Memory Corsair - Vengeance LED DDR4-3000 16GB
Video Card(s) https://www.techpowerup.com/gpudb/b4362/msi-gtx-1080-ti-gaming-x
Storage Western Digital - Black PCIe 256GB SSD + 3x HDD
Display(s) 42" TV @1080p (main) + 32" TV (side)
Case Cooler Master HAF X NV-942
Audio Device(s) Line 6 KB37
Power Supply Thermaltake Toughpower XT 775W
Mouse Roccat Kova / Logitech G27 Steering Wheel
Keyboard Roccat Ryos TKL Pro
Software Windows 10 Pro x64 v1803
Probably depending on the game. Some games scale badly, even worse than using a single card.
I'd recommend running a benchmark program, which is known to scale well, like Unigine Heaven or Valley, to check what is the best case scaling for your system.
Once you know that maximal potential, every time the scaling is worse, it's due to the game.

No SLI bridge along with only PCI-Express 2.0 x8 does not look promising either, I'm afraid...
 
Last edited:

cms4509

New Member
Joined
Nov 15, 2019
Messages
1 (0.00/day)
Maybe this'll help the greater good.

As all of the threads previously stated we're now needing to directly hex edit nvlddmkm.sys to replace a certain bytes, and thus remove the SLI check and enable the thing.

From what I gathered -
What we're looking for in the file is: 84,C0,75,05,0F,BA,6B
And we're replacing it with: C7,43,24,00,00,00,00

Using the following website: https://hexed.it/?hl=en I was able to upload my current version of the driver (441.20) and use the search on the right hand side to search for that pattern of Hexadecimal Values, low and behold I believe it's.

441.20
0x001C80F5: 84 C7
0x001C80F6: C0 43
0x001C80F7: 75 24
0x001C80F8: 05 00
0x001C80F9: 0F 00
0x001C80FA: BA 00
0x001C80FB: 6B 00

tested working!
 
Last edited:
Joined
Apr 25, 2017
Messages
362 (0.13/day)
Location
Switzerland
System Name https://valid.x86.fr/6t2pb7
Processor AMD Ryzen 5 1600
Motherboard Gigabyte - GA-AB350M-Gaming 3
Memory Corsair - Vengeance LED DDR4-3000 16GB
Video Card(s) https://www.techpowerup.com/gpudb/b4362/msi-gtx-1080-ti-gaming-x
Storage Western Digital - Black PCIe 256GB SSD + 3x HDD
Display(s) 42" TV @1080p (main) + 32" TV (side)
Case Cooler Master HAF X NV-942
Audio Device(s) Line 6 KB37
Power Supply Thermaltake Toughpower XT 775W
Mouse Roccat Kova / Logitech G27 Steering Wheel
Keyboard Roccat Ryos TKL Pro
Software Windows 10 Pro x64 v1803
From what I gathered -
What we're looking for in the file is: 84,C0,75,05,0F,BA,6B
And we're replacing it with: C7,43,24,00,00,00,00

Using the following website: https://hexed.it/?hl=en I was able to upload my current version of the driver (441.20) and use the search on the right hand side to search for that pattern of Hexadecimal Values, low and behold I believe it's.
...
tested working!
Things like that may work or may not (= BSOD). Looks like you were lucky this time...

Just as a reminder:
 

XeroZen

New Member
Joined
Oct 6, 2019
Messages
19 (0.01/day)
Maybe this'll help the greater good.

As all of the threads previously stated we're now needing to directly hex edit nvlddmkm.sys to replace a certain bytes, and thus remove the SLI check and enable the thing.

From what I gathered -
What we're looking for in the file is: 84,C0,75,05,0F,BA,6B
And we're replacing it with: C7,43,24,00,00,00,00

Using the following website: https://hexed.it/?hl=en I was able to upload my current version of the driver (441.20) and use the search on the right hand side to search for that pattern of Hexadecimal Values, low and behold I believe it's.

441.20
0x001C80F5: 84 C7
0x001C80F6: C0 43
0x001C80F7: 75 24
0x001C80F8: 05 00
0x001C80F9: 0F 00
0x001C80FA: BA 00
0x001C80FB: 6B 00

tested working!
It did not work for me. Tried following all instructions for win 10 but did not get the enable sli button, instead the SLI disabled option itself is not showing up.
Pc Specs-
Xeon e5 2689 v1
Chinese X79 plex Hd turbo motherboard
DDR3 Ram-4 sticks-4GB
1Hdd, 1SSD.
Gtx 1070 x2

Hope someone can help me with this
 
Joined
Apr 25, 2017
Messages
362 (0.13/day)
Location
Switzerland
System Name https://valid.x86.fr/6t2pb7
Processor AMD Ryzen 5 1600
Motherboard Gigabyte - GA-AB350M-Gaming 3
Memory Corsair - Vengeance LED DDR4-3000 16GB
Video Card(s) https://www.techpowerup.com/gpudb/b4362/msi-gtx-1080-ti-gaming-x
Storage Western Digital - Black PCIe 256GB SSD + 3x HDD
Display(s) 42" TV @1080p (main) + 32" TV (side)
Case Cooler Master HAF X NV-942
Audio Device(s) Line 6 KB37
Power Supply Thermaltake Toughpower XT 775W
Mouse Roccat Kova / Logitech G27 Steering Wheel
Keyboard Roccat Ryos TKL Pro
Software Windows 10 Pro x64 v1803
Better try something first that is known to work, like driver version 430.86
 

XeroZen

New Member
Joined
Oct 6, 2019
Messages
19 (0.01/day)
Better try something first that is known to work, like driver version 430.86
Had tried that version already and i got the same results
 
Joined
Apr 25, 2017
Messages
362 (0.13/day)
Location
Switzerland
System Name https://valid.x86.fr/6t2pb7
Processor AMD Ryzen 5 1600
Motherboard Gigabyte - GA-AB350M-Gaming 3
Memory Corsair - Vengeance LED DDR4-3000 16GB
Video Card(s) https://www.techpowerup.com/gpudb/b4362/msi-gtx-1080-ti-gaming-x
Storage Western Digital - Black PCIe 256GB SSD + 3x HDD
Display(s) 42" TV @1080p (main) + 32" TV (side)
Case Cooler Master HAF X NV-942
Audio Device(s) Line 6 KB37
Power Supply Thermaltake Toughpower XT 775W
Mouse Roccat Kova / Logitech G27 Steering Wheel
Keyboard Roccat Ryos TKL Pro
Software Windows 10 Pro x64 v1803
Find out the location of the active nvlddmkm.sys by opening Device Manager → Double click main display adapter → Tab: Driver → Driver Details , then go to that location and check the file's properties about which certificate has been attached. It should read DifferentSLIauto and not nVidia or Microsoft.
On Win 10 the location should be in C:\Windows\System32\DriverStore\FileRepository\ and then within something like nv_dispi.inf_amd64_xxxxxxxxxxxxx
 

XeroZen

New Member
Joined
Oct 6, 2019
Messages
19 (0.01/day)
Find out the location of the active nvlddmkm.sys by opening Device Manager → Double click main display adapter → Tab: Driver → Driver Details , then go to that location and check the file's properties about which certificate has been attached. It should read DifferentSLIauto and not nVidia or Microsoft.
On Win 10 the location should be in C:\Windows\System32\DriverStore\FileRepository\ and then within something like nv_dispi.inf_amd64_xxxxxxxxxxxxx
The digital certificate definitely reads as DifferentSLIauto
 

Attachments

  • Screenshot_1.png
    Screenshot_1.png
    87 KB · Views: 244
  • Screenshot_2.png
    Screenshot_2.png
    130.8 KB · Views: 262
  • screenshot 3.png
    screenshot 3.png
    93.8 KB · Views: 223
Joined
Apr 25, 2017
Messages
362 (0.13/day)
Location
Switzerland
System Name https://valid.x86.fr/6t2pb7
Processor AMD Ryzen 5 1600
Motherboard Gigabyte - GA-AB350M-Gaming 3
Memory Corsair - Vengeance LED DDR4-3000 16GB
Video Card(s) https://www.techpowerup.com/gpudb/b4362/msi-gtx-1080-ti-gaming-x
Storage Western Digital - Black PCIe 256GB SSD + 3x HDD
Display(s) 42" TV @1080p (main) + 32" TV (side)
Case Cooler Master HAF X NV-942
Audio Device(s) Line 6 KB37
Power Supply Thermaltake Toughpower XT 775W
Mouse Roccat Kova / Logitech G27 Steering Wheel
Keyboard Roccat Ryos TKL Pro
Software Windows 10 Pro x64 v1803
From your screenshots I take it that the install procedure was completed successfully.
So the problem must be with the patching of the driver file itself (nvlddmkm.sys).
Did you just search/replace the pattern or did you go to the offset required per instructions and changed the values?

BTW, you've been providing meaningful information (hardware specs, screenshots) when asking questions, which makes it a lot easier to diagnose. Unfortunately not very common.
 

XeroZen

New Member
Joined
Oct 6, 2019
Messages
19 (0.01/day)
From your screenshots I take it that the install procedure was completed successfully.
So the problem must be with the patching of the driver file itself (nvlddmkm.sys).
Did you just search/replace the pattern or did you go to the offset required per instructions and changed the values?

BTW, you've been providing meaningful information (hardware specs, screenshots) when asking questions, which makes it a lot easier to diagnose. Unfortunately not very common.
I changed the values of the offsets as per instruction
 
Joined
Sep 27, 2019
Messages
1,212 (0.64/day)
Location
Canada
System Name New compy
Processor AMD Ryzen 5800x3D
Motherboard MSI MPG x570S EDGE MAX WiFi
Cooling Noctua NH-D15S w. FHP141 + Xigmatek AOS XAF-F1451
Memory 32gb G.Skill Ripjaws V Samsung B-Die Dual Rank F4-4000C16D-32GVKA
Video Card(s) ASUS TUF GAMING RTX 4070ti
Storage 17tb (8+4tb WD Black HDD's, 2+2+0.5+0.5tb M.2 SSD Drives) + 16tb WD Red Pro backup drive
Display(s) Alienware AW2518H 24" 240hz, Sony X85K 43" 4k 120hz HDR TV
Case Thermaltake Core v71
Audio Device(s) iFi Nano Idsd Le, Creative T20 + T50, Sennheiser HD6Mix
Power Supply EVGA Supernova G2 1000w
Mouse Logitech G502 Hero custom w. G900 scroll wheel mod, Rival 3 + Rival 3 wireless, JLab Epic Mouse
Keyboard Corsair K68 RGB + K70 RGB + K57 RGB Wireless + Logitech G613
Software Win 10 Pro
Benchmark Scores https://valid.x86.fr/s2y7ny
I have twin 1070's and driver version 431.86, old versions of driver disabled sli completely on me. Also do you have an sli bridge installed?
 
Joined
Sep 27, 2019
Messages
1,212 (0.64/day)
Location
Canada
System Name New compy
Processor AMD Ryzen 5800x3D
Motherboard MSI MPG x570S EDGE MAX WiFi
Cooling Noctua NH-D15S w. FHP141 + Xigmatek AOS XAF-F1451
Memory 32gb G.Skill Ripjaws V Samsung B-Die Dual Rank F4-4000C16D-32GVKA
Video Card(s) ASUS TUF GAMING RTX 4070ti
Storage 17tb (8+4tb WD Black HDD's, 2+2+0.5+0.5tb M.2 SSD Drives) + 16tb WD Red Pro backup drive
Display(s) Alienware AW2518H 24" 240hz, Sony X85K 43" 4k 120hz HDR TV
Case Thermaltake Core v71
Audio Device(s) iFi Nano Idsd Le, Creative T20 + T50, Sennheiser HD6Mix
Power Supply EVGA Supernova G2 1000w
Mouse Logitech G502 Hero custom w. G900 scroll wheel mod, Rival 3 + Rival 3 wireless, JLab Epic Mouse
Keyboard Corsair K68 RGB + K70 RGB + K57 RGB Wireless + Logitech G613
Software Win 10 Pro
Benchmark Scores https://valid.x86.fr/s2y7ny
On mine sli automatically enabled once the driver was installed, are both cards plugged into power? If so I suspect it might be one of the cards isn't cooperating, maybe try swapping positions, can you post gpu-z screenshot for each card? In the bottom left corner lets you pick between cards, run 2 and take a screenshot of both.
 
Top