In dlls/wined3d/directx.c video cards are identified by string comparisons to the OpenGL renderer string. I recently added support for the GTX 550 Ti, so I spent a bit of time perusing the code. The GTX 560 Ti is identified by the string &quot;GeForce GTX 560 TI&quot; but noticed that on my system, the renderer string is &quot;GeForce GTX 550 Ti/PCI/SSE2&quot;. Note the difference in capitalisation of &quot;TI&quot; versus &quot;Ti&quot;.<div>
<br></div><div>When I added the GTX 550 Ti, I tested with both &quot;TI&quot; and &quot;Ti&quot; in the cards[] entry, and with &quot;TI&quot; my card is not recognised but with &quot;Ti&quot; wine does detect it correctly.</div>
<div><br></div><div>Yes, I have a 550 and not a 560, hence I&#39;m just asking here. I cannot confirm that the 560 renderer string has capital &quot;TI&quot;, but google searches seem to imply that the capitalisation follows the 550 renderer, using &quot;Ti&quot; rather than &quot;TI&quot;, and the advertising supports the capital-T lowercase-i version.</div>
<div><br></div><div>Now, some questions.</div><div>1) Can anyone confirm that the GTX 560 Ti is detected correctly via the OpenGL renderer string, or even confirm that the OpenGL renderer string for the 560 GTX Ti has either &quot;TI&quot; or &quot;Ti&quot; as the capitalisation?</div>
<div><br></div><div>2) The capital &quot;TI&quot; is also used in gpu_description_table[], where it is returned as the description of video card. I don&#39;t know what Windows-based programs expect here, but I&#39;m guessing that this possibly also should be &quot;Ti&quot;. Is there any way I can check this?</div>
<div><br></div><div>Thanks,</div><div>William</div>