Date: Sun, 12 Mar 2000 01:25:58 +0100 (MET) From: Jean-Marc Zucconi <jmz@FreeBSD.org> To: op4l@yahoo.com Cc: freebsd-current@FreeBSD.org Subject: Re: XFree86-4 can't start Message-ID: <200003120025.BAA29349@qix.jmz.org> In-Reply-To: <20000311202410.2528.qmail@web1607.mail.yahoo.com> (op4l@yahoo.com) References: <20000311202410.2528.qmail@web1607.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> Nawfal M Rouyan writes:
> Hi,
> I've installed XFree86 version 4 trough the ports
> collection
> but it won't start and I think it is because of the
> missing mouse module. Since I'm using lynx, I can't
> attached the /var/log/XFree86.0.log file for your
> reference. I can only paste the error I found in the
Yes, the mouse drive was not built :-(. TRy again with the following
patch to scripts/configure
Jean-Marc
Index: scripts/configure
===================================================================
RCS file: /home/ncvs/ports/x11/XFree86-4/scripts/configure,v
retrieving revision 1.58
diff -u -r1.58 configure
--- scripts/configure 2000/03/11 00:20:34 1.58
+++ scripts/configure 2000/03/12 00:23:57
@@ -196,7 +196,7 @@
echo "#undef BuildXInputExt" >> $F
echo "#define BuildXInputExt NO" >> $F
else
- echo "#define XInputDrivers dynapro elo2300 elographics magellan microtouch \
+ echo "#define XInputDrivers mouse dynapro elo2300 elographics magellan microtouch \
mutouch spaceorb wacom" >> $F
# XXX broken in 3.9.18
# if [ X${MACHINE} != X"alpha" ]; then
--
Jean-Marc Zucconi PGP Key: finger jmz@FreeBSD.org
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?200003120025.BAA29349>
