From owner-freebsd-questions@FreeBSD.ORG Sun Aug 14 16:21:27 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC49516A41F for ; Sun, 14 Aug 2005 16:21:27 +0000 (GMT) (envelope-from nawcom@nawcom.no-ip.com) Received: from nawcom.no-ip.com (adsl-69-209-132-220.dsl.sfldmi.ameritech.net [69.209.132.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6255743D48 for ; Sun, 14 Aug 2005 16:21:27 +0000 (GMT) (envelope-from nawcom@nawcom.no-ip.com) Received: from [192.168.212.7] (unknown [192.168.212.7]) by nawcom.no-ip.com (Postfix) with ESMTP id 8602A7198; Sun, 14 Aug 2005 12:44:11 -0400 (EDT) Message-ID: <42FF6F96.2070807@nawcom.no-ip.com> Date: Sun, 14 Aug 2005 12:21:42 -0400 From: nawcom User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Fabian Keil , freebsd-questions@freebsd.org References: <20050813110827.7d556249@localhost> In-Reply-To: <20050813110827.7d556249@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: need I install synaptics Touchpad driver for FreeBSD 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: Sun, 14 Aug 2005 16:21:28 -0000 This is a common issue with laptops. Here's my little fix - its been a solution I've been giving out that works: in /boot/device.hints: add this line: hint.psm.0.flags="0x1000" lemme know if it doesn't do the trick. -Ben Fabian Keil wrote: >Huajian Luo wrote: > > > >>I've just buildkernel and xorg and foud that my compaq ynaptics >>Touchpad driver >>can't work and I congfigure psm as the man page told me with no luck. and I hate >>to use mouse while put the laptop on lap. and I just install xorg from >>5.4 stable tree >>and ion2 , so need I add sth in the xorg.conf in addtion to my >>previous 5.3 configure? >> >> > >Try putting hw.psm.synaptics_support="1" in /boot/loader.conf. > >Fabian > >