HKCU/Software/Wine/Direct3D/VideoMemorySize

Questions about Wine on Linux
Locked
ahso
Level 4
Level 4
Posts: 182
Joined: Sat Feb 20, 2010 2:31 am

HKCU/Software/Wine/Direct3D/VideoMemorySize

Post by ahso »

Hi
this says to set memory:
http://appdb.winehq.org/objectManager.p ... &iId=27317

how and where? In regedit there's no folder Direct3D as described here:
http://wiki.winehq.org/UsefulRegistryKeys
I've tried alike:
wine aces.exe videoRam=15600
as I've 16GB Ram, but it freezes at loading.
The log is full of:
...
...
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:wined3d_swapchain_present Ignoring flags 0x1.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:wined3d_swapchain_present Ignoring flags 0x1.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:wined3d_swapchain_present Ignoring flags 0x1.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:wined3d_swapchain_present Ignoring flags 0x1.
Terminated
michael@michael-Ubuntu:/media/michael/DATA/WarThunder$

Thanks
User avatar
core
Level 3
Level 3
Posts: 84
Joined: Tue Oct 23, 2012 6:22 am

Re: HKCU/Software/Wine/Direct3D/VideoMemorySize

Post by core »

It means video card memory and not random access memory.
You can create this path yourself via regedit or by using winetricks > change settings.
ahso
Level 4
Level 4
Posts: 182
Joined: Sat Feb 20, 2010 2:31 am

Re: HKCU/Software/Wine/Direct3D/VideoMemorySize

Post by ahso »

Thanks but stil the same. Thunder War thinks my graphicscard to be very old but in fact is a GTX770. I can play in the lowest settings only. Any ideas on how to tell War Thunder a different videocard?
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: HKCU/Software/Wine/Direct3D/VideoMemorySize

Post by dimesio »

You can add keys for that to the registry, too. http://wiki.winehq.org/UsefulRegistryKeys
ahso
Level 4
Level 4
Posts: 182
Joined: Sat Feb 20, 2010 2:31 am

Re: HKCU/Software/Wine/Direct3D/VideoMemorySize

Post by ahso »

You mean:
| +->VideoPciVendorID

well:
lspci -n
returns:

ichael@michael-Ubuntu:~$ lspci -n
00:00.0 0600: 8086:0c00 (rev 06)
00:01.0 0604: 8086:0c01 (rev 06)
00:14.0 0c03: 8086:8c31 (rev 04)
00:16.0 0780: 8086:8c3a (rev 04)
00:19.0 0200: 8086:153b (rev 04)
00:1a.0 0c03: 8086:8c2d (rev 04)
00:1b.0 0403: 8086:8c20 (rev 04)
00:1c.0 0604: 8086:8c10 (rev d4)
00:1c.1 0604: 8086:8c12 (rev d4)
00:1c.5 0604: 8086:8c1a (rev d4)
00:1d.0 0c03: 8086:8c26 (rev 04)
00:1f.0 0601: 8086:8c44 (rev 04)
00:1f.2 0106: 8086:8c02 (rev 04)
00:1f.3 0c05: 8086:8c22 (rev 04)
01:00.0 0300: 10de:1184 (rev a1)
01:00.1 0403: 10de:0e0a (rev a1)
03:00.0 0280: 168c:0034 (rev 01)
04:00.0 0106: 1b21:0612 (rev 01)
michael@michael-Ubuntu:~$

no clue what to do with that...I've a GTX770.
Thanks
Locked