[Bug 6812] opengl in qt window does not display

Wine Bugs wine-bugs at winehq.org
Fri Aug 3 15:59:30 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=6812





------- Additional Comments From thunderbird2k at gmx.net  2007-03-08 15:59 -------
As a hack you can try to edit dlls/winex11.drv/opengl.c
Go to the function X11DRV_ChoosePixelFormat it should be around line 1000 (my 
opengl.c contains some new work, so I don't know the real line number).

Then lets say after:
  if (TRACE_ON(opengl)) {
    TRACE("(%p,%p)\n", physDev, ppfd);

    dump_PIXELFORMATDESCRIPTOR((const PIXELFORMATDESCRIPTOR *) ppfd);
  }

Add a line:
return 1;

Then recompile and see what happens.

BTW your Nvidia drivers haven't been installed properly. You are mixing the 
libraries and kernel module of different driver versions.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list