https://bugs.winehq.org/show_bug.cgi?id=38177
--- Comment #10 from Matteo Bruni matteo.mystral@gmail.com --- (In reply to Bernhard Übelacker from comment #9)
That is already the case without my modification.
As far as I can see wine gets this PCI Id from wined3d_guess_card which gets only as input the vendor and renderer string. (There the function select_card_handler queries cards_nvidia_mesa.)
Therefore as long as nouveau returns in the renderer string "NVAA" wine treats this card as 8200 with 10de:0849.
Ah, sure, for Nouveau that's going to be the case, since we can't disambiguate between the 8100 and the 8200. That's fine.
Then the question remains how many memory should be given:
- the spec for this board mentions 512MB (are there 8200/8100 with just 256?)
- nouveau prints in dmesg it (initially?) took 256MB
It doesn't matter much, both are fine. I'd just go with 512MB, it's less likely to break games.