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-bs
d_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
_______________________________________________
freebsd-x11 freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-x11
To unsubscribe, send any mail to
"freebsd-x11-unsubscribe freebsd.org"
|