From owner-freebsd-current Sat Mar 11 15:30:52 2000 Delivered-To: freebsd-current@freebsd.org Received: from acmex.gatech.edu (acmex.gatech.edu [130.207.165.22]) by hub.freebsd.org (Postfix) with ESMTP id B06B537BD7F for ; Sat, 11 Mar 2000 15:30:45 -0800 (PST) (envelope-from gte255n@prism.gatech.edu) Received: from localhost (gte255n@localhost) by acmex.gatech.edu (8.9.2/8.9.2) with ESMTP id SAA07967; Sat, 11 Mar 2000 18:30:43 -0500 (EST) Date: Sat, 11 Mar 2000 18:30:43 -0500 (EST) From: "Michael L. Imamura" To: "Nawfal M. Rouyan" Cc: freebsd-current@FreeBSD.ORG Subject: Re: XFree86-4 can't start In-Reply-To: <20000311202410.2528.qmail@web1607.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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