Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Mar 2008 08:50:02 -0400 (EDT)
From:      "J.R. Oldroyd" <fbsd@opal.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   bin/122235: freebsd-7.0 moused problems with ALPS GlidePoint
Message-ID:  <200803291250.m2TCo2mY001987@vougeot.opal.com>
Resent-Message-ID: <200803291300.m2TD01IC048674@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         122235
>Category:       bin
>Synopsis:       freebsd-7.0 moused problems with ALPS GlidePoint
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 29 13:00:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     J.R. Oldroyd
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD vougeot.opal.com 7.0-STABLE FreeBSD 7.0-STABLE #5: Mon Mar 10 16:49:51 EDT 2008 xx:/usr/src/sys/i386/compile/VOUGEOT i386
>Description:
ALPS GlidePoint touchpad exhibits periodic eratic mouse movement and taps
when using touchpad under moused with xorg.conf using /dev/sysmouse.  With
xorg.conf using /dev/psm0 directly, touchpad does not exhibit eratic behavior.

Under moused, touchpad works normally most of the time, but every few minutes
when using the touchpad, the cursor performs a series of unexpected jumps
and pad taps.  The effect is that often text is unexpectedly selected and
may be unexpectedly pasted back, or that a browser "back" operation is
performed.  Often the first eratic jump is to the bottom of the screen.

There was no problem under 6-stable.
>How-To-Repeat:
Sony VAIO PCG-Z505SX running 7-stable.  Moused enabled.  Xorg.conf uses
/dev/sysmouse config, with modified ZAxisMapping so that tapping works:

rc.conf:
	moused_enable="YES"
	moused_flags="-3 -m 1=4"

xorg.conf:
	Section "InputDevice"
		Identifier  "Mouse0"
		Driver      "mouse"
		Option      "Protocol" "auto"
		Option      "Device" "/dev/sysmouse"
		#Option     "ZAxisMapping" "4 5 6 7"
		Option      "ZAxisMapping" "6 7"
	EndSection

>Fix:
None, as yet.
>Release-Note:
>Audit-Trail:
>Unformatted:



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