From owner-freebsd-hackers@FreeBSD.ORG Tue Jan 22 08:11:03 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CA0E16A41B; Tue, 22 Jan 2008 08:11:03 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from 0.mx.codelabs.ru (0.mx.codelabs.ru [144.206.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id A5FE013C461; Tue, 22 Jan 2008 08:11:02 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) DomainKey-Signature: a=rsa-sha1; q=dns; c=simple; s=one; d=codelabs.ru; h=Received:Date:From:To:Cc:Message-ID:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To:Sender:X-Spam-Status:Subject; b=bm6h2D9hlouCwHq7k/VZYl4m0s2HszItjmtqQln+9Wdb6mkgRLV/xdIMDgiMLbMg8JEjYCLSnYJwUWYpn1bXlXyLb6HRbtYMb0z8PfYdLIt8e5YtjGOoQU6MZTyxBmk9AdlbPT/lvuc21dl3Xz6JjMbn2O7IQ1nPKLOtIr8wTe8=; Received: from void.codelabs.ru (void.codelabs.ru [144.206.177.25]) by 0.mx.codelabs.ru with esmtpsa (TLSv1:AES256-SHA:256) id 1JHEDk-00072k-6n; Tue, 22 Jan 2008 11:11:00 +0300 Date: Tue, 22 Jan 2008 11:10:58 +0300 From: Eygene Ryabinkin To: Cristian KLEIN Message-ID: References: <4c65bf9e-80e5-4c0b-acef-d9914a57679f@i12g2000prf.googlegroups.com> <47728D80.5010507@zirakzigil.org> <475A8637.9020507@zirakzigil.org> <20071212155244.GJ1442@daemon.grid.kiae.ru> <4760114D.6020203@zirakzigil.org> <47950952.6040909@roedu.net> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <47950952.6040909@roedu.net> Sender: rea-fbsd@codelabs.ru X-Spam-Status: No, score=-2.0 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_40 Cc: freebsd-hackers@freebsd.org, Giulio Ferro , nork@FreeBSD.org Subject: Re: Synaptics X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2008 08:11:03 -0000 Cristian, good day. Mon, Jan 21, 2008 at 11:06:26PM +0200, Cristian KLEIN wrote: > Eygene Ryabinkin wrote: >> But what protocol is selected? From your Xorg log I assume that >> it is either "event", "auto-dev" or not set at all. > > I just ran into the same problem. In xorg.conf I explicitly told the > synaptics driver to use "psm" and "/dev/psm0", but the error message would > suggest that it uses "event". > > Also, I tried to change the source code of the synaptics driver > (synaptics.c) and hard-coded "psm" as the only driver, no matter what > xorg.conf says. Synaptics still would not start, but this time complaining > that no device was specified. Please note that I had "Device" in my > xorg.conf, but the error suggests that the driver ignored it. Could you please provide your Xorg configuration file and the Xorg logs for the run when you had hardcoded psm driver. It will also be good to see the modified Synaptics driver source file. And the version and platform for your FreeBSD is? > It almost seems that no matter what options I pass to synaptics, it does > not receive them. Is it possible that Xorg's option retrieval functions > have changed making the (relatively) old synaptics unusable? Maybe, but I am running Synaptics driver on my laptop for years and it works now without any problems. My laptop is i386, it runs FreeBSD 7-PRERELEASE, Xorg server 1.4_3,1 and synaptics 0.14.6_2. If you'll provide the information, I will try to look at the problem, but I expect to start investigations next week. -- Eygene