From owner-freebsd-mobile@FreeBSD.ORG Thu Feb 18 12:01:56 2010 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49B0D1065679 for ; Thu, 18 Feb 2010 12:01:56 +0000 (UTC) (envelope-from nicholassmckenzie@gmail.com) Received: from mail-pz0-f179.google.com (mail-pz0-f179.google.com [209.85.222.179]) by mx1.freebsd.org (Postfix) with ESMTP id 213EC8FC1B for ; Thu, 18 Feb 2010 12:01:55 +0000 (UTC) Received: by pzk9 with SMTP id 9so540121pzk.28 for ; Thu, 18 Feb 2010 04:01:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=TwPnF+hCw2XT0HcR1oNB1XQg55OZyUbeSKhbmbbax+8=; b=f+Gw5DdiQZWVkuPEFcSRtXlrjeJUTWwiGdYAlmdFpl1oX8ugh+4Eyr7GBzf507zuNH vyOC1sp+yHoI2fNXMoK5k2XCLFsKyGWnw4mLtEKIdzxxWGKzTFmxlhjwat+L1/0UaYM2 GxB0B117JH0rqKXnc7L1rLcqOnBS6zCevO0NM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=iLbBdV3f0rRDat2b4QAvKtOBwFPk8HHZRQAPkf/BD/W/I+OS1jTqrPfGNsxV+tPfCr mNBsHFEggLf+8sV3fJP4MtrDDnS7g9fppnnbMElzV3n+caDtrYEtaQVvTFBUZmsm22xd BHmbi9JPPqvBsLmBCDhGT4uhyc24LGfJbuOmU= MIME-Version: 1.0 Received: by 10.115.64.5 with SMTP id r5mr6353797wak.183.1266492956171; Thu, 18 Feb 2010 03:35:56 -0800 (PST) From: Nicholas McKenzie Date: Thu, 18 Feb 2010 03:35:36 -0800 Message-ID: To: freebsd-mobile@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Weird right click issues when using freebsd synaptics driver X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2010 12:01:56 -0000 When I use the right click on my synaptics touch pad on my HP dv5-1004nr, it sometimes works properly, but other times i get weird errors. I cannot use the x11-drivers/xf86-input-synaptics because it has some kind of glitch when being used with x11-drivers/xf86-video-[ati. radeon] that freezes the system. (Side note: anyone know of any workaround for this?) This leaves the only solution for enabling synaptics support in FreeBSD to add hw.psm.synaptics_support="1". Everything works beautifully except for the right mouse button. With the occasional, properly working exception, the following actions are experienced when right clicking: * Right clicking on the KDE taskbard causes it to scroll through the virtual desktops. * Right clicking in Firefox causes it to switch tabs or scroll to the top of the page, sometimes going back a page. * Right clicking in Opera causes it to scroll to the top of the page, or pop up a window that cyles through the pages (by pressing Ctrl+tab). Dmesg, loader.conf, sysctl.conf attached. The Mouse section of my xorg.conf: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" #Tried both of these: #Option "ZAxisMapping" "4 5" Option "ZAxisMapping "4 5 6 7" EndSection