Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Apr 2008 14:50:03 GMT
From:      Igor Serikov <bt@turtle.freedns.us>
To:        freebsd-x11@FreeBSD.org
Subject:   Re: ports/122372: x11-servers/xorg-server 1.4_7, 1: mouse wheel does not scroll
Message-ID:  <200804151450.m3FEo3Nb043001@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/122372; it has been noted by GNATS.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804151450.m3FEo3Nb043001>