![]() |
|
IL-2 Sturmovik: Cliffs of Dover Latest instalment in the acclaimed IL-2 Sturmovik series from award-winning developer Maddox Games. |
![]() |
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
![]() Quote:
|
#2
|
|||
|
|||
![]()
S!
CrossFire or SLI still have problems in many games no matter brand. Really strange this support has not been more widespread as even so long back as Voodoo II I used 2 cards and it worked out of the box, for example in EAW and Jane's WW2 Fighters ![]() |
#3
|
|||
|
|||
![]()
Luthier has said just after the release of CoD that Sli had been broken and they were working to fix it. So far there has been nothing from the development team to say that it has been fixed so I'm sticking with my own work around. That was nearly 12 months ago, guess we won't see any thing happen until the release of BoM. Very frustrating.
__________________
Rick Asus M4N98TD-EVO AMD Phenom2 965 x 4 3.4gig 8gig DDR3 Ram 2x GTS 450 Sli (1gig each) 1Tb HDD Partitioned x 5 700w Coolermaster single rail P/S 52a Windows 7 64bit 19" Samsung 931BW monitor 1280 x 960 Resolution |
#4
|
|||
|
|||
![]() Quote:
perhaps a naivity on the various developers' part, in having file names entitled the same, but is more a childish balls up by nVidia in not having a profile system which doesn't follow the path to the required program's exe, when adding a custom profile
__________________
Intel 980x | eVGA X58 FTW | Intel 180Gb 520 SSD x 2 | eVGA GTX 580 | Corsair Vengeance 1600 x 12Gb | Windows 7 Ultimate (SP1) 64 bit | Corsair 550D | Corsair HX 1000 PSU | Eaton 1500va UPS | Warthog HOTAS w/- Saitek rudders | Samsung PX2370 Monitor | Deathadder 3500 mouse | MS X6 Keyboard | TIR4 Stand alone Collector's Edition DCS Series Even duct tape can't fix stupid... but it can muffle the sound. |
#5
|
|||
|
|||
![]() Quote:
You can force it but its never worked properly |
#6
|
|||
|
|||
![]() Quote:
Code:
public const int NVCPL_API_NUMBER_OF_GPUS =7; // Graphics card number of GPUs. public const int NVCPL_API_NUMBER_OF_SLI_GPUS = 8; // Graphics card number of SLI GPU clusters available. public const int NVCPL_API_SLI_MULTI_GPU_RENDERING_MODE = 9; // Get/Set SLI multi-GPU redering mode. [DllImport("NVCPL.DLL", CallingConvention=CallingConvention.Cdecl)] public static extern bool nvCplGetDataInt([In] int lFlag, [Out] out int plInfo); public static void Main() { int sliGpuCount; if (nvCplGetDataInt(NVCPL_API_NUMBER_OF_SLI_GPUS, out sliGpuCount)) { // we got the result Console.WriteLine(string.Format("SLI GPU present: {0}", sliGpuCount)); } else { // something did go wrong Console.WriteLine("Failed to query NV data"); } }
__________________
Gigabyte Z68 Intel 2500K (@4.3 ghz)212 CM Cooler 8GB Ram EVGA 660SC (super clocked) 2GB Vram CORSAIR CMPSU-750TX 750W 64 GB SSD SATA II HD WIN7 UL 64BIT |
![]() |
Thread Tools | |
Display Modes | |
|
|