http://bugs.winehq.org/show_bug.cgi?id=18857
Summary: D3DADAPTER_IDENTIFIER9.Driver retrieved from IDirect3D9::GetAdapterIdentifier should match the video adapter card reported. Product: Wine Version: 1.1.23 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: directx-d3d AssignedTo: wine-bugs@winehq.org ReportedBy: yann@droneaud.fr
According to my own experience, Driver is always the name of a .DLL (or a .DRV) (eg. vmx_fb.dll, atiumdag.dll, vmx_svga.drv, ati3d1ag.dll, NVDD32.DLL, ati2dvag.dll, nv4_disp.dll, ialmrnt5.dll, etc.). Currently it's a fixed string "Display".
See winetest.exe results for d3d9:visual for examples.
driver_version_table from dlls/wined3d/directx.c could be extended to also store some well known driver name.
(or, instead of using "Display", why not using "wined3d.dll" as driver name ?).
http://bugs.winehq.org/show_bug.cgi?id=18857
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE
--- Comment #1 from Jeff Zaroyko jeffz@jeffz.name 2009-06-09 05:20:11 --- duplicate, see here http://bugs.winehq.org/show_bug.cgi?id=15839#c61
*** This bug has been marked as a duplicate of bug 15839 ***
http://bugs.winehq.org/show_bug.cgi?id=18857
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Jeff Zaroyko jeffz@jeffz.name 2009-06-09 05:20:40 --- closing