From owner-freebsd-questions@FreeBSD.ORG Tue Nov 9 18:28:19 2004 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 2191016A4CE for ; Tue, 9 Nov 2004 18:28:19 +0000 (GMT) Received: from cqgigw.cqg.com (cqgigw.cqg.com [208.48.16.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCE3143D31 for ; Tue, 9 Nov 2004 18:28:18 +0000 (GMT) (envelope-from tomc@cqg.com) Received: from cqgmail.cqg.com (int.cqg.com [96.0.0.2])iA9ISD8B011716 for ; Tue, 9 Nov 2004 11:28:13 -0700 Received: from d3stomc ([192.168.17.154]) by cqgmail.cqg.com (8.12.8/8.12.8) with ESMTP id iA9IS7Yl005562 for ; Tue, 9 Nov 2004 11:28:07 -0700 From: "Tom Connolly" To: "FreeBSD_Questions" Date: Tue, 9 Nov 2004 11:28:07 -0700 Message-ID: <051801c4c689$dc1fb060$9a11a8c0@d3stomc> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.181 X-MailScanner: Found to be clean, Found to be clean X-MailScanner-Information: Please contact the ISP for more information X-MailScanner-SpamCheck: not spam (whitelisted), SpamAssassin (score=0, required 3) Subject: Wheel mouse question 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: Tue, 09 Nov 2004 18:28:19 -0000 Hello List. This is a total newbie question but I have been unable to make my wheel mouse work. I want to be able to scroll my browser (Opera) pages and my emacs editor and such. I have the following in my xorg.conf file: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Device" "/dev/sysmouse" Option "Protocol" "auto" Option "Buttons" "7" Option "ZAxisMapping" "4 5 6 7" EndSection And in /etc/rc.conf I have added moused_flags=3D"-z 4" I am running ImWheel but have not added anything special to the config file. Can someone please tell me what I am doing wrong or what else I need to do? Thank you, Thomas