There are so many headaches brought with Windows Display Driver Model (WDDM), the latest being the weird 2G memory allocation bug on GPU.
Is there a way to turn off WDDM all-together or I have to go with Linux/windows xp 64?
There are so many headaches brought with Windows Display Driver Model (WDDM), the latest being the weird 2G memory allocation bug on GPU.
Is there a way to turn off WDDM all-together or I have to go with Linux/windows xp 64?
There really isn't a way to turn off WDDM mode for a GeForce GPU. If you have a Quadro or Tesla GPU, you can set the GPU to use TCC mode (use the nvidia-smi
tool, with --help
to figure out the command options to switch from wddm to tcc mode) but you will need another GPU in the system to host the display. You may also be interested in this question.
The statement about TCC support is a general one. Not all Quadro GPUs are supported. The final determinant of support for TCC (or not) on a particular GPU is the nvidia-smi
tool. Nothing here should be construed as a guarantee of support for TCC on your particular GPU.
TCC mode works only on suppoted devices (Tesla, Quadro) . In these devices you can choose between WDDM and TCC mode, Most of modern Tesla devices support only TCC mode, physically these devices don't have a graphic output.
Run from command line the nvidia smi executable, which usually reside in: C:\program files\nvidia coporation\nvsmi
nvidia-smi -dm 0 -i 0
dm 0 for WDDM, dm 1 for TCC.
i flag set the device number, in case you have multiply devices in the system