Date: Mon, 18 Jun 2001 20:48:42 -0400 (EDT) From: Joe Clarke <marcus@marcuscom.com> To: <jasonla@pobox.com> Cc: <freebsd-questions@FreeBSD.ORG> Subject: Re: Problems with Wheel Mouse in X Message-ID: <20010618204751.P14681-100000@shumai.marcuscom.com> In-Reply-To: <20010619003405.5960.qmail@web4601.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Try:
Section "InputDevice"
# Identifier and driver
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/sysmouse"
# Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
Option "Resolution" "100"
It works for me. I installed the imwheel port, and I've never had a
problem with my wheeled mouse. The above assumes moused is running as
follows:
moused -z 4 -p /dev/psm0 -t auto
Joe Clarke
On Mon, 18 Jun 2001, Jason La wrote:
> I have FreeBSD 4.3 release running, and I JUST got KDE and
> XFree86 4.03 working.
>
> My problem is that I can't seem to find the right
> configuration for my mouse. Whenever I start X, my mouse
> goes haywire. It continuely tries to move to the top of the
> screen and stays there, and it is constantly sending a
> "click" signal to FreeBSD.
>
> I have a Logitech MouseMan Wheel PS/2 mouse. Is there a
> specific set of commands I need to send to moused? My
> XF86Config section for the mouse looks like this:
>
> #
> **********************************************************************
> # Core Pointer's InputDevice section
> #
> **********************************************************************
>
> Section "InputDevice"
>
> # Identifier and driver
>
> Identifier "Mouse1"
> Driver "mouse"
> Option "Protocol" "MouseMan"
> Option "Device" "/dev/psm0"
>
> # When using XQUEUE, comment out the above two lines, and
> uncomment
> # the following line.
>
> # Option "Protocol" "Xqueue"
>
> # Baudrate and SampleRate are only for some Logitech mice.
> In
> # almost every case these lines should be omitted.
>
> # Option "BaudRate" "9600"
> # Option "SampleRate" "150"
>
> # Emulate3Buttons is an option for 2-button Microsoft mice
> # Emulate3Timeout is the timeout in milliseconds (default
> is 50ms)
>
> # Option "Emulate3Buttons"
> # Option "Emulate3Timeout" "50"
>
> # ChordMiddle is an option for some 3-button Logitech mice
>
> Option "ChordMiddle"
>
> EndSection
>
> =====
> -- Jason La
> jasonla@pobox.com
>
> __________________________________________________
> Do You Yahoo!?
> Spot the hottest trends in music, movies, and more.
> http://buzz.yahoo.com/
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
>
>
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010618204751.P14681-100000>
