From owner-freebsd-newbies@FreeBSD.ORG Thu Mar 10 02:58:17 2005 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BDDA16A4CE for ; Thu, 10 Mar 2005 02:58:17 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF8DE43D39 for ; Thu, 10 Mar 2005 02:58:16 +0000 (GMT) (envelope-from petraslll@gmail.com) Received: by wproxy.gmail.com with SMTP id 70so432926wra for ; Wed, 09 Mar 2005 18:58:16 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:subject:message-id:x-mailer:mime-version:content-type:content-transfer-encoding; b=Gdj8l6wXy3CrlbNHAgMgUkX5xYJ0L4TqMjY++UZW+GZG95j6/UlWYgSAGjojViZCSaA1JGfhGGgDwP/Lryq7cK7K2yOUwQkKsrYCbDwecbM8ottWwtbyvptjI+5GKopALI5lium7uYswwccylebo9hB7iJ0rYnO0kC8ky8jaeGc= Received: by 10.54.84.8 with SMTP id h8mr15235wrb; Wed, 09 Mar 2005 18:58:16 -0800 (PST) Received: from localhost ([80.83.62.219]) by mx.gmail.com with ESMTP id 9sm1250945wrl.2005.03.09.18.58.13; Wed, 09 Mar 2005 18:58:16 -0800 (PST) Date: Thu, 10 Mar 2005 03:58:09 +0100 From: petrasl To: freebsd-newbies@freebsd.org Message-Id: <20050310035809.2270841f.petraslll@gmail.com> X-Mailer: Sylpheed version 1.9.4 (GTK+ 2.4.14; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Synaptics touchpad xorg X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2005 02:58:17 -0000 Hi, I have a laptop with synaptics touchpad. I added 'hw.psm.synaptics_support=1' to /boot/loader.conf , so dmesg tell me that the synaptics has been recognized : dmesg | grep Synaptics psm0: model Synaptics Touchpad, device ID 0 Now, what am I supposed to do to get my synaptics touchpad working on X ?