Andreas Birkholz <[EMAIL PROTECTED]> writes: > (...) > Gdk-ERROR **: BadAlloc (insufficient resources for operation) > serial 686202 error_code 11 request_code 53 minor_code 0 > Gdk-ERROR **: BadDrawable (invalid Pixmap or Window parameter) > serial 686205 error_code 9 request_code 70 minor_code 0
If you look at these errors, you see that every failure starts with a BadAlloc. This simply means that your X terminal is running out of memory and tells the application that it cannot have the resources it asks for. (In this case, a new pixmap to draw something on, I guess.) Sadly most current applications have become so resource hungry, also on server-side resources, that running a regular X terminal is getting more and more difficult. -Harald -- Harald Nordg�rd-Hansen, Linpro AS <>< http://www.linpro.no/~hnh/ PB. 375, N-1601 Fredrikstad, Norway Phone/Fax: +47 6935 2424/25 _______________________________________________ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert
