http://bugs.winehq.org/show_bug.cgi?id=33552
--- Comment #6 from Someone scrimekiler@yahoo.fr 2013-12-05 15:41:20 CST ---
--- snip --- $ lspci -nn | grep VGA | grep NVIDIA | cut -d: -f 4 | cut -d ']' -f 1 --- snip ---
Yes, result of lspci is 0f00
It seems this graphics card series comes with 1 GiB, 2 GiB and 4 GiB DDR3 SDRAM. If you have more than 1 GiB you have to put an override in registry to tell Wine.
Yes, I have 2GB
For example 2 GiB (to override Wine's default value of 1 GiB for GT630 entry):
--- quote --- [HKEY_CURRENT_USER\Software\Wine\Direct3D] "VideoMemorySize"=dword:00000800 --- quote ---
Added VideoMemorySize as "string" with value : "2000"
Game still detect "VRAM=-2147483648 bytes" and driver : 266.58 while I'm actually now using 331.20 and wine 1.7.4
Anyway it's not a big deal, only the game hardware dectection summary.The game works very fast for me without any graphic issue.
This bug could even be affected to "trivial" instead of "minor"
On the other side, bugs 33545 and 33553 are affecting me and are really more annoying.