From owner-freebsd-x11@FreeBSD.ORG Fri Jul 3 20:24:28 2009 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3DA610656E2 for ; Fri, 3 Jul 2009 20:24:28 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 2C0888FC0C for ; Fri, 3 Jul 2009 20:24:27 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by mail-bw0-f213.google.com with SMTP id 9so87349bwz.43 for ; Fri, 03 Jul 2009 13:24:27 -0700 (PDT) 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 :content-transfer-encoding; bh=I5qqkrGYk+pq6eEzV0ggC1uNeXwyiku6z0bmXfiDbjw=; b=r1ziWr8AIBDW8KRGTizQRSq0lvFuDyCtWM1GcxUgs7GK4XUutMsVZfYaAsxCFu1dfd m7FJR8kyGY4rd6AD4K6r0RPkTgu1F9FYHiHPmR6yvSOLUw0EK1Htk5B0IkGIJYHRJc2A OZQcKvs7MNMliPYMaf30f1WPUiJeBWMkISKaI= 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:content-transfer-encoding; b=uKM/8RjyC+4qq9dq7w7lo28iwksE7n404mNGWQqRr+Tca4RZTm1ckRGKFIBR+1CCa3 XivKSTqf1ovKzbXT4mQHPqkbY36oR9oTp01emlxudYyGLvwcWVtOQQ+QLqHnmFRFiDD3 yPglu7wc93gxpxYKInY/uZCb+jz++EgnU3rTA= MIME-Version: 1.0 Received: by 10.204.118.134 with SMTP id v6mr1656793bkq.31.1246652667787; Fri, 03 Jul 2009 13:24:27 -0700 (PDT) In-Reply-To: <4A4E60DA.6040206@web.de> References: <4A4CB59A.5000801@web.de> <1246543693.1855.38.camel@balrog.2hip.net> <1246544129.1855.40.camel@balrog.2hip.net> <4A4E407B.4020401@web.de> <3a142e750907031202m3d689df5r64c9cea508159211@mail.gmail.com> <4A4E60DA.6040206@web.de> Date: Fri, 3 Jul 2009 20:24:27 +0000 Message-ID: <3a142e750907031324h354dc87vea71dae1cbaa58c1@mail.gmail.com> From: "Paul B. Mahol" To: Christoph Brunner Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-x11@freebsd.org Subject: Re: Glidepoint + Scrolling X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2009 20:24:29 -0000 On 7/3/09, Christoph Brunner wrote: > Paul B. Mahol schrieb: >> On 7/3/09, Christoph Brunner wrote: >>>> On Thu, 2009-07-02 at 09:08 -0500, Robert Noland wrote: >>>>> On Thu, 2009-07-02 at 15:26 +0200, Christoph Brunner wrote: >>>>>> Hi, >>>>>> >>>>>> i posted this some time ago already on freebsd-mobile, but got no >>>>>> answer. Maybe it was the wrong list, so i will try it here. >>>>>> >>>>>> On a Dell Precision M2300 laptop i am trying FreeBSD 8.0-CURRENT i386. >>>>>> It runs so long but i cannot get the touchpad to provide scrolling >>>>>> (in X). >>>>>> >>>>>> The touchpad identifies as GlidePoint. >>>>>> >>>>>> # dmesg | grep psm >>>>>> psm0: irq 12 on atkbdc0 >>>>>> psm0: [GIANT-LOCKED] >>>>>> psm0: [ITHREAD] >>>>>> psm0: model GlidePoint, device ID 0 >>>>>> >>>>>> Setting VertEdgeScroll, VertScrollDelta, *Edge options in xorg.conf >>>>>> i didn't have success. >>>>>> >>>>>> Does anybody have a working setup with Glidepoint and scrolling? How >>>>>> do >>>>>> i get this to work? >>>>> There has been some discussion of this on the Xorg lists with regard to >>>>> Glidepoint. I'm not sure what the outcome was though. I'm reasonably >>>>> confident that this is not a FreeBSD specific issue though. I'll try >>>>> and check the latest status of the synaptics driver. >>>> It looks like this may be handled in git. Please see: >>>> >>>> X.Org Bug 21214 >>>> http://bugs.freedesktop.org/show_bug.cgi?id=21214 >>> It looks like this patch is already included in the current >>> xf86-input-synaptics-1.1.2 (installed from port), isn't it? >>> >>> >>> In /var/log/Xorg.0.log i found: >>> >>> (II) Synaptics touchpad driver version 1.1.2 >>> (**) Option "Device" "/dev/psm0" >>> Query no Synaptics: 000000 >>> (--) Mouse0: no supported touchpad found >>> (EE) Mouse0 Unable to query/initialize Synaptics hardware. >>> (EE) PreInit failed for input device "Mouse0" >>> (II) UnloadModule: "synaptics" >> >> Your xorg.conf please. >> Do you have hint.psm.synaptics_support=1 ? >> > > I tried hint.psm.synaptics_support=1 but did not have success (with xorg Just to make sure: you rebooted after changing /boot/loader.conf? > driver "mouse", as stated on http://wiki.freebsd.org/SynapticsTouchpad). > I didn't get any sysctl's containing "synaptics". Is moused disabled? Try with synaptics driver too? -- Paul