From owner-freebsd-stable Tue Jun 23 02:23:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA01249 for freebsd-stable-outgoing; Tue, 23 Jun 1998 02:23:53 -0700 (PDT) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id CAA01037 for ; Tue, 23 Jun 1998 02:22:49 -0700 (PDT) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: by outmail.utsunomiya-u.ac.jp id AA31917; Tue, 23 Jun 1998 18:22:20 +0900 Received: from zodiac.mech.utsunomiya-u.ac.jp (zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.7.6+2.6Wbeta7/3.4W/zodiac-May96) with ESMTP id SAA12911; Tue, 23 Jun 1998 18:31:28 +0900 (JST) Message-Id: <199806230931.SAA12911@zodiac.mech.utsunomiya-u.ac.jp> To: Ian Edwards Cc: freebsd-stable@FreeBSD.ORG, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: Logitech MouseMan behaviour changed in 2.2.6-stable In-Reply-To: Your message of "Mon, 22 Jun 1998 09:18:25 +0100." References: Date: Tue, 23 Jun 1998 18:31:27 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I have just upgraded from 2.2.2-RELEASE to 2.2.6-STABLE and the behaviour >of the 4th button (at the side, for the thumb) of my Logitech MouseMan >mouse has changed when running X windows (I have not touched X). > >Under 2.2.2 the 4th button had the same effect as the middle mouse button >but now just pressing the button generates two X events : button 1 press >and button 1 release. > >How can I restore the previous behaviour ? If you are running `moused', use the -m option to make the side button (button 4) recognized as the middle button (button 3). The middle button will still be recognized as it is, and you will have two middle buttons. See the man page for `moused'. If you are not running `moused' and let the X server directly access the mouse and you are running XFree86 3.3.2, specify Buttons 4 in your XF86Config and use `xmodmap' to map the fourth button to the third (middle) button: xmodmap -e "pointer = 1 2 3 3" Hope this will help. Kazu yokota@freebsd.org >'dmesg' says :- > > psm0 at 0x60-0x64 irq 12 on motherboard > psm0: model MouseMan+, device ID 0 > >(it isn't a '+' but the previous model) > >Kernel config file has no 'PSM_...' options, just > > device psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message