From owner-freebsd-questions@FreeBSD.ORG Wed Apr 28 00:31:11 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 3BE3316A4CE for ; Wed, 28 Apr 2004 00:31:11 -0700 (PDT) Received: from mail.ezrs.com (cm61-10-37-178.hkcable.com.hk [61.10.37.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E64243D1D for ; Wed, 28 Apr 2004 00:31:07 -0700 (PDT) (envelope-from santhosh@ezrs.com) Received: (qmail 26228 invoked by uid 509); 28 Apr 2004 07:24:53 -0000 Received: from santhosh@ezrs.com by mail by uid 506 with qmail-scanner-1.22 Clear:RC:1(203.124.157.138):SA:0(0.0/6.0):. Processed in 1.555367 secs); 28 Apr 2004 07:24:53 -0000 X-Spam-Status: No, hits=0.0 required=6.0 Received: from unknown (HELO ezrs.com) (santhosh@ezrs.com@203.124.157.138) by 0 with (RC4-MD5 encrypted) SMTP; 28 Apr 2004 07:24:51 -0000 Message-ID: <408F5C29.6090401@ezrs.com> Date: Wed, 28 Apr 2004 12:54:25 +0530 From: Santhosh Joseph User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 X-Accept-Language: en-us, en MIME-Version: 1.0 Cc: freebsd-questions@freebsd.org References: <408BA092.3010005@gmx.de> In-Reply-To: <408BA092.3010005@gmx.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: crazy mouse 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: Wed, 28 Apr 2004 07:31:11 -0000 I believe its the wrong mouse Protocol thats causing the problem. I would suggest you to : 1. Re-configure the mouse setting from /stand/sysinstall 2. Try changing the protocol to "MouseSystems" or "MouseMan" I do not have a FBSD box here and hence cant re-collect how i setup mine, but its something close to the above. Good Luck ! Ph. Schulz wrote: >Tsu-Fan Cheng wrote: > > >> I just changed a new m/board and found my mouse went crazy, it's out of >>control most of the time and tends to stay in one corner and "shakes" >>itself. it is a generic PS/2 mouse, 2 buttons, no special something, no >>scroller, no nothing. i tried to change "Protocol" in my XF86Config, tried >>"PS/2" "auto" "SysMouse" "IntelliMouse", up to now only "SysMouse" works, >> >> >> > >If you run moused(8), the device in XF86Config should be /dev/sysmouse >and the protocol should be set to "SysMouse". I assume you run moused(8) >with something like > > moused_flags="-p /dev/psm0 -t auto" > >in your /etc/rc.conf . If so, does the mouse work on the console? If >not, you might want to read psm(4). I had to add > > hint.psm.0.flags="0x100" > >to /boot/device.hints . Note that this is not availeable in FreeBSD 4.x >but instead you will need to add those flags to your kernel config. Find >a line that says > > device psm0 at atkbdc? irq 12 > >and make it > > device psm0 at atkbdc? irq 12 flags 0x100 > >Hope this helps, it worked for me. > >Regards, > >Phil. > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > >