From owner-freebsd-current@FreeBSD.ORG Tue Apr 7 03:23:47 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 DAF8910656F3 for ; Tue, 7 Apr 2009 03:23:47 +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 AA4A78FC16 for ; Tue, 7 Apr 2009 03:23:47 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: (from root@localhost) by kientzle.com (8.14.3/8.14.3) id n373Nl7q090490; Mon, 6 Apr 2009 20:23:47 -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 hgfhzyez2gkn6brn78hzqndscs; Mon, 06 Apr 2009 20:23:46 -0700 (PDT) (envelope-from kientzle@freebsd.org) Message-ID: <49DAC742.8090507@freebsd.org> Date: Mon, 06 Apr 2009 20:23:46 -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> In-Reply-To: <1239057809.1908.2.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:23:48 -0000 Robert Noland wrote: > >>> On Tue, Apr 7, 2009 at 5:33 AM, Tim Kientzle wrote: >>> >>>> For example, if I click on a button almost >>>> anywhere in the KDE interface (including >>>> Seamonkey): >>>> - Button down >>>> - See button depress >>>> - Button up >>>> - ?? nothing happens ?? >>>> - Move mouse >>>> - Button up, event occurs > > Let me guess, you are using Intel graphics? Ummm... Okay, what do you know that I don't? I fixed the input problem by setting "AcceptEmptyInput" appropriately[1]. 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; I presume this left the graphics card in a bad state. Alt-Ctrl-F1 changes the garbage on the screen but doesn't recover the screen. * 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. Still digging... Tim [1] If I understand correctly, "AcceptEmptyInput" is now mandatory if you are not using hald and forbidden if you are. Is there a reason for the Xorg server not to set it automatically?