>>>>> 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 [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to