On Thu, 2008-08-07 at 11:25 +0400, Alexander Sabourenkov wrote: > > I am trying to understand why Google Sketchup running under wine works > ok (white drawing area background, points, lines and other stuff is > visible) when DRI is disabled in xorg driver section (radeon and intel > drivers), but not (black drawing area) when it's enabled there. > Disabling 3d accel in dricorf (no_rast=true) makes no difference. > > Tested Mesa versions: > 7.0.3~rc2-1ubuntu3 > 7.1.0~git20080728 > > It also works with nvidia proprietary driver.
One possibility could be that it's triggering undetected GL error conditions. With a Mesa debugging build, there's a message on stderr every time a GL error condition is triggered. Or you could try attaching gdb and setting a breakpoint at _mesa_error. > Second (minor) problem is that mouse cursor under Mesa has white opaque > background. It should be (and is when using nvidia proprietary driver) > transparent. This is only related to Mesa if the cursor is rendered using OpenGL. Is it? -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI developer ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
