Michel D�nzer <[EMAIL PROTECTED]> wrote: >On Fri, 2002-01-04 at 04:03, Steven Walter wrote: >> On Wed, Jan 02, 2002 at 09:48:24PM -0500, Aciel wrote: >> > Okay, found one of the many problems. It didn't want libglide.so.3 to be >> > real--it wanted a static link. So now instead of that odd error about >> > glXChooseVisual, I get something much more familiar: >> > >> > # LIBGL_DEBUG="1" glxinfo >> > name of display: :0.0 >> > Segmentation fault (core dumped) >> > # LIBGL_DEBUG="1" glxgears >> > Segmentation fault (core dumped) > >LIBGL_DEBUG=1 doesn't do anything useful. You want >LIBGL_DEBUG=verbose. > > >-- >Earthling Michel D�nzer (MrCooper)/ Debian GNU/Linux (powerpc) developer >XFree86 and DRI project member / CS student, Free Software >enthusiast > >_______________________________________________ >Dri-devel mailing list >[EMAIL PROTECTED] >https://lists.sourceforge.net/lists/listinfo/dri-devel >
You might also want to try 'strace glxgears' (no quotes) and see what interesting info scrolls up the screen. Mike. _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
