> I got the same problems with G200 and XFree86 3.3.3-3 when run apps like gimp
> version 1.0. I've posted the complete stderr of the x-serever to Xfree guys
> since 10-15 of December with no reply till today.
Hmmm. Interesting. I too have a G200 and XFree86 3.3.3-3 (glibc1.)
I've found that Quake2 (in X) crashes X the same way, and so does anything using
Imlib. This morning I isolated the latter to this miniature program:
#include <Imlib.h>
#include <X11/Intrinsic.h>
int main(int argc, char* argv[])
{
XtAppContext ac = XtCreateApplicationContext();
Display* disp = XtOpenDisplay(ac,"","","",0,0,&argc,argv);
Imlib_init(disp);
XtCloseDisplay(disp);
XtDestroyApplicationContext(ac);
return 0;
}
Haven't seen exactly where it dies, since the crash is so brutal, but removing
the Imlib_init call makes both X and the program survive.
_
/Bjorn.
-
To get out of this list, please send email to [EMAIL PROTECTED] with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.html