From owner-freebsd-questions Tue Jan 23 18:50:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from www.kinnee.net (www.kinnee.net [207.13.31.24]) by hub.freebsd.org (Postfix) with ESMTP id 2DBAF37B698; Tue, 23 Jan 2001 18:50:05 -0800 (PST) Received: by www.kinnee.net (Postfix, from userid 1000) id 578BB312; Tue, 23 Jan 2001 20:49:12 -0600 (CST) Date: Tue, 23 Jan 2001 20:49:12 -0600 From: Erick Kinnee To: Ian Cartwright Cc: freebsd-questions@freebsd.org, freebsd-hardware@freebsd.org Subject: Re: MS Intellimouse Explorer Message-ID: <20010123204912.B49267@www.kinnee.net> References: <01012321372000.00702@ian.batcave.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <01012321372000.00702@ian.batcave.com>; from icartwright@mediaone.net on Tue, Jan 23, 2001 at 09:37:20PM -0500 X-No-Archive: yes Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jan 23, 2001 at 09:37:20PM -0500, Ian Cartwright wrote: > Has anyone out there had any luck with the Microsoft Intellimouse Explorer > and FreeBSD? Are there any special settings for using it in either the > console or X? I recently got one, but it jumps all over the screen. I've read > man pages for psm and moused and tried a few different tactics to make it > work with no luck... > > Anyone able to make it work? Anyone having the same problem? > If it's a USB one try the following. Not sure if the Intellimouse Explorer is anything but USB. rc.conf: usbd_enable="YES" moused_enable="YES" moused_type="auto" moused_port="/dev/ums0" XF86Config for 4.0.2: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Resolution" "200" Option "Protocol" "MouseSystems" # Option "ZAxisMapping" "4 5" # Option "Buttons" "5" Option "Device" "/dev/sysmouse" EndSection -- Steele's Plagiarism of Somebody's Philosophy: Everybody should believe in something -- I believe I'll have another drink. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message