https://bugs.winehq.org/show_bug.cgi?id=38177
Matteo Bruni matteo.mystral@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |matteo.mystral@gmail.com
--- Comment #4 from Matteo Bruni matteo.mystral@gmail.com --- (In reply to Bernhard Übelacker from comment #3)
Created attachment 50933 [details] patch to add GeForce 8200 with 256MB
Good catch. If you can temporarily install the binary Nvidia drivers and check what renderer string is reported by it and update the cards_nvidia_binary table (the "8200" entry should either use CARD_NVIDIA_GEFORCE_8200 or be removed altogether) that would be excellent.
Apparently the CARD_NVIDIA_GEFORCE_8500GT device ID also suffers from the same issue. You could add an entry for it too in gpu_description_table if you can find all the info to put there. Or just remove the define and replace its use with e.g. the 8600GT one. This could be a separate patch.