From owner-freebsd-stable Mon Feb 19 15:25:12 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 5E6A437B401 for ; Mon, 19 Feb 2001 15:25:06 -0800 (PST) Received: (qmail 32534 invoked by uid 1001); 19 Feb 2001 23:24:58 -0000 From: Joe Kelsey MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14993.43849.972172.427107@zircon.zircon.seattle.wa.us> Date: Mon, 19 Feb 2001 15:24:57 -0800 To: freebsd-stable@freebsd.org Subject: Re: PS/2 mouse X-Mailer: VM 6.90 under Emacs 20.7.1 References: <20010219092820.B5660@buchanan-181-249.stures.iastate> <20010219165814.5370.qmail@web119.yahoomail.com> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Peter Shpak writes: > if you are starting the mouse daemon before you get to > X then the mouse is at /dev/sysmouse > i found that the best way to set up an IntelliMouse > with X is to say the following: > > Section "InputDevice" > # Identifier and driver > > Identifier "Mouse1" > Driver "mouse" > Option "Protocol" "Auto" > Option "Device" "/dev/sysmouse" > Option "Buttons" "5" > Option "ZAxisMapping" "4 5" > EndSection The above settings interact badly with the "-z 4" option of moused. If you have moused interpret buttons 4 and 5, leave off the ZAzisMapping from your X server configuration, otherwise you will not receive wheel events. My moused config (in /etc/rc.conf) is: moused_type="auto" moused_enable="YES" moused_flags="-m 1=3 -m 3=1 -z 4" My XF86Config is identical to above with the ZAxisMapping option commented out. /Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message