Along a similar line: Is there a way to easily detect the value Wine's using for the memory size of your video card? Also: I see from the docs that you set the value in MB, but do you need to define it as a string, dword, or other? I would assume dword, putting in the hex equivalent, but without knowing the answer to the question above, it's impossible to test. -J StringCheesian wrote: > The 64MB limitation was a long time ago. Wine has been changed to try to detect your video card and guess how much memory it has. > > In case it guesses wrong, here is the registry key: > HKEY_CURRENT_USER -> Software -> Wine -> Direct3D -> VideoMemorySize > See http://wiki.winehq.org/UsefulRegistryKeys > > For example: if the card is a GeForce 7600GS, those usually have 256MB and that will be wine's guess. However some have 512MB, in those cases it may be necessary to set the registry key manually. >