I haven't tried xfce, but I had some problems running Enlightenment 16.3,
all related to shared memory. I disabled shared pixmaps in my Imlib
configuration and that got rid of the random crashing, but is again not a
very optimal solution :) I'm guessing it's a problem with the current GTK
version and X4.
Try starting xfce with "--no-xshm" and/or "--no-shm" and see if the
problem clears up.
Michael L. Imamura
Georgia Institute of Technology, Atlanta Georgia, 30332
Email: [EMAIL PROTECTED]
On Sat, 11 Mar 2000, Doug Barton wrote:
> "Michael L. Imamura" wrote:
> >
> > I was able to get it working through a small patch to the
> > scripts/configure file. Probably not the most optimal solution, but it
> > works until the port is updated:
> >
> > --- configure Fri Mar 10 19:20:34 2000
> > +++ configure.2 Sat Mar 11 18:19:55 2000
> > @@ -197,7 +197,7 @@
> > echo "#define BuildXInputExt NO" >> $F
> > else
> > echo "#define XInputDrivers dynapro elo2300 elographics magellan microtouch \
> > - mutouch spaceorb wacom" >> $F
> > + mutouch spaceorb wacom mouse" >> $F
> > # XXX broken in 3.9.18
> > # if [ X${MACHINE} != X"alpha" ]; then
> > # echo "#define JoystickSupport YES" >> $F
>
> that got me to the point where I could start X, but xfce won't start. I
> get the following errors:
>
> Gdk-ERROR **: BadAccess (attempt to access private resource denied)
> serial 63 error_code 10 request_code 141 minor_code 1
> Gdk-ERROR **: BadShmSeg (invalid shared segment parameter)
> serial 64 error_code 143 request_code 141 minor_code 5
>
> I have shared memory compiled into my kernel, not sure what this could
> be if it's not an X 4 problem. xfwm does start though, odd.
>
> Doug
> --
> "Welcome to the desert of the real."
>
> - Laurence Fishburne as Morpheus, "The Matrix"
>
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message