Hi,
Here is my configuration. The first two lines are dmesg output on my mouse, the rest is from my xorg.conf file:

ums0: Logitech USB-PS/2 Optical Mouse, rev 2.00/11.10, addr 2, iclass 3/1
ums0: 3 buttons and Z dir.

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option  "CorePointer"
Option  "Protocol"  "Auto"
Option     "Device" "/dev/sysmouse"
Option  "ZAxisMapping"  "4 5"
Option  "Emulate3Buttons" "true"
EndSection

Thanks.
Dave.

----- Original Message ----- From: "Nikola Lecic" <[EMAIL PROTECTED]>
To: "Dave" <[EMAIL PROTECTED]>
Cc: <[email protected]>; "Lowell Gilbert" <[EMAIL PROTECTED]>
Sent: Friday, June 08, 2007 9:44 PM
Subject: Re: USB optical mouse issue in x


On Fri, 8 Jun 2007 11:44:34 -0400
"Dave" <[EMAIL PROTECTED]> wrote:

Hello,
    Thanks for your reply. No, no buttons work at all, as i said the
mouse cursor moves, but can't click, and yes it does work on the
console under moused. Do i need moused running for x?

Are you sure you have something like

 Section "InputDevice"
     [...]
     Option      "ButtonNumber" "5"
     Option      "ZAxisMapping" "4 5"

in your /etc/X11/xorg.conf?

Nikola Lečić
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to