From owner-freebsd-stable Thu Mar 22 17:41:57 2001 Delivered-To: freebsd-stable@freebsd.org Received: from zircon.seattle.wa.us (sense-sea-CovadSub-0-228.oz.net [216.39.147.228]) by hub.freebsd.org (Postfix) with SMTP id 4CC8F37B71A for ; Thu, 22 Mar 2001 17:41:49 -0800 (PST) (envelope-from joe@zircon.seattle.wa.us) Received: (qmail 3679 invoked by uid 1001); 23 Mar 2001 01:41:46 -0000 From: Joe Kelsey MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15034.43481.821523.868378@zircon.zircon.seattle.wa.us> Date: Thu, 22 Mar 2001 17:41:45 -0800 To: abgoeree@uwnet.nl Cc: "Daniel O'Connor" , freebsd-stable@freebsd.org Subject: Re: Problem with moused or XFree86-4.03 In-Reply-To: <20010322074628.A1082@mandark.attica.home> References: <15033.28725.996068.290412@zircon.zircon.seattle.wa.us> <20010322074628.A1082@mandark.attica.home> X-Mailer: VM 6.90 under Emacs 20.7.1 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Andre Goeree writes: > Well, my Logitech MouseMan+ works perfect, even the wheel and > extra buttons. > > My XF86Config: > > Section "InputDevice" > Identifier "Mouse1" > Driver "mouse" > Option "Protocol" "auto" > Option "Buttons" "5" > Option "ZAxisMapping" "4 5" > Option "Device" "/dev/psm0" > EndSection > > I just followed the FreeBSD FAQ, and installed imwheel. You missed the crucial point: works with moused! Here is my rc.conf settings: moused_type="auto" moused_enable="YES" moused_flags="-m 1=3 -m 3=1 -z 4" Here is my XF86Config: Section "InputDevice" # Identifier and driver Identifier "Mouse1" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/sysmouse" Option "Buttons" "5" EndSection Please be aware that IF you use moused, the recommendations in the various FAQs and sysinstall is WRONG. For XF86 4.0.1+, you MUST specify Protocol "Auto". If you do not use moused, then this obviously does not apply. /Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message