From owner-freebsd-mobile@FreeBSD.ORG Thu Feb 18 16:13:33 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 02F2B106568D for ; Thu, 18 Feb 2010 16:13:33 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.27]) by mx1.freebsd.org (Postfix) with ESMTP id 8D6098FC28 for ; Thu, 18 Feb 2010 16:13:32 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 9so1348818eyd.9 for ; Thu, 18 Feb 2010 08:13:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=KMlAEAXY8fYkFtckbvBPAjPF9M37bE7h23CcWPFO93Q=; b=vwYMpeDn0PdJsdzoiV4eJ5F4591cWQYJTXwVH8MxD2x77KdXS0x85508GsMMnHiu5d /AaKzwWhaaInq62KRlmFHifZy1LhCMFF02QUE5i5Z6w2szk/0T3yPZxnUZFpjoKUVH6T sJW6dAgQ0/zHRWrZ0UbJHenvc7esNcpkLamVg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=aiqrxJSsse4RhCTbufeAyMADen6443V7W5krbHM+ewUXHoJ7bm2IcRu8UdYxF6kfLS QuVJPZqGhvLCaTx7O/kkC7HQhU02y81Fi3cqJ5I+PF7wy0cb5UdNMUDxWKGETpALP513 i0VT02/sZOR9MdDBSYCGza4uTH4vLPJo5LhDU= MIME-Version: 1.0 Received: by 10.213.0.199 with SMTP id 7mr1171870ebc.61.1266508139698; Thu, 18 Feb 2010 07:48:59 -0800 (PST) In-Reply-To: References: Date: Thu, 18 Feb 2010 09:48:59 -0600 Message-ID: <179b97fb1002180748l3464713bl26a74eb9f620d7ab@mail.gmail.com> From: Brandon Gooch To: Nicholas McKenzie Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-mobile@freebsd.org Subject: Re: 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 16:13:33 -0000 On Thu, Feb 18, 2010 at 5:35 AM, Nicholas McKenzie wrote: > 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 > _______________________________________________ > freebsd-mobile@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mobile > To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org" > I saw this same behavior while using moused in conjunction with built-in (non-Xorg driver) synaptics support. I had it ALMOST working, but I managed to mess up my configs experimenting and couldn't get things back to a good state :( I finally wound up setting hw.psm.synaptics_support="1", installing xf86-input-synaptics-1.1.2 from ports, doing away with my xorg.conf, and setting everything using synclient(1). Somehow, things are working much better, although it seems several features of the trackpad just don't work (such as two-finger support). -Brandon