From owner-freebsd-x11@FreeBSD.ORG Thu Apr 3 11:20:06 2008 Return-Path: Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0043C106566B for ; Thu, 3 Apr 2008 11:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E601E8FC1E for ; Thu, 3 Apr 2008 11:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m33BK5Jq089816 for ; Thu, 3 Apr 2008 11:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m33BK5fJ089815; Thu, 3 Apr 2008 11:20:05 GMT (envelope-from gnats) Date: Thu, 3 Apr 2008 11:20:05 GMT Message-Id: <200804031120.m33BK5fJ089815@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: ports-xorg-server-apr08@sep.oldach.net (Helge Oldach) Cc: Subject: Re: ports/122405: xorg-server update breaks scroll wheel support onmouse X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Helge Oldach List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2008 11:20:06 -0000 The following reply was made to PR ports/122405; it has been noted by GNATS. From: ports-xorg-server-apr08@sep.oldach.net (Helge Oldach) To: ls.colby@gwirynybyd.com Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/122405: xorg-server update breaks scroll wheel support onmouse Date: Thu, 3 Apr 2008 13:02:05 +0200 (CEST) ls.colby@gwirynybyd.com wrote on Thu, 03 Apr 2008 12:03:07 +0200 (CEST): > After portupgrade to xorg-server and reboot mouse wheel no longer worked for scrolling in X on any application. GPM is disabled for non -X applications Same here. The magic delta (seen here identically) appears to be: 846,847c846,847 < (II) Mouse0: SetupAuto: hw.iftype is 3, hw.model is 4 < (II) Mouse0: SetupAuto: protocol is SysMouse --- > (II) Mouse0: SetupAuto: hw.iftype is 3, hw.model is 0 > (II) Mouse0: SetupAuto: protocol is PS/2, level is 0 Apparently mouse type detection is broken. I don't use moused. I've compiled xorg-server from ports, using the default OPTIONS - which includes support for HAL. However I have not installed HAL. Maybe it is worth testing with HAL support disabled. (Haven't done that.) Helge