https://bugs.winehq.org/show_bug.cgi?id=38177 Bug ID: 38177 Summary: d3d: Card 10de:0849 not found in driver DB Product: Wine Version: 1.7.37 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-d3d Assignee: wine-bugs(a)winehq.org Reporter: bernhardu(a)vr-web.de Distribution: Debian (Opening this ticket as I got suggested in bug #33969.) When starting "Volvo - The Game" with wine 1.7.37 I get such a line: err:d3d:init_driver_info Card 10de:0849 not found in driver DB. Later the game complained also about too less graphics memory. Therefore I tried raising it by using the registry key "VideoMemorySize" to 256 and that made the game work. Unfortunately because this is an onboard graphics card with shared memory I do not know exactly which value would be correct. Due to dmesg the nouveau driver uses "VRAM: 256 MiB". The board is this one: http://www.asrock.com/mb/NVIDIA/K10N78M/ There the graphics card is described as: "GeForce 8100" with "Max. shared memory 512MB". Also it mentions the graphic device is a Geforce 8100 (10de:084f), but wine gets the pci id 10de:0849 which is currently not in use. (And 10de:0849 would be the Geforce 8200.) This all is while using the nouveau driver from current Debian/testing. (Because the nvidia binary driver 340 from debian made the system unstable.) Attached is the output of dmesg, lspci -nnn and a patch to have 10de:0849 recognized with 256MB. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.