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.
http://bugs.winehq.org/show_bug.cgi?id=34671
--- Comment #1 from Bruno Jesus 00cpxxx@gmail.com 2013-10-06 11:03:13 CDT --- Hi, thanks for your work. Patches are not picked from the bugzilla, please read http://wiki.winehq.org/SubmittingPatches and send your patches to the patches mailing list. If you are not in the mood just say so and someone else may send the patch for you.
http://bugs.winehq.org/show_bug.cgi?id=34671
--- Comment #2 from Henri Verbeet hverbeet@gmail.com 2013-10-06 15:27:42 CDT --- That patch makes no sense, especially not if you're using r600g.
https://bugs.winehq.org/show_bug.cgi?id=34671
--- Comment #3 from Austin English austinenglish@gmail.com --- This is your friendly reminder that there has been no bug activity for over a year. Is this still an issue in current (1.7.37 or newer) wine? If so, please attach the terminal output in 1.7.37 (see http://wiki.winehq.org/FAQ#get_log).
https://bugs.winehq.org/show_bug.cgi?id=34671
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #4 from winetest@luukku.com --- A bit weird.
I was able to find this
{"HD 4650", CARD_AMD_RADEON_HD4600}, /* Radeon RV730 */
from amd_binary
But I couldnt find any other entrys for this gpu.
No mesa recognize code, no memory amount.
https://bugs.winehq.org/show_bug.cgi?id=34671
winetaste@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetaste@gmx.net
--- Comment #5 from winetaste@gmx.net --- Can I help? I have this GPU:
Extended renderer info (GLX_MESA_query_renderer): Vendor: X.Org (0x1002) Device: AMD RV730 (DRM 2.46.0 / 4.8.0-34-generic, LLVM 3.8.1) (0x9498) Version: 12.0.3 Accelerated: yes Video memory: 512MB Unified memory: no Preferred profile: core (0x1) Max core profile version: 3.3 Max compat profile version: 3.0 Max GLES1 profile version: 1.1 Max GLES[23] profile version: 3.0
https://bugs.winehq.org/show_bug.cgi?id=34671
Matteo Bruni matteo.mystral@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED
--- Comment #6 from Matteo Bruni matteo.mystral@gmail.com --- (In reply to Török Edwin from comment #0)
Created attachment 46222 [details] 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
That fixme shouldn't be a problem with current Wine, while at the time this bug was reported it was caused by the registry overrides you set. It's not clear how setting those registry keys could have helped performance (maybe changing the device ID made the game rerun its graphics settings autodetection and pick some lower quality settings?) but in any case I don't think this is a valid bug.
https://bugs.winehq.org/show_bug.cgi?id=34671
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Ken Sharp imwellcushtymelike@gmail.com --- Closing.