From owner-freebsd-questions@FreeBSD.ORG Thu Aug 21 19:02:34 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 908E11065679 for ; Thu, 21 Aug 2008 19:02:34 +0000 (UTC) (envelope-from michael.copeland@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.247]) by mx1.freebsd.org (Postfix) with ESMTP id 470288FC22 for ; Thu, 21 Aug 2008 19:02:33 +0000 (UTC) (envelope-from michael.copeland@gmail.com) Received: by an-out-0708.google.com with SMTP id b33so22082ana.13 for ; Thu, 21 Aug 2008 12:02:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=8LG0EFlI0e7/3z9zvwSb+eDBY6caPuL+jgthZis8IT8=; b=oc1LFqzDcfOPNW1eCaXm9KJD8/DJNWe8nnS7kmyOnJ6BYM0s+e7kympW/nfrw+SZmW reyrTvek6tCfoRLlFW3qcQ+WGh4flGRFx/99Q9lHp/+FsNn+m4GpTTj4OMYMHcV6Vkz2 cJ7GWVWBtLOM11dW4KbZRd6EGUFwLkX+zbltU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=Ej6E/fsTtc6/N0TXj+4ROMgC1fVtBKcWZidS2IdCd5IEK3wS9pbCUfJA18bfGe1q3R nX0JMVO/Jncp35j5HhkyrvB4ZowtHbnNzGRfY7UMAG5TBlsZNTfY4xUeARBGSMGkkLs4 1jiPD39UVTRg34jdA4kSeflGzDl5CbbqqQZFM= Received: by 10.100.249.10 with SMTP id w10mr132373anh.139.1219343647228; Thu, 21 Aug 2008 11:34:07 -0700 (PDT) Received: from ?1.0.0.148? ( [74.245.53.43]) by mx.google.com with ESMTPS id b32sm424408ana.34.2008.08.21.11.34.05 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 21 Aug 2008 11:34:06 -0700 (PDT) Message-ID: <48ADB519.7050300@gmail.com> Date: Thu, 21 Aug 2008 14:34:01 -0400 From: michael User-Agent: Thunderbird 2.0.0.9 (X11/20080213) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Synaptics touchpad driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Aug 2008 19:02:34 -0000 after following this from pkg-message: the touchpad is not detected, and is still listed as just a mouse in the Xorg log. anyone getting something similar to this? machine is a HP DV2000, exact model is dv2225nr. default generic kernel from 7.0-Release. nvidia driver, ndis, are the only additions. ################################### o Add boot time tunable to /boot/loader.conf. Set hw.psm.synaptics_support=1 and shutdown -r now! /boot/loader.conf --------------------------------- hw.psm.synaptics_support=1 --------------------------------------------------- o Don't run moused(8) daemon. Dont' set moused_enable="YES" in /etc/rc.conf. /etc/rc.conf -------------------------------------- moused_enable="NO" --------------------------------------------------- ############################################