Now the bad stuff:

- Some programs run without acceleration.  LIBGL_DEBUG=verbose reports
 things like:

   libGL error: dlopen .../r300_dri.so failed (.../r300_dri.so: undefined 
symbol: _glapi_add_dispatch)

Did you install Mesa from CVS ? There were quite a few big change in CVS and one now needs to install the library as well, not just the drivers.

                  best

                    Vladimir Dergachev


 strace shows it opening the right versions of libGL and r300_dri,
 and libGL does have that symbol, and of course glxinfo and glxgears
 do run with direct rendering.  So this is a mystery.

- Software GL consistently segfaults the X server whenever certain
 operations (such as a window resize) are attempted.  For example one
 of my test programs that does _not_ run with direct rendering does a
 glutReshapeWindow on startup and it segfaults X.org every time.  The
 good news is that the server seems to restart easily and e.g. the
 machine has not completely locked up on me yet.

- The "Building" page on the wiki seems to be out of date.  Mesa now
 requires libdrm to be installed and registered with pkg-config.

                                                 -Dave Dodge


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to