From darcsis@gmail.com  Wed Apr  2 09:13:23 2008
Return-Path: <darcsis@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 898391065748
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  2 Apr 2008 09:13:23 +0000 (UTC)
	(envelope-from darcsis@gmail.com)
Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.181])
	by mx1.freebsd.org (Postfix) with ESMTP id 5E8118FC1A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  2 Apr 2008 09:13:23 +0000 (UTC)
	(envelope-from darcsis@gmail.com)
Received: by wa-out-1112.google.com with SMTP id k17so3000848waf.3
        for <FreeBSD-gnats-submit@freebsd.org>; Wed, 02 Apr 2008 02:13:23 -0700 (PDT)
Received: by 10.114.254.1 with SMTP id b1mr14304079wai.132.1207127602095;
        Wed, 02 Apr 2008 02:13:22 -0700 (PDT)
Received: from gmail.com ( [123.117.39.109])
        by mx.google.com with ESMTPS id y25sm2138498pod.5.2008.04.02.02.13.20
        (version=SSLv3 cipher=OTHER);
        Wed, 02 Apr 2008 02:13:21 -0700 (PDT)
Received: by gmail.com (sSMTP sendmail emulation); Wed,  2 Apr 2008 17:13:17 +0800
Message-Id: <47f34e31.1997600a.10d0.375d@mx.google.com>
Date: Wed,  2 Apr 2008 17:13:17 +0800
From: Denise H. G. <darcsis@gmail.com>
Reply-To: Denise H. G. <darcsis@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: xorg-server-1.4_7,1: mouse wheel does not scroll
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         122372
>Category:       ports
>Synopsis:       x11-servers/xorg-server 1.4_7,1: mouse wheel does not scroll
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-x11
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 02 09:20:07 UTC 2008
>Closed-Date:    Mon Apr 07 15:35:21 UTC 2008
>Last-Modified:  Tue Apr 15 14:50:00 UTC 2008
>Originator:     Denise H. G.
>Release:        FreeBSD 7.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD pluton.xbsd.name 7.0-STABLE FreeBSD 7.0-STABLE #0: Fri Mar 28 19:15:22 CST 2008 dhg@pluton.xbsd.name:/opt/obj/usr/src/sys/mibsd-SMP-ULE amd64


	
>Description:
  after update to xorg-server-1.4_7,1, my mouse wheel does not work. clicking is ok, but
my mouse wheel won't scroll any pages. I tweaked the mouse options in xorg.conf, but it still
won't work.
>How-To-Repeat:
  update to xorg-server-1.4_7,1.
>Fix:

 none.


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Apr 2 20:45:31 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=122372 

From: Skalla Raabjorn <skalla.raabjorn@gmx.de>
To: bug-followup@FreeBSD.org, darcsis@gmail.com
Cc:  
Subject: Re: ports/122372: x11-servers/xorg-server 1.4_7,1: mouse wheel does
 not scroll
Date: Sat, 5 Apr 2008 12:31:10 +0200

 I am using a PS/2 mouse and can confirm this.
 At first the mouse would not even move but then I changed the protocol
 from sysmouse to auto. I am not using moused. The Section in xorg.conf
 now looks like this:
 Section "InputDevice"
     Identifier  "Mouse0"
     Driver      "mouse"
     Option      "Protocol" "auto"
     Option      "Device" "/dev/sysmouse"
     Option      "ZAxisMapping" "4 5 6 7"
 EndSection
 
 I had /dev/psm0 as device but this is as generated from X -configure.
State-Changed-From-To: open->closed 
State-Changed-By: jkim 
State-Changed-When: Mon Apr 7 15:34:13 UTC 2008 
State-Changed-Why:  
Duplicate of 122405. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=122372 

From: Igor Serikov <bt@turtle.freedns.us>
To: bug-followup@FreeBSD.org, darcsis@gmail.com
Cc:  
Subject: Re: ports/122372: x11-servers/xorg-server 1.4_7,1: mouse wheel does
 not scroll
Date: Tue, 15 Apr 2008 07:45:43 -0700

 In xorg-server/files/patch-Xserver-hw-xfree86-os-support-bsd-bsd_mouse.c 
 I found the following:
 
 -    i = 1;
 -    ioctl(pInfo->fd, MOUSE_SETLEVEL, 
 &i);                                     
 -                                                                               
 
 +    if ((dev = xf86FindOptionValue(pInfo->options, "Device")) 
 &&             
 +       !strcmp(dev, DEFAULT_SYSMOUSE_DEV)) 
 {                                 
 +       i = 
 1;                                                                
 +       ioctl(pInfo->fd, MOUSE_SETLEVEL, 
 &i);                                 
 +    
 }                                                                        
 +          
 
 
 Reverting this patch I got the wheel working again.
 
 -igor
>Unformatted:
