From owner-freebsd-stable@FreeBSD.ORG Sun Dec 16 05:43:03 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9A714E1E for ; Sun, 16 Dec 2012 05:43:03 +0000 (UTC) (envelope-from zkolic@sbb.rs) Received: from smtp9.sbb.rs (smtp9.sbb.rs [89.216.2.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0D77E8FC18 for ; Sun, 16 Dec 2012 05:43:02 +0000 (UTC) Received: from mycenae.localdomain (cable-178-148-96-95.dynamic.sbb.rs [178.148.96.95]) by smtp9.sbb.rs (8.14.0/8.14.0) with ESMTP id qBG5f1fs032745 for ; Sun, 16 Dec 2012 06:41:06 +0100 Received: by mycenae.localdomain (Postfix, from userid 1001) id 368E2301A4; Sun, 16 Dec 2012 06:40:54 +0100 (CET) Date: Sun, 16 Dec 2012 06:40:53 +0100 From: Zoran Kolic To: freebsd-stable@freebsd.org Subject: thinkpad and synaptics Message-ID: <20121216054053.GA1052@mycenae.sbb.rs> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2012 05:43:03 -0000 Lenovo e320, 9.1, amd64. Installed synaptics driver and tried out almost all configurations available on the net. None works. Including hw.pci.synaptics_support in loader.conf, gives psm0 in /dev. Changing InputDevice in xorg.conf simply made me mad. Like this: InputDevice "Synaptics-Touchpad" "Corepointer" Identifier "Touchpad0"` Driver "synaptics" Option "Protocol" "psm" Option "Device" "/dev/psm0" Etc, etc. Should I add something more or I'm on a wrong path? Best regards Zoran