From owner-freebsd-questions Tue Sep 24 9:59:31 2002 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 7684637B406 for ; Tue, 24 Sep 2002 09:59:27 -0700 (PDT) Received: from post.inweb.co.uk (post.inweb.co.uk [213.210.47.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46E9043E6E for ; Tue, 24 Sep 2002 09:59:26 -0700 (PDT) (envelope-from freebsd-questions@jonze.com) Received: from daedalus.info-plc.com ([213.210.24.162]) by post.inweb.co.uk (8.12.3/8.12.3/Debian -4) with ESMTP id g8OGxBcc005792 for ; Tue, 24 Sep 2002 17:59:12 +0100 Received: from daedalus.info-plc.com (localhost.info-plc.com [127.0.0.1]) by daedalus.info-plc.com (8.12.3/8.12.3) with ESMTP id g8OC36bX000699 for ; Tue, 24 Sep 2002 13:03:06 +0100 (BST) (envelope-from freebsd-questions@jonze.com) Received: (from richard@localhost) by daedalus.info-plc.com (8.12.3/8.12.3/Submit) id g8OC36Ft000698 for freebsd-questions@freebsd.org; Tue, 24 Sep 2002 13:03:06 +0100 (BST) X-Authentication-Warning: daedalus.info-plc.com: richard set sender to freebsd-questions@jonze.com using -f Date: Tue, 24 Sep 2002 13:03:06 +0100 From: Richard Jones To: freebsd-questions@freebsd.org Subject: PS/2 Mouse wheel Message-ID: <20020924130306.A667@daedalus.info-plc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i 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 FreeBSD daedalus.info-plc.com 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #0: Wed Aug 14 21:23:26 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386 Hi, I'm really struggling to get the mousewheel working on one of my FreeBSD boxen. I have two PC's connected with an unbranded KVM switcher, both dual booting FreeBSD 4.6.2 stable/Gentoo Linux. Under Linux, the mousewheel works for both machines. Under FreeBSD, the mouse wheel works for only one machine. The XF86Config files for the two FreeBSD setups are identical except for the Graphics card driver. Here's the relevant section: > Section "InputDevice" > Identifier "Mouse1" > Driver "mouse" > Option "Protocol" "Auto" > Option "Device" "/dev/sysmouse" > Option "Buttons" "5" > Option "ZAxisMapping" "4 5" Similarly relevant sections of /var/log/XFree86.0.log identical for both machines: > (**) Option "Device" "/dev/sysmouse" > (**) Option "ZAxisMapping" "4 5" > (**) Mouse1: ZAxisMapping: buttons 4 and 5 > (**) Mouse1: Buttons: 5 > (II) Keyboard "Keyboard1" handled by legacy driver > (II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE) > (II) Mouse1: SetupAuto: hw.iftype is 4, hw.model is 0 > (II) Mouse1: SetupAuto: protocol is SysMouse > (**) Option "BaudRate" "1200" However the kernel detection is different: Machine A (with working scrolling) > psm0: failed to get data. > psm0: irq 12 on atkbdc0 > psm0: model IntelliMouse, device ID 3 Machine B (without) > psm0: failed to get data. > psm0: irq 12 on atkbdc0 > psm0: model Generic PS/2 mouse, device ID 0 Similarly moused detection is different: Machine A: > moused -p /dev/psm0 -i all /dev/psm0 ps/2 sysmouse IntelliMouse Machine B: > moused-p /dev/psm0 -i all /dev/psm0 ps/2 sysmouse generic I'm quite new to FreeBSD (although running in production already ;), can anyone help? Thanks, Richard -- Richard Jones http://www.jonze.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message