From owner-freebsd-mobile@FreeBSD.ORG Thu Jan 6 03:29:36 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 47C87106566B for ; Thu, 6 Jan 2011 03:29:36 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 0736B8FC12 for ; Thu, 6 Jan 2011 03:29:35 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id p063TXhR020038; Wed, 5 Jan 2011 20:29:33 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id p063TXEB020035; Wed, 5 Jan 2011 20:29:33 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Wed, 5 Jan 2011 20:29:33 -0700 (MST) From: Warren Block To: Joseph Olatt In-Reply-To: <20110106023126.GA13194@shell.eskimo.com> Message-ID: References: <20110104043645.GA12924@shell.eskimo.com> <201101040849.34263.milu@dat.pl> <20110104194750.GA20597@shell.eskimo.com> <20110105035534.GA31526@shell.eskimo.com> <20110105173259.GA28569@shell.eskimo.com> <20110106023126.GA13194@shell.eskimo.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (wonkity.com [127.0.0.1]); Wed, 05 Jan 2011 20:29:33 -0700 (MST) 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: Thu, 06 Jan 2011 03:29:36 -0000 On Wed, 5 Jan 2011, Joseph Olatt wrote: >>>> 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. ... > I do have xf85-input-keyboard and -mouse installed. > > joji@peace> pkg_info | grep -E "(keyboard|mouse)" > xf86-input-keyboard-1.4.0 X.Org keyboard input driver > xf86-input-mouse-1.5.0 X.Org mouse input driver > xkbcomp-1.1.0 Compile XKB keyboard description > xkeyboard-config-1.8_1 X Keyboard Configuration Database > > So that wasn't the problem. > > Any other ideas? > > When I use the intel driver, I see the screen and the mouse pointer for > a split second before it crashes. Run pkg_libchk from sysutils/bsdadminscripts to make sure something isn't missing. Run dbus and hal to see if it makes a difference. Rebuild xorg-server and drivers. Other than that... rebuild xorg-server with debug symbols, then crash it and get a backtrace.