From owner-freebsd-questions@FreeBSD.ORG Sun Aug 3 18:49:15 2003 Return-Path: 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 90A8637B404 for ; Sun, 3 Aug 2003 18:49:15 -0700 (PDT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5F9643F93 for ; Sun, 3 Aug 2003 18:49:14 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.9/8.12.9) id h741n8IA049115; Sun, 3 Aug 2003 20:49:08 -0500 (CDT) (envelope-from dan) Date: Sun, 3 Aug 2003 20:49:08 -0500 From: Dan Nelson To: Frank Jahnke Message-ID: <20030804014907.GG38843@dan.emsphone.com> References: <1059956086.223.36.camel@jahnke.fmjassoc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1059956086.223.36.camel@jahnke.fmjassoc.com> X-OS: FreeBSD 5.1-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.4i cc: questions@freebsd.org Subject: Re: Mouse/X11 Documentation and Moused X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Aug 2003 01:49:15 -0000 In the last episode (Aug 03), Frank Jahnke said: > Moused Translations. > > Alas, this does not work yet. I'm still setting up FreeBSD, so I am > spending a LOT of time editing configuration files, particularly for > X. I do most of these in the console window; I'd really like to keep > the mouse working here. > > So, I did the following: activate in moused in rc.conf as > > moused_enable="YES" > moused_port="/dev/psm0" > moused_type="auto" > moused_flags="-z 4" > allscreens_flags="-m on" > > which also enables the mouse for the virtual consoles. Before enabling > moused, "moused -p /dev/psm0 -i all" gives "/dev/psm0 ps/2 sysmouse > MouseMan+", so BSD is correct in detecting my hardware. The file > /etc/X11/XF86Config contains: > > # Identifier and driver > > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/sysmouse" > Option "Buttons" "5" > Option "ZAxisMapping" "4 5" > > EndSection > > It doesn't matter if ZAxisMapping is removed or not -- this does not > work. > > So -- has anyone succeeded in getting a wheel mouse to scroll in X with > moused translation? The above setup works fine for me (I have ZAxisMapping commented out) on -current, with Xfree86 4.3.0. -- Dan Nelson dnelson@allantgroup.com