If it is only for display, what do you need 1GB for? Maybe use 2 NVSs?Nvidia gives extra capabilities/configuration options to their professional series of cards. For example those cards support BaseMosaic. BaseMosaic seems the perfect solution in your case:QuoteOption "BaseMosaic" "boolean" This option can be used to extend a single X screen transparently across all of the available display outputs on each GPU. This is like SLI Mosaic mode except that it does not require a video bridge connected to the graphics cards. Due to this Base Mosaic does not guarantee there will be no tearing between the display boundaries. Base Mosaic is supported on all the configurations supported by SLI Mosaic Mode. It is also supported on Quadro FX 380, Quadro FX 580 and all G80 or higher non-mobile NVS cards. Use this in conjunction with the MetaModes X configuration option to specify the combination of mode(s) used on each display. nvidia-xconfig can be used to configure Base Mosaic via a command like nvidia-xconfig --base-mosaic --metamodes=METAMODES where the METAMODES string specifies the desired grid configuration. For example, to configure four DFPs in a 2x2 configuration, each running at 1920x1024, with two DFPs connected to two cards, the command would be: nvidia-xconfig --base-mosaic --metamodes="GPU-0.DFP-0: 1920x1024+0+0, GPU-0.DFP-1: 1920x1024+1920+0, GPU-1.DFP-0: 1920x1024+0+1024, GPU-1.DFP-1: 1920x1024+1920+1024"
Option "BaseMosaic" "boolean" This option can be used to extend a single X screen transparently across all of the available display outputs on each GPU. This is like SLI Mosaic mode except that it does not require a video bridge connected to the graphics cards. Due to this Base Mosaic does not guarantee there will be no tearing between the display boundaries. Base Mosaic is supported on all the configurations supported by SLI Mosaic Mode. It is also supported on Quadro FX 380, Quadro FX 580 and all G80 or higher non-mobile NVS cards. Use this in conjunction with the MetaModes X configuration option to specify the combination of mode(s) used on each display. nvidia-xconfig can be used to configure Base Mosaic via a command like nvidia-xconfig --base-mosaic --metamodes=METAMODES where the METAMODES string specifies the desired grid configuration. For example, to configure four DFPs in a 2x2 configuration, each running at 1920x1024, with two DFPs connected to two cards, the command would be: nvidia-xconfig --base-mosaic --metamodes="GPU-0.DFP-0: 1920x1024+0+0, GPU-0.DFP-1: 1920x1024+1920+0, GPU-1.DFP-0: 1920x1024+0+1024, GPU-1.DFP-1: 1920x1024+1920+1024"
running diag software revealed my average vidram usage without boinc running is 800mb to 1gb.
Quote from: riofl on 27 Feb 2012, 08:18:28 amrunning diag software revealed my average vidram usage without boinc running is 800mb to 1gb.That would be nvidia-smi -a ?
What driver version do you use? I don't remember nvidia-smi showing percentages for memory use.
+------------------------------------------------------+ | NVIDIA-SMI 3.295.20 Driver Version: 295.20 | |-------------------------------+----------------------+----------------------+| Nb. Name | Bus Id Disp. | Volatile ECC SB / DB || Fan Temp Power Usage /Cap | Memory Usage | GPU Util. Compute M. ||===============================+======================+======================|| 0. GeForce GTX 460 | 0000:01:00.0 N/A | N/A N/A || 20% 36 C N/A N/A / N/A | 26% 200MB / 767MB | N/A Default ||-------------------------------+----------------------+----------------------|| Compute processes: GPU Memory || GPU PID Process name Usage ||=============================================================================|| 0. Not Supported |+-----------------------------------------------------------------------------+
nvidia-smi (without the -a option) now prints a pretty formatted output which includes the % memory usage.Code: [Select]+------------------------------------------------------+ | NVIDIA-SMI 3.295.20 Driver Version: 295.20 | |-------------------------------+----------------------+----------------------+| Nb. Name | Bus Id Disp. | Volatile ECC SB / DB || Fan Temp Power Usage /Cap | Memory Usage | GPU Util. Compute M. ||===============================+======================+======================|| 0. GeForce GTX 460 | 0000:01:00.0 N/A | N/A N/A || 20% 36 C N/A N/A / N/A | 26% 200MB / 767MB | N/A Default ||-------------------------------+----------------------+----------------------|| Compute processes: GPU Memory || GPU PID Process name Usage ||=============================================================================|| 0. Not Supported |+-----------------------------------------------------------------------------+