From owner-freebsd-questions Mon Jun 18 17:48:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from shumai.marcuscom.com (rdu26-228-058.nc.rr.com [66.26.228.58]) by hub.freebsd.org (Postfix) with ESMTP id DD1B037B401 for ; Mon, 18 Jun 2001 17:48:46 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.3/8.11.3) with ESMTP id f5J0mg418057; Mon, 18 Jun 2001 20:48:42 -0400 (EDT) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Mon, 18 Jun 2001 20:48:42 -0400 (EDT) From: Joe Clarke To: Cc: Subject: Re: Problems with Wheel Mouse in X In-Reply-To: <20010619003405.5960.qmail@web4601.mail.yahoo.com> Message-ID: <20010618204751.P14681-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Try: Section "InputDevice" # Identifier and driver Identifier "Mouse0" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/sysmouse" # Option "ZAxisMapping" "4 5" Option "Buttons" "5" Option "Resolution" "100" It works for me. I installed the imwheel port, and I've never had a problem with my wheeled mouse. The above assumes moused is running as follows: moused -z 4 -p /dev/psm0 -t auto Joe Clarke On Mon, 18 Jun 2001, Jason La wrote: > I have FreeBSD 4.3 release running, and I JUST got KDE and > XFree86 4.03 working. > > My problem is that I can't seem to find the right > configuration for my mouse. Whenever I start X, my mouse > goes haywire. It continuely tries to move to the top of the > screen and stays there, and it is constantly sending a > "click" signal to FreeBSD. > > I have a Logitech MouseMan Wheel PS/2 mouse. Is there a > specific set of commands I need to send to moused? My > XF86Config section for the mouse looks like this: > > # > ********************************************************************** > # Core Pointer's InputDevice section > # > ********************************************************************** > > Section "InputDevice" > > # Identifier and driver > > Identifier "Mouse1" > Driver "mouse" > Option "Protocol" "MouseMan" > Option "Device" "/dev/psm0" > > # When using XQUEUE, comment out the above two lines, and > uncomment > # the following line. > > # Option "Protocol" "Xqueue" > > # Baudrate and SampleRate are only for some Logitech mice. > In > # almost every case these lines should be omitted. > > # Option "BaudRate" "9600" > # Option "SampleRate" "150" > > # Emulate3Buttons is an option for 2-button Microsoft mice > # Emulate3Timeout is the timeout in milliseconds (default > is 50ms) > > # Option "Emulate3Buttons" > # Option "Emulate3Timeout" "50" > > # ChordMiddle is an option for some 3-button Logitech mice > > Option "ChordMiddle" > > EndSection > > ===== > -- Jason La > jasonla@pobox.com > > __________________________________________________ > Do You Yahoo!? > Spot the hottest trends in music, movies, and more. > http://buzz.yahoo.com/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message