I've heard that sometimes Wine will detect a gpu as having less Vram than it really does, I know this can be fixed by entering a specific registry key, but before I mess around with the registry I want to know if Wine is detecting it well or not. Is there any way I can do this? As in see how much VRAM Wine thinks I have?
Wormboy wrote:> As in see how much VRAM Wine thinks I have?You can do something like this: Code: $ WINEDEBUG=+d3d wine my_d3d_program.exe visual 2>&1 | grep "texture ram" Will print something like this: Code: trace:d3d:InitAdapters Emulating 320MB of texture ram