From owner-freebsd-current@FreeBSD.ORG Sat Aug 28 20:06:38 2004 Return-Path: <owner-freebsd-current@FreeBSD.ORG> Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F94616A4CE; Sat, 28 Aug 2004 20:06:38 +0000 (GMT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AAC343D53; Sat, 28 Aug 2004 20:06:37 +0000 (GMT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) i7SK6YXh017848; Sat, 28 Aug 2004 22:06:34 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.12.11/8.12.11/Submit) id i7SK6XaB017847; Sat, 28 Aug 2004 22:06:34 +0200 (CEST) (envelope-from marc) Date: Sat, 28 Aug 2004 22:06:33 +0200 From: Marc Fonvieille <blackend@freebsd.org> To: Robert Watson <rwatson@freebsd.org> Message-ID: <20040828200633.GA16742@abigail.blackend.org> References: <20040828184118.GA16378@abigail.blackend.org> <Pine.NEB.3.96L.1040828153742.44614V-100000@fledge.watson.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <Pine.NEB.3.96L.1040828153742.44614V-100000@fledge.watson.org> User-Agent: Mutt/1.4.2.1i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.10-PRERELEASE cc: freebsd-current@freebsd.org Subject: Re: [PLEASE TEST] Better support for Synaptics Touchpads X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current <freebsd-current.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-current>, <mailto:freebsd-current-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-current> List-Post: <mailto:freebsd-current@freebsd.org> List-Help: <mailto:freebsd-current-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-current>, <mailto:freebsd-current-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 20:06:38 -0000 On Sat, Aug 28, 2004 at 03:39:06PM -0400, Robert Watson wrote: > On Sat, 28 Aug 2004, Marc Fonvieille wrote: > > > I updated my -CURRENT (from 16/08) laptop to today's -CURRENT, and I see > > a lot of difference with my touchpad. Well, it's really not useable, > > the touchpad is less accurate, the double tap & hold is not working > > anymore etc. To sum up, if I want to use X with my laptop, I have to > > plug in a mouse. > > > > So I'd like to back to previous behavior, I tried various psm flags to > > make my touchpad seen as a vanilla PS/2 mouse, but nothing works. Is > > there a way to switch back? > > I'm using this entry in /boot/device.hints: > > hint.psm.0.flags="0x200" > [...] hmm I used 0x0200, which not worked, I will try with 0x200. Marc