http://bugs.winehq.org/show_bug.cgi?id=34671
Bug #: 34671 Summary: wined3d: Add Radeon HD 4650 PCI IDs Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-d3d AssignedTo: wine-bugs@winehq.org ReportedBy: edwin+winebugs@etorok.net Classification: Unclassified
Created attachment 46222 --> http://bugs.winehq.org/attachment.cgi?id=46222 patch to add PCI id for Radeon HD 4650
Noticed this on a Cryptic game (have to set VideoPciVendorID and VideoPciDeviceID in registry, otherwise its very slow): fixme:d3d:init_driver_info Unable to find a driver/device info for vendor_id=0x1002 device_id=0x9498 for driver_model=2
My card is: 01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] RV730 PRO [Radeon HD 4650] [1002:9498]
Relevant glxinfo output: OpenGL vendor string: X.Org OpenGL renderer string: Gallium 0.4 on AMD RV730 OpenGL core profile version string: 3.1 (Core Profile) Mesa 9.2.0 OpenGL core profile shading language version string: 1.40 OpenGL core profile context flags: (none) OpenGL core profile extensions: OpenGL version string: 3.0 Mesa 9.2.0 OpenGL shading language version string: 1.30 OpenGL context flags: (none)
Attached patch adds the missing PCI id.