[Wine] Re: Wine recognizes GeForce GTX 560 as GeForce 8300GS

claudio wineforum-user at winehq.org
Sat Oct 29 21:18:15 CDT 2011


Lauri wrote:
> PCI Device ID: 0x1201
> PCI Vendor ID: 0x10de
> Memory:  1024 MB
> OpenGL renderer string: GeForce GTX 560/PCI/SSE2


to vitamin I suggest this patch:

wined3d: rename nVidia GTX560 to GTX560TI, add GTX560 with correct deviceid

http://www.niceties.it/0001-wined3d-rename-nVidia-GTX560-to-GTX560TI-add-GTX560-.patch

to Lauri: the easiest thing you can do while this gets integrated is to provide manual overrides for your vendorid/deviceid/memory using the link vitamin cited before (useful registry keys).
Open the registry with the "regedit" command.
Go to HKEY_CURRENT_USER/Software/Wine
Create the Direct3D key if not present.
Create the VideoMemorySize string value, set it to "1024".
Create the VideoPciDeviceID DWORD value, set it to hex 1201.
Create the VideoPciVendorID DWORD value, set it to hex 10de.







More information about the wine-users mailing list