"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