From owner-freebsd-current Sat Mar 11 20:52:55 2000 Delivered-To: freebsd-current@freebsd.org Received: from acmex.gatech.edu (acmex.gatech.edu [130.207.165.22]) by hub.freebsd.org (Postfix) with ESMTP id 0785137B884 for ; Sat, 11 Mar 2000 20:52:51 -0800 (PST) (envelope-from gte255n@prism.gatech.edu) Received: from localhost (gte255n@localhost) by acmex.gatech.edu (8.9.2/8.9.2) with ESMTP id XAA05070; Sat, 11 Mar 2000 23:52:26 -0500 (EST) Date: Sat, 11 Mar 2000 23:52:26 -0500 (EST) From: "Michael L. Imamura" To: Doug Barton Cc: freebsd-current@FreeBSD.ORG Subject: Re: XFree86-4 can't start In-Reply-To: <38CB1562.2227DE16@gorean.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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: gte255n@prism.gatech.edu 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 majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message