From owner-freebsd-current@FreeBSD.ORG Tue Apr 7 01:45:31 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 47773106568A for ; Tue, 7 Apr 2009 01:45:31 +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 1AD298FC34 for ; Tue, 7 Apr 2009 01:45:31 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: (from root@localhost) by kientzle.com (8.14.3/8.14.3) id n371jUGs089798 for current@freebsd.org; Mon, 6 Apr 2009 18:45:30 -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 fg2feqtyw9bybxrrerva8z63xs; for current@freebsd.org; Mon, 06 Apr 2009 18:45:30 -0700 (PDT) (envelope-from kientzle@freebsd.org) Message-ID: <49DAB039.1000309@freebsd.org> Date: Mon, 06 Apr 2009 18:45:29 -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: "'current@FreeBSD.org'" References: <49DA752B.5030805@freebsd.org> In-Reply-To: <49DA752B.5030805@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: 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 01:45:31 -0000 Tim Kientzle wrote: > Running -CURRENT r190666 and finally got KDE4 > to run (by running dbus and hald), but the mouse > and keyboard input are very wonky. USB mouse > and keyboard, of course. > > 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 > > I occasionally see this with keyboard input > as well; keys don't appear until I move or > click the mouse. This is less consistent, > though. Solved that problem: I had gotten x.org working without hald, which required adding this to /etc/X11/xorg.conf: Section "ServerFlags" Option "AllowEmptyInput" "off" EndSection Of course, KDE4 required me to enable hald, which requires removing that option . Removing it fixed my input wonkiness. Now to dig out the instructions for getting my Ctrl key back when using hald. Then, I'll try to figure out why kdm works if I start it manually after the system is running but kills the screen if I try starting it from /etc/ttys. Tim