From owner-freebsd-questions@FreeBSD.ORG Sat Jul 18 16:37:48 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97F8D1065670 for ; Sat, 18 Jul 2009 16:37:48 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-ew0-f220.google.com (mail-ew0-f220.google.com [209.85.219.220]) by mx1.freebsd.org (Postfix) with ESMTP id 2D2618FC0C for ; Sat, 18 Jul 2009 16:37:47 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: by ewy20 with SMTP id 20so1243229ewy.43 for ; Sat, 18 Jul 2009 09:37:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=/WZuFhti9WNS0DSo30RqpAfvFeFqP+ImVJlpdnPMsEk=; b=owzQh3S/AhpSyBwfodhLrQXCTep8GfwR3CndxCHav00rAu5uE1oHFdpPhzj/H3Ug3C 5ZNuKNb2ml0L5WX3sV1YYgTtK5OCkc7jfTieHtBazYtvop45Gf2PGg7uBA7a69ojt+LA 7jq8M7o7xF+YFg8pAsuhJF5muNgPKwjHHT5bI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=HRem9I7BkGd2hrEUfdSL+rbIUwG2PXorlJFq1sLcr/ZpjQJsGw1z+7kbldUWAti6RV epyKhezUppNg8+H/TmQrByV7tF0uh58c/BSjJzTtFkl+/9eqZs/8VExtBWEpIVstcKki 1H5KXfK9HsS/efFhteK7zk4hHHPMVzNLMXB28= MIME-Version: 1.0 Received: by 10.216.70.208 with SMTP id p58mr690687wed.29.1247935067089; Sat, 18 Jul 2009 09:37:47 -0700 (PDT) Date: Sat, 18 Jul 2009 18:37:47 +0200 Message-ID: <1bd550a00907180937k129c0b96s15ce02cac4bb9b08@mail.gmail.com> From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= To: User Questions Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Touchpad and wheel buttons 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: Sat, 18 Jul 2009 16:37:48 -0000 Hi all, I'm using FreeBSD 8.0 BETA1, but I post in this list cause I had the same problem in 7.2, since it is Xorg related. I have a laptop. The touchpad provides 4 buttons. Two of them are the normal "left" and "right" buttons and the other two should provide the wheel-like functionality, scrolling windows up and down. However, the behavior is quite different. In Firefox, for example, if I click on the touchpad area, I go back to the previous web site. The same for the wheel-down button. The wheel up button doesn't do anything. I disabled the "AutoAddDevices" in xorg.conf and added a mouse section: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5 6 7" EndSection It doesn't work either. I tried to change the protocol from "auto" to "IMPS/2" but it hangs Xorg. How can I configure the touchpad? Thanks in advance.