From nobody@FreeBSD.org  Sun Apr 22 07:04:48 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 58928106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 22 Apr 2012 07:04:48 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 445F18FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 22 Apr 2012 07:04:48 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q3M74lxI033766
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 22 Apr 2012 07:04:47 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q3M74lCG033742;
	Sun, 22 Apr 2012 07:04:47 GMT
	(envelope-from nobody)
Message-Id: <201204220704.q3M74lCG033742@red.freebsd.org>
Date: Sun, 22 Apr 2012 07:04:47 GMT
From: Takashi Matsubara <t-matubara@miracle.ocn.ne.jp>
To: freebsd-gnats-submit@FreeBSD.org
Subject: x11-drivers/xf86-input-synaptics 1.5.0 trackpoint(LENOVO) does not move
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         167194
>Category:       ports
>Synopsis:       x11-drivers/xf86-input-synaptics 1.5.0 trackpoint(LENOVO) does not move
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-x11
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 22 07:10:08 UTC 2012
>Closed-Date:    Wed Jun 26 22:40:43 UTC 2013
>Last-Modified:  Wed Jun 26 22:40:43 UTC 2013
>Originator:     Takashi Matsubara
>Release:        FreeBSD9-STABLE
>Organization:
>Environment:
FreeBSD tamago-two.tamago.local 9.0-STABLE FreeBSD 9.0-STABLE #0: Sun Apr 22 15:08:51 JST 2012     matubara@tamago-two.tamago.local:/usr/obj/usr/src/sys/TAMAGO-TWO  amd64
>Description:
It upgraded to xorg 7.5.2. 
xorg-server is 1.7.7. 

A trackpoint does not move owing to xf86-input-synaptics. 

LENOVO T510 is being used for a personal computer. 

>How-To-Repeat:
Always
>Fix:
Although a cause is not known, it will move, if the downgrade of xf86-input-synaptics is carried out to 1.2.1. 


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Apr 22 07:10:24 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

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

From: Brandon Gooch <jamesbrandongooch@gmail.com>
To: bug-followup@FreeBSD.org, t-matubara@miracle.ocn.ne.jp
Cc:  
Subject: Re: ports/167194: x11-drivers/xf86-input-synaptics 1.5.0
 trackpoint(LENOVO) does not move
Date: Sat, 11 Aug 2012 09:03:05 -0500

 Guest mouse support was "purged" by this commit:
 
 http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/commit/?id=b19e3782a77c171ca20fc962f95923495fdb7978
 
 Apparently, the pointing stick device will have to be presented as a
 separate mouse device from that point forward, with a mouse driver
 attached to run it.
 
 However, the FreeBSD psm(4) device still provides support for
 pass-through "guest" devices for synaptic toucpads, so you could
 investigate using the synaptics support as described here:
 
 http://wiki.freebsd.org/SynapticsTouchpad
 
 I've had to hack the psm(4) driver a bit to fix a couple of mouse
 button and scrolling issues, but other than those issues, it's seems
 to work well.
 
 -Brandon

From: Takashi matsubara <t-matubara@miracle.ocn.ne.jp>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/167194: x11-drivers/xf86-input-synaptics 1.5.0 trackpoint(LENOVO) does not move
Date: Wed, 15 Aug 2012 07:44:00 GMT

 Since it cannot send a reply from my mail address(t-matubara@miracle.ocn.ne.jp), 
 it sends using http://www.freebsd.org/ja/send-pr.html. 
 
 does it carry out without being able to respond so that it can send? 
   postmaster@FreeBSD.org
   freebsd-x11@freebsd.org
   bug-followup@FreeBSD.org
 
 -- Re: ports/167194 --
 
 Dear Brandon.
 
 Thanks.
 It moved.
 
 <Environment>
  OS:9.1-PRERELEASE (Aug 7 2012)
  xorg-server:1.7.7
  kbd_drv.so:1.6.1
  mouse_drv.so:1.7.1
 
 It was able to do in the following setup
 
 1)/boot/loader.conf
   hw.psm.synaptics_support=1
 2)/etc/rc.conf
   moused_enable="YES"
 3)delete x11-drivers/xf86-input-synaptics 1.5.0
   Not need xf86-input-synaptics.
 4)/etc/X11/xorg.conf (A change portion is extracted.Moreover,HAL is changed so that it may not use.)
 
 Section "ServerLayout"
     Identifier     "Layout0"
     Screen      0  "Screen0"
     InputDevice    "Keyboard0" "CoreKeyboard"
     InputDevice    "Mouse0" "CorePointer"
 EndSection
 
 Section "ServerFlags"
     Option        "AllowEmptyInput" "false"
     Option        "AutoAddDevices"  "false"
 EndSection
 
 Section "InputDevice"
     Identifier     "Mouse0"
     Driver         "mouse"
     Option         "Protocol" "auto"
     Option         "Device" "/dev/sysmouse"
     Option         "ZAxisMapping" "4 5 6 7"
     Option         "EmulateWheel" "true"
     Option         "EmulateWheelButton" "2"
     Option         "Emulate3Buttons" "false"
 EndSection
 
 Section "InputDevice"
     Identifier     "Keyboard0"
     Driver         "kbd"
     Option         "Protocol"  "standard"
     Option         "XkbRules"  "xorg"
     Option         "XkbModel"  "jp106"
     Option         "XkbLayout" "jp"
 EndSection
 
 
 <Above, it came to move.>
 Since the solution was found,
 please give this bug report(ports/167194) to an end.
 
 Best regards.
 
 >How-To-Repeat:
 
 >Fix:
 
 
State-Changed-From-To: open->closed 
State-Changed-By: zeising 
State-Changed-When: Wed Jun 26 22:40:42 UTC 2013 
State-Changed-Why:  
Close at submitters request, the issue is resolved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167194 
>Unformatted:
