From owner-freebsd-mobile@FreeBSD.ORG Sun Feb 21 06:35:37 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 02585106566B for ; Sun, 21 Feb 2010 06:35:37 +0000 (UTC) (envelope-from nicholassmckenzie@gmail.com) Received: from mail-px0-f176.google.com (mail-px0-f176.google.com [209.85.216.176]) by mx1.freebsd.org (Postfix) with ESMTP id C8D018FC12 for ; Sun, 21 Feb 2010 06:35:36 +0000 (UTC) Received: by pxi6 with SMTP id 6so821710pxi.14 for ; Sat, 20 Feb 2010 22:35: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 :from:date:message-id:subject:to:content-type; bh=bFa+p4dIswK+RGunWxLMBNgyDikx+7WBEcdivLcg+h8=; b=QVHI8AdQKRwzg2qDRSG++06l8aM41d7uo65SA4okJqPa8XErsZfVL7TtPLl7q+mn4u v0EKCyuhLG850q32aVZNLn/lAeEBmDJ4JePOIMd3bVCxetnw2kogkCfPPrGmdFlUeuln +ZMqGWsyMfiaNL14lmkPt1bMGQK7f6IvL3edE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=L7GqnoNa3JyEjL0uG3bjwgZqwPPCQP2qRx2EreaL+iaick5PJy6FDSLxwxEhDpw7tG 8uRXuo6EYLJw6LoFjxPAAA1nlLBWU+EFXnEHS/xM/feyLOXXvNcZhhGy3KLXzAVS+HRw 8RmcdImEm1FpiuZVgdZarLZtJgjjIbELpf1vM= MIME-Version: 1.0 Received: by 10.114.91.11 with SMTP id o11mr8488080wab.203.1266734131133; Sat, 20 Feb 2010 22:35:31 -0800 (PST) In-Reply-To: <20100219120020.9A486106574E@hub.freebsd.org> References: <20100219120020.9A486106574E@hub.freebsd.org> From: Nicholas McKenzie Date: Sat, 20 Feb 2010 22:35:11 -0800 Message-ID: To: freebsd-mobile@freebsd.org, jamesbrandongooch@gmail.com Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: freebsd-mobile Digest, Vol 354, Issue 3 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: Sun, 21 Feb 2010 06:35:37 -0000 On Fri, Feb 19, 2010 at 4:00 AM, wrote: > Send freebsd-mobile mailing list submissions to > freebsd-mobile@freebsd.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.freebsd.org/mailman/listinfo/freebsd-mobile > or, via email, send a message with subject or body 'help' to > freebsd-mobile-request@freebsd.org > > You can reach the person managing the list at > freebsd-mobile-owner@freebsd.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of freebsd-mobile digest..." > > > Today's Topics: > > 1. Weird right click issues when using freebsd synaptics driver > (Nicholas McKenzie) > 2. Re: Weird right click issues when using freebsd synaptics > driver (Brandon Gooch) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 18 Feb 2010 03:35:36 -0800 > From: Nicholas McKenzie > Subject: Weird right click issues when using freebsd synaptics driver > To: freebsd-mobile@freebsd.org > Message-ID: > > Content-Type: text/plain; charset=ISO-8859-1 > > 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 > > > ------------------------------ > > Message: 2 > Date: Thu, 18 Feb 2010 09:48:59 -0600 > From: Brandon Gooch > Subject: Re: Weird right click issues when using freebsd synaptics > driver > To: Nicholas McKenzie > Cc: freebsd-mobile@freebsd.org > Message-ID: > <179b97fb1002180748l3464713bl26a74eb9f620d7ab@mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1 > > 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 > > > ------------------------------ > > _______________________________________________ > 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" > > End of freebsd-mobile Digest, Vol 354, Issue 3 > ********************************************** > Do you have an ATI card? That's why I can't use the xf86-input-synaptics driver because it has some kind of glitch when used with radeon and radeon hd drivers... does anyone know anything about this? From owner-freebsd-mobile@FreeBSD.ORG Sun Feb 21 23:55:30 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 CA3411065670 for ; Sun, 21 Feb 2010 23:55:30 +0000 (UTC) (envelope-from nicholassmckenzie@gmail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id A229F8FC17 for ; Sun, 21 Feb 2010 23:55:30 +0000 (UTC) Received: by pwj7 with SMTP id 7so2462680pwj.13 for ; Sun, 21 Feb 2010 15:55:22 -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=kHApQPeXdClR/r4C/gVaXvLNLOhRTia2N1vLAg0Xfec=; b=A2x5cmCjTi7T0ifvMQU5cA/0d+3+TtAR4BHtZfGbdSIi6nckm9tzhU5bcdgz41co4l lbiuiWyWoXDjq/ThuFyA+7NO2RugbxQv0xOdFTZPdLuWq4zz5VAODOJVgIyMUt7AfAPd UAeTZb1jGOxFgfsvlDkLFowGhT5o/XYhtDWrE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=JM6JCh2viuS5lNSc1cf6EL0NifHbeW88CHNKrkBjFlcsrluqtAJN4czdY5ixgEXLWv pvvQf3A+P0r8XRpfXAXczaOpnU/+/DEpjbT/vwZ1YVIdUes7X4FK6SSe3fB9OrrmAzo2 jM2azmqHRtuHKDetDpyyL4IcLOffIPYF4+NyY= MIME-Version: 1.0 Received: by 10.115.86.9 with SMTP id o9mr882894wal.221.1266796522166; Sun, 21 Feb 2010 15:55:22 -0800 (PST) From: Nicholas McKenzie Date: Sun, 21 Feb 2010 15:55:02 -0800 Message-ID: To: freebsd-mobile@freebsd.org, jamesbrandongooch@gmail.com Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: 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: Sun, 21 Feb 2010 23:55:30 -0000 Sorry about the reply subject and including the whole digest :(. Do you have an ATI card? That's why I can't use the xf86-input-synaptics driver because it has some kind of glitch when used with radeon and radeon hd drivers... if anyone knows how I can get ahold of the developers of hw.psm.synaptics_support="1" driver, or if there's a workaround for the hanging issues with the radeon plus xorg synaptics driver. Is there another mailing list I should post to that I might get a better response from? does anyone know anything about this? Sorry, I didn't attach my dmesg, Xorg.conf, sysctl.conf, loader.conf, or my rc.conf to my original post. I'll pastebin instead of using attachments. *dmesg:* http://www.pastebin.com/f46136774 *loader.conf:* loader_logo="beastie" vesa_load="YES" #bitmap_load="YES" #bitmap_name="splash.bmp" #splash_bmp_load="YES" ath_load="YES" snd_hda_load="YES" hw.snd.default_unit=1 hw.psm.synaptics_support="1" linux_load="YES" acpi_video_load="YES" acpi_hp_load="YES" acpi_wmi_load="YES" atapicam_load="YES" vboxdrv_load="YES" #video4bsd_load="YES" *rc.conf**:* nfs_client_enable="YES" nfs_server_enable="YES" rpcbind_enable="YES" sshd_enable="YES" fusefs_enable="YES" # wlans_ath0="wlan0" ifconfig_wlan0="WPA DHCP" dbus_enable="YES" hald_enable="YES" # check_quotas="NO" font8x14="iso02-8x14" font8x16="iso02-8x16" font8x8="iso02-8x8" moused_enable="YES" linux_enable="YES" #musicpd_enable="YES" devfs_system_ruleset="system" #vboxnet_enable="YES" #powerd_enable="YES" #powerd_flags=" -i 85 -r 60 -p 100" * * *sysctl.conf:** * kern.module_path=/boot/kernel;/boot/modules;/usr/local/modules hw.psm.synaptics.vscroll_hor_area=0 hw.psm.synaptics.vscroll_ver_area=-600 hw.psm.synaptics.vscroll_min_delta=50 hw.psm.synaptics.vscroll_div_min=100 hw.psm.synaptics.vscroll_div_max=150 hw.psm.synaptics.min_pressure=20 #hw.psm.synaptics.max_perssure=220 hw.psm.synaptics.max_width=10 hw.psm.synaptics.weight_current=3 hw.psm.synaptics.weight_previous=6 hw.psm.synaptics.weight_previous_na=20 hw.psm.synaptics.weight_len_squared=2000 hw.psm.synaptics.div_min=9 hw.psm.synaptics.div_max=17 hw.psm.synaptics.div_max_na=30 hw.psm.synaptics.div_len=100 hw.psm.synaptics.multiplicator=10000 hw.psm.synaptics.margin_top=200 hw.psm.synaptics.margin_right=200 hw.psm.synaptics.margin_bottom=200 hw.psm.synaptics.margin_left=200 #hw.psm.syanptics.na_top=1783 hw.psm.synaptics.na_right=563 hw.psm.synaptics.na_bottom=1400 hw.psm.synaptics.na_left=1600 hw.psm.synaptics.window_min=4 hw.psm.synaptics.window_max=10 hw.psm.synaptics.taphold_timeout=125000 vfs.usermount=1 *xorg.conf:* http://www.pastebin.com/f60c748c8* *