Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jul 2011 11:08:28 +0200
From:      Matthias Apitz <guru@unixarea.de>
To:        YOSHIDA Shigeru <yshigeru@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Mouse problem on ThinkPad X61
Message-ID:  <20110702090827.GA1032@tiny>
In-Reply-To: <CADr7Lgmcg0%2BvB6W3XZ-hw35sCucLgQrjTwN2BaBbiybNa8Brkw@mail.gmail.com>
References:  <CADr7Lgmcg0%2BvB6W3XZ-hw35sCucLgQrjTwN2BaBbiybNa8Brkw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
El día Saturday, July 02, 2011 a las 02:59:44PM +0900, YOSHIDA Shigeru escribió:

> Hi,
> 
> I installed FreeBSD 8.2-RELEASE on ThinkPad X61.
> 
> When I start the X, the TrackPoint is not recognized.
> The mouse cursor don't move and the button clicks don't act.
> 
> My settings on xorg.conf is as follows:
> 
> Section "InputDevice"
>     Identifier     "Mouse0"
>     Driver         "mouse"
>     Option         "Protocol" "auto"
>     Option         "Device" "/dev/sysmouse"
>     Option         "ZAxisMapping" "4 5 6 7"
> EndSection
> 
> and my setting on rc.conf is as follows:
> 
> # -- sysinstall generated deltas -- # Mon Jun 13 04:23:12 2011
> moused_type="auto"
> moused_enable="YES"
> hald_enable="YES"
> dbus_enable="YES"
> 
> What did I missing some configuration?

Try adding:

	Option  "AllowEmptyInput" "false"

to the Section "ServerLayout"; I know that a lot of people will say,
DON'T do, but until now nobody could explain to me how this should work
without :-)

HIH

	matthias

-- 
Matthias Apitz
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e <guru@unixarea.de> - w http://www.unixarea.de/



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