From owner-freebsd-questions@FreeBSD.ORG Fri May 14 02:48:53 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2F7716A4CE for ; Fri, 14 May 2004 02:48:53 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id B39C843D31 for ; Fri, 14 May 2004 02:48:52 -0700 (PDT) (envelope-from ph.schulz@gmx.de) Received: (qmail 12599 invoked by uid 65534); 14 May 2004 09:48:51 -0000 Received: from p5090CC69.dip0.t-ipconnect.de (EHLO gmx.de) (80.144.204.105) by mail.gmx.net (mp027) with SMTP; 14 May 2004 11:48:51 +0200 X-Authenticated: #1954550 Message-ID: <40A49683.3070103@gmx.de> Date: Fri, 14 May 2004 11:50:59 +0200 From: "Ph. Schulz" User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bill Schoolcraft References: <20040513131652.K5212@bsd.billschoolcraft.com> In-Reply-To: <20040513131652.K5212@bsd.billschoolcraft.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: No mouse in X, Dell Inspiron 5150 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 May 2004 09:48:53 -0000 > > the new Nvidia package and my current XF86Config section for > the mouse looks like this: > > Section "InputDevice" > Identifier "Mouse1" > Driver "mouse" > Option "Protocol" "PS/2" > Option "Device" "/dev/sysmouse" > I think "Protocol" should be "Auto" if you're going to use "/dev/sysmouse" as the "Device". Of course, moused(8) needs to run for this to work. > > Once again the mouse was not detected during a > /stand/sysinstall configuration attempt either. > Please check your dmesg(8) to see if the system recognizes it. I'm not familiar with your laptop, but I think that those built-in mice in laptops should come up just like a normal ps/2 connected mouse. In this case you might want to disable moused(8) in /etc/rc.conf and instead start it from the console to get more verbose output. Try to runn it with moused -d -f -p /dev/psm0 -t ps/2 Hopefully moused(8) spits out some error messages which might help do diagnose the problem further. Phil.