http://bugs.winehq.org/show_bug.cgi?id=17750
--- Comment #4 from David davidsboogs@gmail.com 2009-03-18 06:01:04 --- Created an attachment (id=20010) --> (http://bugs.winehq.org/attachment.cgi?id=20010) Output from git bisect and other commands
The results from the regression testing explain very well why it works for tyle7 and not for me: the bad commit is [540febecf9c40e210957e2d4c8d717897137fe56] wined3d: Detect Radeon Xpress Series, report PCI ID of Radeon Xpress 200M.
And my system has an "ATI Technologies Inc RS485 [Radeon Xpress 1100 IGP]" (Running Kubuntu Hardy x86 on an AMD Turion 1.6 GHz dual-core) - My card at least used to sometimes ID as a 200M. I am not sure exactly where to look for the driver version: I am using the 'official' repository one. It may be 7.1.0-8-3
Attached is the output of the final git bisect command (with more info about the bad commit), the bisect log, the lspci -v of my video card, and apt-cache policy xorg-driver-fglrx (which I think might have my graphics driver version)
Note, some of the revisions in the middle of the testing didn't compile due to some language stuff, but I found a way to fix them and did so (open two files in kate, change encoding to Chinese Traditional, make any change and put it back, then save.)
I hope this helps, and thanks. Let me know if there is more info I can provide.