Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Mar 2001 17:41:45 -0800
From:      Joe Kelsey <joe@zircon.seattle.wa.us>
To:        abgoeree@uwnet.nl
Cc:        "Daniel O'Connor" <doconnor@gsoft.com.au>, freebsd-stable@freebsd.org
Subject:   Re: Problem with moused or XFree86-4.03
Message-ID:  <15034.43481.821523.868378@zircon.zircon.seattle.wa.us>
In-Reply-To: <20010322074628.A1082@mandark.attica.home>
References:  <15033.28725.996068.290412@zircon.zircon.seattle.wa.us> <XFMail.010322140008.doconnor@gsoft.com.au> <20010322074628.A1082@mandark.attica.home>

next in thread | previous in thread | raw e-mail | index | archive | help
Andre Goeree writes:
 > Well, my Logitech MouseMan+ works perfect, even the wheel and
 > extra buttons.
 > 
 > My XF86Config:
 > 
 > Section "InputDevice"
 >     Identifier  "Mouse1"
 >     Driver      "mouse"
 >     Option "Protocol"    "auto"
 >     Option "Buttons" "5"
 >     Option "ZAxisMapping" "4 5"
 >     Option "Device"      "/dev/psm0"
 > EndSection
 > 
 > I just followed the FreeBSD FAQ, and installed imwheel.

You missed the crucial point: works with moused!

Here is my rc.conf settings:

moused_type="auto"
moused_enable="YES"
moused_flags="-m 1=3 -m 3=1 -z 4"

Here is my XF86Config:

Section "InputDevice"

# Identifier and driver

    Identifier	"Mouse1"
    Driver	"mouse"
    Option "Protocol"    "Auto"
    Option "Device"      "/dev/sysmouse"
    Option "Buttons"	"5"

EndSection

Please be aware that IF you use moused, the recommendations in the
various FAQs and sysinstall is WRONG.  For XF86 4.0.1+, you MUST specify
Protocol "Auto".

If you do not use moused, then this obviously does not apply.

/Joe

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




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