http://bugs.winehq.org/show_bug.cgi?id=28321
--- Comment #8 from zdenek.styblik@gmail.com 2011-09-26 13:07:51 CDT --- Created attachment 36572 --> http://bugs.winehq.org/attachment.cgi?id=36572 GFX560 patch v1 - add PCI ID for GTX560 and make it default return value
Ok, so the problem is with GTX560 not being recognized by wine. I've tried to hack around in 'dlls/wined3d/directx.c' and 'dlls/wined3d/wined3d_private.h' and defined GTX560(btw there is wrongly defined GTX560 as TI which is not). However, I've, or wine, failed to correctly recognize graphics card. Only when I've replaced default return value, which is 8300GS, it works. No, it does not, because it is default value of function. Could somebody from developers help me with this one? I though, and I still think, expanding enumeration of nVidia cards is the way to do it. What I don't understand is why wine doesn't recognize graphics card even with correctly provided PCI ID.
Patch is attached.