Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jun 2007 18:54:27 +0200
From:      Nikola Lecic <nlecic@EUnet.yu>
To:        Dave <dmehler26@woh.rr.com>
Cc:        Lowell Gilbert <freebsd-questions-local@be-well.ilk.org>, freebsd-questions@freebsd.org
Subject:   Re: USB optical mouse issue in x
Message-ID:  <200706091654.l59GsWLE016321@smtpclu-5.eunet.yu>
In-Reply-To: <000701c7aa74$0a510a80$0200a8c0@satellite>
References:  <008601c7a7d5$63912e00$0200a8c0@satellite> <44sl9260yb.fsf@be-well.ilk.org> <001f01c7a9e3$ea533360$0200a8c0@satellite> <200706090144.l591ic5P009076@smtpclu-6.eunet.yu> <000701c7aa74$0a510a80$0200a8c0@satellite>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 9 Jun 2007 04:56:15 -0400
"Dave" <dmehler26@woh.rr.com> wrote:

> Hi,
>     Here is my configuration. The first two lines are dmesg output on
> my mouse, the rest is from my xorg.conf file:
>=20
> ums0: Logitech USB-PS/2 Optical Mouse, rev 2.00/11.10, addr 2, iclass
> 3/1 ums0: 3 buttons and Z dir.
>=20
> Section "InputDevice"
>  Identifier  "Mouse0"
>  Driver      "mouse"
>  Option  "CorePointer"
>  Option  "Protocol"  "Auto"
>  Option     "Device" "/dev/sysmouse"
>  Option  "ZAxisMapping"  "4 5"
>  Option  "Emulate3Buttons" "true"
> EndSection

Well, try simply this:

  Section "InputDevice"
      Identifier  "Mouse0"
      Driver      "mouse"
      Option      "Protocol"      "auto"
      Option      "Device"        "/dev/sysmouse"
      Option      "ButtonNumber"  "5"
      Option      "ZAxisMapping"  "4 5"
      # or just Option "ButtonNumber" "3", without ZAxiaMapping
  EndSection

and check if

      InputDevice "Mouse0"        "CorePointer"

is present in Section "ServerLayout". Also, have you tried to switch
the mouse from ps/2 -> usb and vice versa?

Nikola Le=C4=8Di=C4=87



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