From owner-freebsd-questions@FreeBSD.ORG Thu Aug 6 23:37:37 2009 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 AF34E106564A for ; Thu, 6 Aug 2009 23:37:37 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 8157B8FC19 for ; Thu, 6 Aug 2009 23:37:35 +0000 (UTC) Received: from smoochies.rachie.is-a-geek.net (mailhub.lan.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 5475B7E818 for ; Thu, 6 Aug 2009 15:37:35 -0800 (AKDT) From: Mel Flynn To: freebsd-questions@freebsd.org Date: Thu, 6 Aug 2009 15:37:34 -0800 User-Agent: KMail/1.11.4 (FreeBSD/8.0-BETA2; KDE/4.2.4; i386; ; ) References: <20090804112624.GB19171@marge.bs.l> <20090806204621.GA27902@marge.bs.l> In-Reply-To: <20090806204621.GA27902@marge.bs.l> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200908061537.34431.mel.flynn+fbsd.questions@mailing.thruhere.net> Subject: Re: Mouse still crashes with Synaptics 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, 06 Aug 2009 23:37:37 -0000 On Thursday 06 August 2009 12:46:21 Bertram Scharpf wrote: > Hi, > > Am Dienstag, 04. Aug 2009, 13:26:24 +0200 schrieb Bertram Scharpf: > > an Acer notebook with a Synaptics Touchpad makes some trouble > > here. > > This is a real mess. Nobody gives me any help and I do not know > what to try any further. I sometimes run stuff under nobody, but never mail with it. FWIW, you don't need synaptics support or driver for vertical scrolling on a touchpad, only for the horizontal scrolling and some extra features. The psm driver nor moused has been taught about horizontal scrolling last time I checked. Kernel debugging is outlined in the developers handbook and a minute investigated in searching the archives, the FreeBSD website or even google, would have shown you that. http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html You might get some help on freebsd-x11 list. -- Mel