http://bugs.winehq.org/show_bug.cgi?id=33552
--- Comment #7 from Anastasius Focht focht@gmx.net 2013-12-05 16:00:31 CST --- Hello Someone,
--- quote --- Added VideoMemorySize as "string" with value : "2000" --- quote ---
yes, vram is of 'string' type not dword, sorry.
Verify with the following command in your WINEPREFIX if the vram override is active:
--- snip --- $ WINEDEBUG=+d3d wine dxdiag 2>&1 | grep emulated_textureram trace:d3d:wined3d_dll_init Use 2000MB = 2097152000 byte for emulated_textureram --- snip ---
You can do the same with the Dragon Age 2 diagnostics tool by replacing 'dxdiag' with the name of DA2 system info executable.
Regards