No subject


Sat Jul 23 11:19:03 CEST 2011


create the icon pixmaps at a scaled size. X Pixmaps reside on the
server. The contradiction here is that you should get a "unable to
create pixmap" from gdk_image_new() ---which is what asks for the
resources from your X display. Instead your X server gives gdk the
pixmap, but when gdk and X events are syncronized, your X display
realizes that it should not have created the pixmap for whatever reason,
and denies access to the pixmap. Ergo, crash.
There are several different S3 drivers for xfree 3.x, like S3-virge. If
you do not have the right one for your card (open the computer and take
a look at what the chip says) then your Xdisplay will have unpredictable
behaviour if it works at all.

Edscott


> GDB> c
> Continuing.
> xftree: Fatal XLib internal error
> BadAccess (attempt to access private resource denied)
> Request 129, Error 10
> 
> 
> 	Heiko
> _______________________________________________
> Xfce mailing list
> Xfce at moongroup.com
> http://moongroup.com/mailman/listinfo/xfce





More information about the Xfce mailing list