http://bugs.winehq.org/show_bug.cgi?id=33597
Bug #: 33597 Summary: Enhancing memory video detection Product: Wine Version: 1.5.29 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: opengl AssignedTo: wine-bugs@winehq.org ReportedBy: sworddragon2@aol.com Classification: Unclassified
I'm using a GeForce 8600 GT with the following attributes:
sworddragon@ubuntu:~$ nvidia-settings -q all | grep -E "Attribute '(TotalDedicatedGPUMemory|VideoRam)'" Attribute 'VideoRam' (ubuntu:0.0): 524288. Attribute 'VideoRam' (ubuntu:0[gpu:0]): 524288. Attribute 'TotalDedicatedGPUMemory' (ubuntu:0[gpu:0]): 512.
The PCI device ID is 0x0402 and the PCI vendor ID is 0x10de. On starting a game Wine is telling me that it is only emulating 256 MiB of memory for my graphics card:
sworddragon@ubuntu:~$ WINEDEBUG=+d3d '/wine/drive_c/Program Files (x86)/Warcraft III/Frozen Throne.exe' -opengl 2>&1 | grep Emulating trace:d3d:wined3d_adapter_init Emulating 256 MB of texture ram.