From owner-freebsd-current@FreeBSD.ORG Tue Apr 7 03:51:27 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FB6A1065716; Tue, 7 Apr 2009 03:51:27 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from kientzle.com (kientzle.com [66.166.149.50]) by mx1.freebsd.org (Postfix) with ESMTP id 185558FC16; Tue, 7 Apr 2009 03:51:27 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: (from root@localhost) by kientzle.com (8.14.3/8.14.3) id n373pQ7K090784; Mon, 6 Apr 2009 20:51:26 -0700 (PDT) (envelope-from kientzle@freebsd.org) Received: from dark.x.kientzle.com (fw2.kientzle.com [10.123.1.2]) by kientzle.com with SMTP id 9pz7wwha8fqvx3rwq5e9a73fmi; Mon, 06 Apr 2009 20:51:26 -0700 (PDT) (envelope-from kientzle@freebsd.org) Message-ID: <49DACDBD.3030809@freebsd.org> Date: Mon, 06 Apr 2009 20:51:25 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.21) Gecko/20090404 SeaMonkey/1.1.15 MIME-Version: 1.0 To: Robert Noland References: <49DA752B.5030805@freebsd.org> <934e1d760904061438k7d70d683re5c9d9a29e311942@mail.gmail.com> <934e1d760904061455o4736d643o1d07e3292192d94c@mail.gmail.com> <1239057809.1908.2.camel@balrog.2hip.net> <49DAC742.8090507@freebsd.org> <1239075455.1908.36.camel@balrog.2hip.net> In-Reply-To: <1239075455.1908.36.camel@balrog.2hip.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: current@freebsd.org Subject: Re: KDE4 and input events stalled 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: Tue, 07 Apr 2009 03:51:27 -0000 >> Now, I have two other problems I'm trying to >> track down, either of which could be related to >> using Intel graphics: >> * On logout, screen dies (garbage all over). >> /var/log/messages reports that the Xorg server >> died with a segfault... > > This is definately broken on at least some Intel chips at the moment... > I'm working on it... I find that if I kill X by stopping gdm, things > seem to be ok... Using the logout or reset options in the gnome menus > does bad things... I'll play with a few things. For the record: agp0: on vgapci0 I do have an Xorg.core here if a backtrace would help at all. >> * If I start kdm from /etc/ttys, I get a blank >> screen on startup. If I start it from a root >> login, it works okay for the first login. > > This sounds more like it is waiting on hal/dbus to start up than > anything. You might try using Option "AutoAddDevices" "off" in place of > or in addition to AllowEmptyInput. Startup messages claim that dbus and hal are both running at that point. Maybe I should try adding a sleep to the hal/dbus startups and see if that changes anything? Cheers, Tim