Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 May 2001 13:10:04 CDT
From:      dave <dleimbac@earthlink.net>
To:        Eric Jacoboni <jaco@teaser.fr>, "Tom Gottheil" <tom@gottheil.com>
Cc:        <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Logitech Optical Mouse
Message-ID:  <200105022308.QAA27303@albatross.prod.itd.earthlink.net>

next in thread | raw e-mail | index | archive | help

If its working in the console you have moused running in which case you need
to use the following in XF86Config.

Section "InputDevice"
         Identifier  "Mouse0"
         Driver      "mouse"
         Option      "Protocol" "auto"
         Option      "Device" "/dev/sysmouse"
         Option     "ZAxisMapping"    "4 5"
EndSection
 
Dave


On 03 May 2001, Eric Jacoboni wrote:
> Date: 03 May 2001 00:13:38 +0200
> To: "Tom Gottheil" <tom@gottheil.com>
> From: Eric Jacoboni <jaco@teaser.fr>
> Subject: Re: Logitech Optical Mouse
> 
> >>>>> "Tom" == Tom Gottheil <tom@gottheil.com> writes:
> 
> Tom> I have a Logitech optical mouse using the USB to PS/2 converter.
> 
> I think i have the same model (mine is deep blue and is labeled "wheel
> mouse" near the light spot.
> 
> Tom> It works fine in console mode, but when I boot into X, it doens't
> Tom> work at all.  
> 
> Works very well for me (i don't use moused, though).
> 
> Here are the relevant lines of my /etc/X11/XF86Config for XFree-4:
> 
> Section "InputDevice"
>         Identifier  "Mouse0"
>         Driver      "mouse"
>         Option      "Protocol" "auto"
>         Option      "Device" "/dev/psm0"
>         Option     "ZAxisMapping"    "4 5"
> EndSection
> 
> --
> Éric Jacoboni, né il y a 1292206178 secondes.
> 
> 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?200105022308.QAA27303>