Date: Sat, 11 Mar 2000 19:56:18 -0800 From: Doug Barton <Doug@gorean.org> To: "Michael L. Imamura" <gte255n@prism.gatech.edu> Cc: "Nawfal M. Rouyan" <op4l@yahoo.com>, freebsd-current@FreeBSD.ORG Subject: Re: XFree86-4 can't start Message-ID: <38CB1562.2227DE16@gorean.org> References: <Pine.SOL.4.21.0003111825530.5212-100000@acmex.gatech.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
"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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38CB1562.2227DE16>