Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Apr 2004 18:58:54 +0200
From:      Tobias Aigner <lists@mangosuechtig.org>
To:        freebsd-questions@freebsd.org
Subject:   Re: dead mouse
Message-ID:  <20040408185854.6d9546c1.lists@mangosuechtig.org>
In-Reply-To: <BAY7-DAV54aqbC8wSA100025202@hotmail.com>
References:  <BAY7-DAV54aqbC8wSA100025202@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 8 Apr 2004 07:13:29 -0400
"prague" <korndistortion@hotmail.com> wrote:

> Hey everyone,

Hi,

> I went through the install okay but the mouse (an optical mouse,
> non-USB) is dead when i do 'startx'. The mouse should be recognized as
> a PS/2 but it wasn't. I have edited the XF86Config and changed it to
> an IMPS/2 and added
> 
> Options "Buttons" "5"
> Options "ZAxisMapping" "4 5"

In my case I have to put these lines in my XF86Config:

    Option "Protocol"    "SysMouse"
    Option "Device"      "/dev/sysmouse"
    Option "ZAXisMapping" "4 5"

And everything works fine for me. Just try it. Protocol Auto doesn't
work here correctly.

-- 
Tobias Aigner



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