http://bugs.winehq.org/show_bug.cgi?id=33364
Bug #: 33364 Summary: AMD HD 6650 is recognized as HD 2900XT1 Product: Wine Version: 1.5.27 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: petrosha@list.ru Classification: Unclassified
Created attachment 44142 --> http://bugs.winehq.org/attachment.cgi?id=44142 lspci
Hi!
I use Asus K43Ta laptop (http://www.asus.com/Notebooks_Ultrabooks/K43TA/#specifications)
It has dualgraphics videocard AMD Radeon HD 6720G2 (http://www.amd.com/us/products/technologies/dual-graphics/Pages/dual-graphic...)
which consists of two cards: Integrated HD 6520G Discrete HD 6650M
For gaming I use Discrete and Catalyst 13.1 Catalyst says that it is "AMD Radeon 6600M and 6700M Series" But Eve-Online in wine says it is AMD Radeon 2900 XT1 LOTRO in wine says the same as EveOnline.
It seems to be the same problem as in this closed bug but for another card http://bugs.winehq.org/show_bug.cgi?id=31590
I am not sure that I can write a patch but will provide any needed info
Thanx Petr Shatunov
http://bugs.winehq.org/show_bug.cgi?id=33364
--- Comment #1 from Petr Shatunov petrosha@list.ru 2013-04-10 22:40:14 CDT --- Created attachment 44143 --> http://bugs.winehq.org/attachment.cgi?id=44143 catalyst device info
http://bugs.winehq.org/show_bug.cgi?id=33364
--- Comment #2 from Petr Shatunov petrosha@list.ru 2013-04-10 22:43:22 CDT --- Created attachment 44144 --> http://bugs.winehq.org/attachment.cgi?id=44144 eve online card detection
http://bugs.winehq.org/show_bug.cgi?id=33364
Petr Shatunov petrosha@list.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #44142|0 |1 is obsolete| |
--- Comment #3 from Petr Shatunov petrosha@list.ru 2013-04-10 23:02:13 CDT --- Created attachment 44145 --> http://bugs.winehq.org/attachment.cgi?id=44145 lspci with pciid
http://bugs.winehq.org/show_bug.cgi?id=33364
Petr Shatunov petrosha@list.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|AMD HD 6650 is recognized |AMD HD 6650M is recognized |as HD 2900XT1 |as HD 2900XT1
http://bugs.winehq.org/show_bug.cgi?id=33364
DL dredgingthelake@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dredgingthelake@gmail.com
--- Comment #4 from DL dredgingthelake@gmail.com --- It looks like the PCI ID for this card is already added in wined3d_private.h:
CARD_AMD_RADEON_HD6600M = 0x6741,
There are a few other mobile cards that seem to refer back to HD6600M so I assume they are the same card essentially. Perhaps the exact card model needs to be added as well? In directx.c:
{"HD 6650M",CARD_AMD_RADEON_HD6600M}
I'm no expert on this so forgive me if I've misinterpreted things completely here.
Anyway, Petr you might want to test again as it may be already working with current git.
http://bugs.winehq.org/show_bug.cgi?id=33364
--- Comment #5 from DL dredgingthelake@gmail.com --- One another question. I was looking at the device list for AMD cards in wined3d_private.h and the entries seem to only specify one PCI id for each series. E.g. there is only a entry for CARD_AMD_RADEON_HD7800 which has a pci id of 0x6819 which is the 7850. The 7870, on the other hand, has a pci id of 0x6818. So if I'm not mistaken only the 7850 will be correctly detected, but not the 7870.
It looks like one entry for each series has been taken from http://developer.amd.com/resources/hardware-drivers/ati-catalyst-pc-vendor-i... That list doesn't seem to specify each model, and it's also out of date as no volcanic islands cards are included.
Techpowerup's VGA bios collection appears to be a better reference, although it's not an official source: http://www.techpowerup.com/vgabios/
https://bugs.winehq.org/show_bug.cgi?id=33364
--- Comment #6 from Henri Verbeet hverbeet@gmail.com --- (In reply to DL from comment #5)
E.g. there is only a entry for CARD_AMD_RADEON_HD7800 which has a pci id of 0x6819 which is the 7850. The 7870, on the other hand, has a pci id of 0x6818.
No, it doesn't work like that. You can't distinguish a 7850 from a 7870 based on the PCI ID. Note that even if you could that wouldn't help though, since e.g. fglrx will report both as "AMD Radeon HD 7800 Series".
https://bugs.winehq.org/show_bug.cgi?id=33364
--- Comment #7 from DL dredgingthelake@gmail.com --- (In reply to Henri Verbeet from comment #6)
(In reply to DL from comment #5)
E.g. there is only a entry for CARD_AMD_RADEON_HD7800 which has a pci id of 0x6819 which is the 7850. The 7870, on the other hand, has a pci id of 0x6818.
No, it doesn't work like that. You can't distinguish a 7850 from a 7870 based on the PCI ID. Note that even if you could that wouldn't help though, since e.g. fglrx will report both as "AMD Radeon HD 7800 Series".
Is this true for Volcanic Islands as well? The R7/R9 cards do need to be added as well, but they aren't listed on AMD's site in the generic form. I guess they need someone who owns one of those cards to check it.
https://bugs.winehq.org/show_bug.cgi?id=33364
--- Comment #8 from Henri Verbeet hverbeet@gmail.com --- (In reply to DL from comment #7)
Is this true for Volcanic Islands as well? The R7/R9 cards do need to be added as well, but they aren't listed on AMD's site in the generic form. I guess they need someone who owns one of those cards to check it.
I don't have the hardware to check, but it's my impression that Volcanic Islands are essentially Southern Islands / Sea Islands, depending on the specific model, so I'd expect so.
https://bugs.winehq.org/show_bug.cgi?id=33364
--- Comment #9 from Henri Verbeet hverbeet@gmail.com --- I'm fairly sure the original issue has been fixed since quite a while, but can't test myself.
https://bugs.winehq.org/show_bug.cgi?id=33364
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Abandoned? See Also| |https://bugs.winehq.org/sho | |w_bug.cgi?id=38921
https://bugs.winehq.org/show_bug.cgi?id=33364
Johan Gardhage johan.gardhage@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |johan.gardhage@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=33364
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED
--- Comment #10 from Ken Sharp imwellcushtymelike@gmail.com --- (In reply to Henri Verbeet from comment #9)
I'm fairly sure the original issue has been fixed since quite a while, but can't test myself.
Three years is long enough, marking fixed.
https://bugs.winehq.org/show_bug.cgi?id=33364
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #11 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 3.10.