From owner-freebsd-questions@FreeBSD.ORG Wed Mar 26 01:27:44 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 73DAF37B407 for ; Wed, 26 Mar 2003 01:27:44 -0800 (PST) Received: from smtp.noos.fr (nan-smtp-07.noos.net [212.198.2.76]) by mx1.FreeBSD.org (Postfix) with ESMTP id E09DD43F85 for ; Wed, 26 Mar 2003 01:27:42 -0800 (PST) (envelope-from ptiJo@noos.fr) Received: (qmail 3949868 invoked by uid 0); 26 Mar 2003 09:27:39 -0000 Received: from unknown (HELO noos.fr) ([212.198.2.136]) (envelope-sender ) by 212.198.2.76 (qmail-ldap-1.03) with SMTP for ; 26 Mar 2003 09:27:39 -0000 MIME-Version: 1.0 X-Mailer: NOOSwebmail v2 Date: Wed, 26 Mar 03 10:27:39 To: freebsd-questions@freebsd.org From: "ptiJo ptiJo" Content-Type: text/plain; charset="iso-8859-1" Message-Id: <20030326092742.E09DD43F85@mx1.FreeBSD.org> X-Spam-Status: No, hits=-2.6 required=5.0 tests=INVALID_DATE,QUOTED_EMAIL_TEXT autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Subject: Re: [ HOWTO ] - XFree86 and 4 buttons touchpad X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ptiJo@noos.fr List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2003 09:27:47 -0000 I guess it's just generic, but here're a bit of info about the hardware & conf : *** from kernel *** psm0: irq 12 on atkbdc0 psm0: model Generic PS/2 mouse, device ID 0 *** moused runs as *** moused -p /dev/psm0 -t auto *** from XFree86.0.log *** [ snip ] (II) LoadModule: "mouse" (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o (II) Module mouse: vendor="The XFree86 Project" compiled for 4.3.0, module version = 1.0.0 Module class: XFree86 XInput Driver ABI class: XFree86 XInput driver, version 0.4 [ snip ] (**) Mouse0: Core Pointer (**) Option "Device" "/dev/sysmouse" (**) Option "Buttons" "5" (**) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 (**) Option "ZAxisMapping" "4 5" (**) Mouse0: ZAxisMapping: buttons 4 and 5 (**) Mouse0: Buttons: 5 *** from XF86Config *** Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "Buttons" "5" Option "ZAxisMapping" "4 5" EndSection any enlightenment now ? :) thanks, Jo On the last episode, Greg 'groggy' Lehey said: > [Format recovered--see http://www.lemis.com/email/email-format.html] > > Single line paragraphs. > > On Wednesday, 19 March 2003 at 16:44:05 +0000, ptiJo ptiJo wrote: > > Hi, > > > > I have one of those strange 4buttons touchpad on my laptop and only > > left/right buttons working. > > > > The buttons look like : > > 2 > > 1 4 3 > > > > I tried several tunings on moused/XF86Configlike -m 4=2 -m 5=4 on > > moused, and Buttons=4 in XF86Config) but nothing seems to work. > > > > Even xev only recognize button 1 and 3 only... > > > > Has anyone succeeded in using those 4 buttons touchpad ? > > You haven't said what it is yet. It's almost certainly a hardware > compatibility issue. What model is it? How does it connect to the > system? Are you running moused? What have you put in your config > file? > > Greg