From owner-freebsd-current@FreeBSD.ORG Thu Mar 11 06:39:25 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16679106566B for ; Thu, 11 Mar 2010 06:39:25 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from monday.kientzle.com (kientzle.com [66.166.149.50]) by mx1.freebsd.org (Postfix) with ESMTP id DF9FE8FC14 for ; Thu, 11 Mar 2010 06:39:24 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.3/8.14.3) id o2B6dYNR039139 for freebsd-current@freebsd.org; Thu, 11 Mar 2010 06:39:34 GMT (envelope-from kientzle@freebsd.org) Received: from dark.x.kientzle.com (fw2.kientzle.com [10.123.1.2]) by kientzle.com with SMTP id 2asud82b3iaacbydc7tty2c5i6; for freebsd-current@freebsd.org; Thu, 11 Mar 2010 06:39:34 +0000 (UTC) (envelope-from kientzle@freebsd.org) Message-ID: <4B989064.5030105@freebsd.org> Date: Wed, 10 Mar 2010 22:40:36 -0800 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.21) Gecko/20090601 SeaMonkey/1.1.16 MIME-Version: 1.0 To: "'freebsd-current@freebsd.org'" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: X11 crash on exit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2010 06:39:25 -0000 Trying to get X up and running on my Aspire One netbook and having a couple of problems. Here's the first: Whenever I exit, the server gets a Signal 11 and crashes, corrupting the screen. So far, I've been able to just tap the power button to get a clean reboot (in particular, it's just X crashing, not the whole system). FreeBSD 9.0-CURRENT r201154M: Tue Dec 29 09:27:29 PST 2009 GENERIC i386 xorg.conf is pretty vanilla except for the two monitors: 1600x1200 external on the VGA connector and 1024x600 LVDS display. This was autoprobed by the server: Section "Device" Identifier "Card0" Driver "intel" VendorName "Intel Corporation" BoardName "Mobile 945GME Express Integrated Graphics Controller" BusID "PCI:0:2:0" Option "monitor-LVDS" "LVDSMonitor" Option "monitor-VGA" "VGAMonitor" EndSection A backtrace from the server core: #0 0x08092402 in DeliverEventsToWindow () #1 0x0816e37e in ShouldFreeInputMasks () #2 0x081788e9 in SProcXListDeviceProperties () #3 0x0807ecf5 in DisableDevice () #4 0x0807edfa in DisableDevice () #5 0x080cbc5d in xf86PostMotionEvent () #6 0x0807eafb in ActivateDevice () #7 0x0812d168 in LogSetParameter () #8 0x0812d74f in AuditF () #9 0x080bc373 in xf86PrintBacktrace () #10 #11 0x081534d6 in ProcRRDeleteOutputProperty () #12 0x00000030 in ?? () #13 0x081534bb in ProcRRDeleteOutputProperty () #14 0x5a5a5a5a in ?? () #15 0x287367c0 in ?? () #16 0xbfbfecb8 in ?? () #17 0x0806ed9e in ProcSetSelectionOwner ()