From owner-freebsd-questions Mon Jun 18 17:34:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web4601.mail.yahoo.com (web4601.mail.yahoo.com [216.115.105.156]) by hub.freebsd.org (Postfix) with SMTP id 0836837B408 for ; Mon, 18 Jun 2001 17:34:06 -0700 (PDT) (envelope-from jasonla00@yahoo.com) Message-ID: <20010619003405.5960.qmail@web4601.mail.yahoo.com> Received: from [209.179.194.126] by web4601.mail.yahoo.com; Mon, 18 Jun 2001 17:34:05 PDT Date: Mon, 18 Jun 2001 17:34:05 -0700 (PDT) From: Jason La Reply-To: jasonla@pobox.com Subject: Problems with Wheel Mouse in X To: freebsd-questions@freebsd.org 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 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