You are not logged in.
Pages: 1
I have 6 GB of ram,6GB swap space,i7 and a GTX480 1.5GB and I'm getting this error:
There is insufficient system memory available to run textures with the highest quality.To enable you to play normally ,textures are used with lower quality.
The game that's giving me the problem is divinity 2.I tried rebooting with no luck.I'm not sure how/where to begin to fix the issue.Can someone point me in the right direction.THX
Last edited by unilx (2010-12-15 17:06:19)
Offline
You're playing it in wine, right?
Check out this page: http://wiki.winehq.org/UsefulRegistryKeys.
You should set VideoPciDeviceID, VideoPciVendorID and VideoMemorySize to the right values.
Last edited by thestinger (2010-12-15 17:20:08)
Offline
I'm not sure what to do exactly,here's what i did can u tell me what L'm doing wrong.
I went to hkey_current-user/software/wine. I right clicked on wine and created new key named
Direct3D,in direct3D on the right side i right click and created a new dword value and named it
VideoMemorySize.I right clicked on that and hit modify and in the value data area i typed in 1500
Offline
make a file like this
REGEDIT4
[HKEY_CURRENT_USER\Software\Wine\Direct3D]
"DirectDrawRenderer"="opengl"
"VideoMemorySize"="256"
"VideoPciDeviceID"=dword:000006e0
"VideoPciVendorID"=dword:000010dewith VideoMemorySize set to 1500
10de is the nvidia vendor id and so you need to do
lspci -n | grep 10deand set VideoPciDeviceID to the value given after 10de:
save the file and do
regedit file.regLast edited by thestinger (2010-12-15 22:35:51)
Offline
thx I'll give it a shot
Offline
Pages: 1