http://bugs.winehq.org/show_bug.cgi?id=18224
Summary: Wine shows wrong graphics card name Product: Wine Version: 1.1.20 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: directx-d3d AssignedTo: wine-bugs@winehq.org ReportedBy: diafero@arcor.de
Since version 1.1.20, applications run with wine show a proper name for the graphics card instead of the default "Direct 3D [HAL]" which was used so far. However, that name is not correct for my card: I have a GeForce 8500 GT, but the application (Uru - Complete Chronicles) says "GeForce 8300 GS" instead.
http://bugs.winehq.org/show_bug.cgi?id=18224
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |hardware
--- Comment #1 from Austin English austinenglish@gmail.com 2009-10-29 15:20:45 --- Is this still an issue in current (1.1.32 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=18224
--- Comment #2 from diafero@arcor.de 2009-10-29 15:26:37 --- Yes, the problem is still exactly the same with wine 1.1.32
http://bugs.winehq.org/show_bug.cgi?id=18224
--- Comment #3 from Austin English austinenglish@gmail.com 2009-10-29 15:26:38 --- Is this still an issue in current (1.1.32 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=18224
--- Comment #4 from Austin English austinenglish@gmail.com 2009-10-29 21:19:55 --- Hm, shouldn't have double posted, sorry about that.
Hopefully this should fix it: http://www.winehq.org/pipermail/wine-patches/2009-October/080741.html
http://bugs.winehq.org/show_bug.cgi?id=18224
Roderick Colenbrander thunderbird2k@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |thunderbird2k@gmail.com Resolution| |INVALID
--- Comment #5 from Roderick Colenbrander thunderbird2k@gmail.com 2009-10-30 03:37:14 --- OpenGL doesn't provide a mechanism for retrieving the PCI id of cards (which is what some game use for default settings). Instead we have some basic detection mechanism and store a small amount of cards in a list (we really can't store hundreds of dozens of different combinations of a single vendor). The real name of the card isn't that important.
Roderick
http://bugs.winehq.org/show_bug.cgi?id=18224
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Dmitry Timoshkov dmitry@codeweavers.com 2009-10-30 03:51:40 --- Closig invalid.
http://bugs.winehq.org/show_bug.cgi?id=18224
--- Comment #7 from diafero@arcor.de 2009-10-30 08:40:26 --- The behaviour is slightly different than on Windows, which is why I reported it. If however the displayed name is the only difference (and no applications rely on it being correct), then I agree it's not worth the effort.
http://bugs.winehq.org/show_bug.cgi?id=18224
--- Comment #8 from Roderick Colenbrander thunderbird2k@gmail.com 2009-10-30 09:19:19 --- The problem is we can't detect the exact. For instance OpenGL may advertise '8500GT' but there are various 8500GT models with different clocks, pci id and a different amount of video memory but all use the same name. At some point we advertise a more correct name but in general the exact name isn't that important.