![]() |
#21
|
|||
|
|||
![]()
Thanks
BSix That's all I was looking for. I'll get the 4GB version then and wrap this 590 up in Christmas paper for the kids. SKUD |
#22
|
||||
|
||||
![]()
Skud, any indication when the 4gig will become available?
|
#23
|
||||
|
||||
![]()
MY 580s in SLI work ok with cLOD although I'm only using one card for graphics, then other for physics engine.
![]() .
__________________
. ======================================== . .....--oOo-- --oOo-- HE-111 --oOo-- --oOo--..... . ======================================== -oOo- Intel i7-2600K (non-clocked) -oOo- GA-P67A -oOo- DF 85 full tower -oOo- 1000W corsair -oOo- 8 GB 1600Hz -oOo- 2 x GTX 580 1.5M (295.73) -oOo- 240 SSD -oOo- W7 64bit -oOo- PB2700 LED 2560 x 1440 6ms 60Hz -oOo- ======================================== |
#24
|
||||
|
||||
![]() Quote:
http://developer.nvidia.com/physx-games
__________________
Intel i7-2600K // Asus Maximus IV Extreme Rev3 // 2xGTX580-3GB (SLI'ed when able) // 16 GB DDR3 // SSD // HDD WD 10K // Win7 x64 // LG monitor 24´´ 1920x1200 res Last edited by jcenzano; 04-14-2012 at 03:09 PM. Reason: link to game list |
#25
|
|||
|
|||
![]()
Internet Rumors say May. So expect June-July. 685 in October so expect Christmas or 1st qtr next year.
|
#26
|
||||
|
||||
![]()
is that 680 4Gb or 690 4Gb?
__________________
Furbs, Tree and Falstaff...The COD killers... ![]() |
#27
|
|||
|
|||
![]() Quote:
![]() As far as I know, Luthier expected an increase of "ONLY" 50% in FPS and 50% of 25-30 FPS would be ca 12,5-15 FPS more compared to what you have now ![]() Just saying! ![]() Last edited by Anders_And; 04-14-2012 at 04:53 PM. |
#28
|
|||
|
|||
![]()
For what I can judge the SLI for two GeForce gfx580 1.5go ddr5 works without any problem. It is what I have in my PC.
![]() |
#29
|
|||
|
|||
![]() Quote:
You can force it but its never worked properly |
#30
|
|||
|
|||
![]() 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 |
![]() |
|
|