Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Mar 2000 18:30:43 -0500 (EST)
From:      "Michael L. Imamura" <gte255n@prism.gatech.edu>
To:        "Nawfal M. Rouyan" <op4l@yahoo.com>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: XFree86-4 can't start
Message-ID:  <Pine.SOL.4.21.0003111825530.5212-100000@acmex.gatech.edu>
In-Reply-To: <20000311202410.2528.qmail@web1607.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help

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


Michael L. Imamura
Georgia Institute of Technology, Atlanta Georgia, 30332
Email: gte255n@prism.gatech.edu

On Sat, 11 Mar 2000, Nawfal M. Rouyan wrote:

> 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
> file.
> .....
> (II) LoadModule: "mouse"
> (WW) Warning, couldn't open module mouse
> (II) UnloadModule: "mouse"
> (EE) Failed to load module "mouse" (module does not
> exist, 0)
> .....
> (EE) No Input driver matching `mouse'
> (II) Keyboard "Keyboard1" handled by legacy driver
> (WW) No core pointer registered
> No core pointer
> Fatal server error:
> failed to initialize core devices
> 
> I'm using NVidia RIVA 128ZX with 8MB RAM and the X
> server
> detects it successfully. Any suggestions to solve my problems?
> __________________________________________________
> Do You Yahoo!?
> Talk to your friends online with Yahoo! Messenger.
> http://im.yahoo.com
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-current" in the body of the message
> 



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?Pine.SOL.4.21.0003111825530.5212-100000>