ports/122372: x11-servers/xorg-server 1.4_7, 1: mouse wheel does not scroll

Igor Serikov bt at turtle.freedns.us
Tue Apr 15 14:50:03 UTC 2008


The following reply was made to PR ports/122372; it has been noted by GNATS.

From: Igor Serikov <bt at turtle.freedns.us>
To: bug-followup at FreeBSD.org, darcsis at 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


More information about the freebsd-x11 mailing list