From owner-freebsd-stable@FreeBSD.ORG Tue Jun 5 14:42:08 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9231106566C for ; Tue, 5 Jun 2012 14:42:08 +0000 (UTC) (envelope-from feld@feld.me) Received: from feld.me (unknown [IPv6:2607:f4e0:100:300::2]) by mx1.freebsd.org (Postfix) with ESMTP id 8321C8FC1D for ; Tue, 5 Jun 2012 14:42:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=feld.me; s=blargle; h=In-Reply-To:Message-Id:From:Mime-Version:Cc:Date:References:Subject:To:Content-Type; bh=g4SuMAW+yOtdtE8ItRUr+7PQpC/UdbdfAke/RyhA488=; b=TPAYApI7+izF8WCOV8vv0IHiNx4ukvnEXT073NFlVC3HDXxMJ2e6aZGlXM7Thvex8kW2c/edomLYD6vsAhen+oGF/V7EZHBjaux6ZMNKxcyj9R/vRPHz2pVy45eYgEfw; Received: from localhost ([127.0.0.1] helo=mwi1.coffeenet.org) by feld.me with esmtp (Exim 4.77 (FreeBSD)) (envelope-from ) id 1SbuxO-000A1t-BE; Tue, 05 Jun 2012 09:42:07 -0500 Received: from feld@feld.me by mwi1.coffeenet.org (Archiveopteryx 3.1.4) with esmtpa id 1338907316-26372-26371/5/23; Tue, 5 Jun 2012 14:41:56 +0000 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-stable@freebsd.org References: <4FCC1357.9030302@missouri.edu> Date: Tue, 5 Jun 2012 09:41:56 -0500 Mime-Version: 1.0 From: Mark Felder Message-Id: In-Reply-To: <4FCC1357.9030302@missouri.edu> User-Agent: Opera Mail/11.64 (FreeBSD) X-SA-Score: -1.5 Cc: Subject: Re: Why Are You Using FreeBSD? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2012 14:42:08 -0000 On Sun, 03 Jun 2012 20:45:59 -0500, Stephen Montgomery-Smith wrote: > More recently I have had to start using Linux because FreeBSD doesn't > have very good laptop support. (All I ask for is a way to configure the > mouse pad so that I can switch off "tap to click.") See, this isn't very obvious to most people. It took me forever to figure it out. On every other OS you use the Xorg synaptics driver, but on FreeBSD there is synaptics support built-in with the rest of the mouse driver. man 4 psm: Tap and drag gestures can be disabled by setting hw.psm.tap_enabled to 0 at boot-time. Currently, this is only supported on Synaptics touchpads with Extended support disabled. The behaviour may be changed after boot by setting the sysctl with the same name and by restarting moused(8) using /etc/rc.d/moused.