From owner-freebsd-questions@FreeBSD.ORG Tue Nov 15 23:02:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B993D16A41F for ; Tue, 15 Nov 2005 23:02:33 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90E1143D4C for ; Tue, 15 Nov 2005 23:02:32 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1Ec9nJ-0002al-Gj for freebsd-questions@freebsd.org; Wed, 16 Nov 2005 00:00:53 +0100 Received: from r5k101.chello.upc.cz ([86.49.10.101]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Nov 2005 00:00:53 +0100 Received: from martinkov by r5k101.chello.upc.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Nov 2005 00:00:53 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: martinko Date: Tue, 15 Nov 2005 23:40:47 +0100 Lines: 23 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: r5k101.chello.upc.cz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051114 X-Accept-Language: sk, cs, en-gb, en-us, en Sender: news Cc: freebsd-stable@freebsd.org Subject: moused flags behaviour in 6.0 -- regression? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Nov 2005 23:02:33 -0000 hello, until freebsd 6.0 (that is to say in 5.3 and 5.4) i used moused_flags="-3" in rc.conf and both my mice worked correctly (or as desired) -- synaptics touchpad missing 3rd button was emulated while the wheel on my USB mouse worked as expected. now, in 6.0, with the same setting, touchpad 3rd button is emulated but USB mouse's wheel doesn't work. if i don't use the flag, USB mouse's wheel work but obviously there is no 3rd button on my touchpad. :-( also, iirc back on 5.x even on wheel mouse the 3rd button could be emulated by pressing buttons 1 and 2, which is not possible now with wheel being on. now, i know about moused_ums0_flags="", i'm just wondering why has this changed (to worse from my point of view). also, at first i tried moused_psm0_flags="-3" but that didn't work as touchpad is apparently initialised without specifying psm0 device. i hope i made myself clear (enough). regards, martin