From owner-freebsd-questions@FreeBSD.ORG Fri Dec 19 09:30:15 2003 Return-Path: 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 34F5C16A4CE for ; Fri, 19 Dec 2003 09:30:15 -0800 (PST) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06E5043D41 for ; Fri, 19 Dec 2003 09:30:09 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Fri, 19 Dec 2003 11:33:15 -0600 Message-ID: <3FE3357E.6090104@daleco.biz> Date: Fri, 19 Dec 2003 11:29:34 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031124 X-Accept-Language: en-us, en MIME-Version: 1.0 To: flux References: <1796929266.20031219092347@hotbox.ru> In-Reply-To: <1796929266.20031219092347@hotbox.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 19 Dec 2003 17:33:15.0750 (UTC) FILETIME=[2F2D7060:01C3C656] cc: freebsd-questions@freebsd.org Subject: Re: middle mouse button is unaccessable!!! :( X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 17:30:15 -0000 flux wrote: >I have 3-button mouse Genius NetScroll+ with wheel. Middle button >seems not to be alive in FreeBSD console and X as well. I start moused >daemon in that way: moused -p /dev/cuaa0 -t auto. Could anybody help >me plz, how to to make the middle button work in console and in X >server? >Thank you. > > > This is in the docs somewhere. OTOH, I can't find it at the moment, maybe you can't either. In /etc/rc.conf: moused_port="/dev/psm0" moused_type="auto" moused_flags="-z 4" moused_enable="YES" In XF86Config: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "Buttons" "5" EndSection Reboot, voila! YMMV... Kevin Kinsey DaleCo, S.P.