http://bugs.winehq.org/show_bug.cgi?id=28035
--- Comment #20 from Erich Hoover ehoover@mines.edu 2011-12-05 16:57:43 CST --- (In reply to comment #19)
What does running "glxinfo | grep renderer" in a terminal tell you and what are your Vendor and Device ID codes?
$ glxinfo | grep renderer OpenGL renderer string: GeForce 7900 GT/GTO/PCI/SSE2
$ lspci -n | grep 0300 01:00.0 0300: 10de:0291 (rev a1)
Well, judging on these lines of code I believe we can solve your problem: ---- {"7900", CARD_NVIDIA_GEFORCE_7800GT}, /* Geforce 7 - highend */ {"7800", CARD_NVIDIA_GEFORCE_7800GT}, /* Geforce 7 - highend */ ----
I'll look into it tonight and then send you a patch to try.