From owner-freebsd-mobile@FreeBSD.ORG Fri Nov 11 09:27:36 2005 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D3E416A41F for ; Fri, 11 Nov 2005 09:27:36 +0000 (GMT) (envelope-from toli@proact.no) Received: from nospam.internal.proact.no (mail.proact.no [81.191.140.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBCDA43D73 for ; Fri, 11 Nov 2005 09:27:34 +0000 (GMT) (envelope-from toli@proact.no) Received: by noexchange55.internal.proact.no with Internet Mail Service (5.5.2653.19)id ; Fri, 11 Nov 2005 10:25:48 +0100 Received: from TOM ([193.71.23.93]) by nopro01.internal.proact.no with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13)id L5AXHKLD; Fri, 11 Nov 2005 10:27:24 +0100 Date: Fri, 11 Nov 2005 10:27:19 +0100 (CET) From: Tom.Lislegaard@proact.no X-X-Sender: tl@tom.internal.proact.no To: Eric Schuele In-Reply-To: <4373CBAE.7060703@computer.org> Message-ID: <20051111101123.X7050@tom.internal.proact.no> References: <20051031154521.G3650@tom.internal.proact.no> <4370B638.1000909@computer.org> <20051109131806.R7050@tom.internal.proact.no><4373CBAE.7060703@computer.org > MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-imss-version: 2.033 X-imss-result: Passed X-imss-scores: Clean:99.90000 C:2 M:3 S:5 R:5 X-imss-settings: Baseline:3 C:1 M:1 S:1 R:1 (0.5000 0.5000) Cc: Tom.Lislegaard@proact.no, freebsd-mobile@freebsd.org Subject: Re: 6.0RC1 - enabling synaptics touchpad freezes machine 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: Fri, 11 Nov 2005 09:27:36 -0000 On Thu, 10 Nov 2005, Eric Schuele wrote: > Tom.Lislegaard@proact.no wrote: >> >> >> On Tue, 8 Nov 2005, Eric Schuele wrote: >> >>> Tom.Lislegaard@proact.no wrote: >>> >>>> >>>> I try to enable touchpad support on an Acer Travelmate 8104 >>>> by setting hw.psm.synaptics_support="1" in loader.conf. >>>> >>> >>> I have a synaptics touchpad on a Dell Inspiron. I've never used the above >>> (and never had the problems you mention below)... >>> >>> I add >>> hint.psm.0.flags="0x1000" >>> to my /boot/device.hints file to get it working. >>> >>> Might give it a try. Presently running 6.0-STABLE as of this morning... >>> but the above hint has been working since 5.x days. >>> >> >> I should have expressed myself better. The touchpad works with no special >> settings, but only as a generic 2-button ps2 mouse. What I'm after is >> "more buttons" and that should (in theory) be accomplished with the >> synaptics_support setting. >> Eric, could you try to set this variable and see if it works with your >> hardware? > > Sorry for not responding sooner. > What "more buttons" would I experience? Presently I can use the left, the > right, and both at the same time. I don't mind setting it... but what should > I do to see if the desired functionality exists? Or are we just looking for > it to hang my machine (or not)? > It would be of some value to know if this is a general problem or something specific to my hardware/configuration. As to the question of "more buttons", the most interesting are buttons 4 and 5 for scrolling. If you decide to try it out, you need to set something like this in xorg.conf Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/psm0" Option "ZAxisMapping" "4 5" Option "Buttons" "5" EndSection I'm not sure how buttons are numbered on this device. Given that it works in "synaptics mode" you can check the assignment with xev. -tom >> >> I'm no kernel hacker, but any advice on how to debug this would be >> appreciated. >> >> -tom >> >>> HTH >>> >>>> After that any access to psm0 seems to hang the machine solid. >>>> For instance running 'moused -p /dev/psm0' or starting Xorg with >>>> psm0 as mousedevice freezes the machine immediately, and I have >>>> to use the power button to recover. >>>> >>>> This is an out-of-the-box 6.0RC1 Generic kernel. The only >>>> other change I've done is to disable acpi, though that doesn't >>>> change anything regarding the touchpad problem. >>>> >>>> Is anyone else seeing something similar (and preferably have >>>> a solution)? >>>> >>>> Output of dmesg is found below. >>>> >>>> -tom >>>> >>> >>> -- >>> Regards, >>> Eric >>> >> _______________________________________________ >> 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" >> > > > -- > Regards, > Eric >