http://bugs.winehq.org/show_bug.cgi?id=31463
Nicky nheart@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nheart@gmail.com
--- Comment #9 from Nicky nheart@gmail.com 2012-08-29 13:31:35 CDT --- (In reply to comment #8)
Yes, I know, but wine should recognize correct for all cards, no only 630M :P
I can report new bug (about 310M) if it's needed
Wine can't automatically recognize each card, because when a card is released it has an unique PCI ID which wine has no way of knowing. You have to manually code it (Which in fact is what the drivers for the graphics cards also do). Adding support for a new card is quite a trivial task (in fact the harder part is setting up git, rather than the actual coding).