From owner-freebsd-mobile@FreeBSD.ORG Wed Jan 5 17:33:01 2011 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7526106566B for ; Wed, 5 Jan 2011 17:33:01 +0000 (UTC) (envelope-from joji@eskimo.com) Received: from ultra7.eskimo.com (ultra7.eskimo.com [204.122.16.70]) by mx1.freebsd.org (Postfix) with ESMTP id A21B68FC15 for ; Wed, 5 Jan 2011 17:33:01 +0000 (UTC) Received: from shell.eskimo.com (root@shell.eskimo.com [204.122.16.72]) by ultra7.eskimo.com (8.14.0/8.14.3) with ESMTP id p05HWwZ1014335; Wed, 5 Jan 2011 09:32:58 -0800 Received: from shell.eskimo.com (joji@localhost [127.0.0.1]) by shell.eskimo.com (8.14.3/8.14.3) with ESMTP id p05HX0TY005131; Wed, 5 Jan 2011 09:33:00 -0800 Received: (from joji@localhost) by shell.eskimo.com (8.14.3/8.12.10/Submit) id p05HWxa9005130; Wed, 5 Jan 2011 09:32:59 -0800 Date: Wed, 5 Jan 2011 09:32:59 -0800 From: Joseph Olatt To: Warren Block Message-ID: <20110105173259.GA28569@shell.eskimo.com> References: <20110104043645.GA12924@shell.eskimo.com> <201101040849.34263.milu@dat.pl> <20110104194750.GA20597@shell.eskimo.com> <20110105035534.GA31526@shell.eskimo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: freebsd-mobile@freebsd.org Subject: Re: Thinkpad T60 Xorg issues X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jan 2011 17:33:01 -0000 On Tue, Jan 04, 2011 at 10:19:18PM -0700, Warren Block wrote: > On Tue, 4 Jan 2011, Joseph Olatt wrote: > > >Ok. I removed 'AllowEmptyInput "false"' directive and added > >'AutoAddDevices "Off"'. I'm still not able to get the xf86 intel driver > >to work. > > > >If I let Xorg autogenerate, I don't get a display. I get the following > >Xorg.0.log file: > > > >http://www.eskimo.com/~joji/thinkpad_t60/Xorg.0.log_auto > > > > > >It seems to be seg faulting at: > > > >(II) XINPUT: Adding extended input device "" (type: > >KEYBOARD) > >Segmentation fault: 11 at address 0x10 > > > >As mentioned before, I don't have hald or dbus running. > > Looks like the intel part is fine, it's the keyboard that's the problem. > If you've built xorg-server without hal support, AutoAddDevices Off > should not be needed. > > Wait... did you install the x11-drivers/xf86-input-keyboard and -mouse > drivers? I installed x11/xorg-minimal. It is quite possible that x11-drivers/xf86-input-keyboard and x11-drivers/xf86-input-mouse did not get installed. I suspect they are not listed as build-depends for x11/xorg-minimal. I don't have access to the laptop right now. I will check later tonight and report. I think you may have nailed the problem. Thanks very much for your help.