From owner-freebsd-questions@FreeBSD.ORG Mon Jan 24 19:34:02 2005 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 52F8816A4CE for ; Mon, 24 Jan 2005 19:34:02 +0000 (GMT) Received: from smtp.cms-stl.com (smtp.cms-stl.com [192.94.149.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05B2F43D2D for ; Mon, 24 Jan 2005 19:34:02 +0000 (GMT) (envelope-from madden@cms-stl.com) Date: Mon, 24 Jan 2005 13:34:00 -0600 From: Michael Madden To: freebsd-questions@freebsd.org Message-ID: <20050124193400.GA13842@cmsrtp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-CMS-Received: Mon, 24 Jan 2005 13:34:00 -0600, linus.cms-stl.com ([172.16.25.70]:34899) X-CMS-Archived: smtp.cms-stl.com X-CMS-Scanned: Sophos Anti-Virus X-CMS-Received: Mon, 24 Jan 2005 13:34:01 -0600, localhost.localdomain ([127.0.0.1]:54439 helo=lxmail.cms-stl.com) X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: madden@cms-stl.com X-SA-Exim-Scanned: No (on smtp.cms-stl.com); SAEximRunCond expanded to false Subject: Scroll whell on FreeBSD 5.3 i386 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, 24 Jan 2005 19:34:02 -0000 What is the secret to getting my scroll wheel working on FreeBSD 5.3? If have the following added to /etc/rc.conf: moused_enable="YES" moused_flags="" moused_port="/dev/psm0" moused_type="auto" I've also got the mouse section of /etc/X11/xorg.conf setup as: Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" EndSection The mouse works fine as a normal mouse (right click, left click, middle click), but the scroll wheel doesn't scroll. Thanks in advance, Mike