From owner-freebsd-stable@FreeBSD.ORG Tue Feb 3 19:12:14 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07E8D106564A for ; Tue, 3 Feb 2009 19:12:14 +0000 (UTC) (envelope-from kstewart@owt.com) Received: from smtp.owt.com (smtp.owt.com [66.119.213.2]) by mx1.freebsd.org (Postfix) with ESMTP id D08008FC14 for ; Tue, 3 Feb 2009 19:12:13 +0000 (UTC) (envelope-from kstewart@owt.com) Received: from topaz.owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) (authenticated bits=0) by smtp.owt.com (8.13.8/8.13.8) with ESMTP id n13Iwln8026782; Tue, 3 Feb 2009 10:58:48 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=owt.com; s=default; t=1233687528; bh=SQQLC3mb8GMJnDEY+SLr7518tyJJy1743ot2Mv8pXOo=; h=From:To:Subject:Date:Cc:References:In-Reply-To:MIME-Version: Content-Type:Content-Transfer-Encoding:Message-Id; b=REC/RGim2seG0 3HfCz1sGn/ndMJjmMdrL1wWMsHciz9XzMB5qSaUVPvsdAL6y9Zl21/fa+bAi6tu0fK0 iBzmZCZJedfJ8UuD6wzUY5QKSmgR/XuRxofSYM4exGP+W1Zk3njn6gAUIMgb4bVdkaD 95t9rAmTa56O3Or62xrG3NoU= From: Kent Stewart To: freebsd-stable@freebsd.org Date: Tue, 3 Feb 2009 10:58:42 -0800 User-Agent: KMail/1.9.10 References: <539c60b90902030929r5d1ec7eu652ab11eb4165bb6@mail.gmail.com> In-Reply-To: <539c60b90902030929r5d1ec7eu652ab11eb4165bb6@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902031058.42788.kstewart@owt.com> Cc: Steve Franks Subject: Re: X.Org/xdm 'frozen' after installworld (7-stable) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2009 19:12:14 -0000 On Tuesday 03 February 2009 09:29:05 am Steve Franks wrote: > This is a new weird one I've never had before. Consoles work fine, > but the mouse and keyboard won't move/type when xdm pops up. > ctrl-alt-F2 takes you right to a working console, and the mouse works > fine in the console...ctrl-alt-backspace no longer kills X either... > The option that I found the easiest was to add Option "AutoAddDevices" "off" To the ServerFlags section. I was told in the ports list that you can add it to the ServerLayout section but I could never make that work. Kent