Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Aug 2012 07:50:10 GMT
From:      Takashi matsubara <t-matubara@miracle.ocn.ne.jp>
To:        freebsd-x11@FreeBSD.org
Subject:   Re: ports/167194: x11-drivers/xf86-input-synaptics 1.5.0 trackpoint(LENOVO) does not move
Message-ID:  <201208150750.q7F7oAoE092810@freefall.freebsd.org>

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

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

 >Submitter-Id:	current-users
 >Originator:	Takashi matsubara
 >Organization:	
 >Confidential:	no
 >Synopsis:	Re: ports/167194: x11-drivers/xf86-input-synaptics 1.5.0 trackpoint(LENOVO) does not move
 >Severity:	non-critical
 >Priority:	low
 >Category:	ports
 >Class:		sw-bug
 >Release:	FreeBSD 9 STABLE
 >Environment:	FreeBSD tamago-two.tamago.local 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0: Tue Aug  7 20:42:53 JST 2012     root@tamago-two.tamago.local:/usr/obj/usr/src/sys/TAMAGO-TWO  amd64
 >Description:
 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:
 
 



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