From owner-freebsd-questions@FreeBSD.ORG Sun Sep 3 23:29:36 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 903F116A4E2 for ; Sun, 3 Sep 2006 23:29:36 +0000 (UTC) (envelope-from stanb@panix.com) Received: from mail2.panix.com (mail2.panix.com [166.84.1.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id E172643D53 for ; Sun, 3 Sep 2006 23:29:35 +0000 (GMT) (envelope-from stanb@panix.com) Received: from mailspool2.panix.com (mailspool2.panix.com [166.84.1.79]) by mail2.panix.com (Postfix) with ESMTP id 541A59D8A3 for ; Sun, 3 Sep 2006 19:29:35 -0400 (EDT) Received: from teddy.fas.com (c-68-58-232-106.hsd1.sc.comcast.net [68.58.232.106]) by mailspool2.panix.com (Postfix) with ESMTP id 77C381083BC5 for ; Sun, 3 Sep 2006 19:29:35 -0400 (EDT) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1GK1PC-0001Xn-00 for ; Sun, 03 Sep 2006 19:29:34 -0400 Date: Sun, 3 Sep 2006 19:29:34 -0400 From: stan To: Free BSD Questions list Message-ID: <20060903232934.GB5777@teddy.fas.com> Mail-Followup-To: Free BSD Questions list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 19:25:12 up 139 days, 20:30, 1 user, load average: 0.04, 0.03, 0.00 User-Agent: Mutt/1.5.4i Sender: Stan Brown Subject: New machine, mouse scroll wheel not working X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 23:29:36 -0000 I just set up a new 6 CURRENT machine with xorg, and KDE. The scroll wheel on my mouse does not seem to be scrolling anything. I have the follwinf lines in /etc/X11/xorg.conf Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5 6 7" EndSection The mose itself works OK, bith in X/KDE, and in the consoles. -- Unix is very simple, but it takes a genius to understand the simplicity. (Dennis Ritchie)