Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Mar 2001 16:29:39 +0200
From:      Laura Gioia <l.gioia@inet.it>
To:        Michael Lucas <mwlucas@blackhelicopters.org>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: xf86-4 && sysmouse
Message-ID:  <20010330162939.B39655@satori.inet.it>
In-Reply-To: <20010330092242.A75314@blackhelicopters.org>; from mwlucas@blackhelicopters.org on Fri, Mar 30, 2001 at 09:22:42AM -0500
References:  <20010330092242.A75314@blackhelicopters.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Mar 30, 2001 at 09:22:42AM -0500, Michael Lucas wrote:
> Hello,
> 
> I've noticed some funky behavior with XF86-4.0.2 (from packages) and
> sysmouse.  The mouse buttons behave erratically, sometimes working and
> sometimes not.
> 
> The system behaves properly if I don't use sysmouse.
> 
> Has anyone else seen this?

The same (or quite) happened to me, try this:
(from /etc/XF86Config)
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "auto"
    Option "Device"      "/dev/sysmouse"
    Option "Buttons" "5"   #this one only if you have more than 3 buttons (I have two wheels too)


and
(from /etc/rc.conf)
moused_port="/dev/psm0"
moused_type="auto"
moused_enable="YES"
moused_flags="-z 4"         # #this one only if you have more than 3 buttons (I have two wheels too)
 


-- 
Laura Gioia
I.net Spa - Housing Dpt.
-
God is silent. Now if only man would shut up. - Woody Allen

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?20010330162939.B39655>