From owner-freebsd-questions@FreeBSD.ORG Tue May 5 19:43:03 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69B861065672 for ; Tue, 5 May 2009 19:43:03 +0000 (UTC) (envelope-from frederique@isafeelin.org) Received: from progress.isafeelin.org (progress.isafeelin.org [84.244.146.92]) by mx1.freebsd.org (Postfix) with ESMTP id 296A88FC1B for ; Tue, 5 May 2009 19:43:03 +0000 (UTC) (envelope-from frederique@isafeelin.org) Received: from progress.isafeelin.org (localhost [127.0.0.1]) by progress.isafeelin.org (Postfix) with ESMTP id 60BC1130DBB; Tue, 5 May 2009 21:43:02 +0200 (CEST) Received: from s55919a03.adsl.wanadoo.nl (s55919a03.adsl.wanadoo.nl [85.145.154.3]) (using SSLv3 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by progress.isafeelin.org (Postfix) with ESMTPSA id 38E7C130DB4; Tue, 5 May 2009 21:43:02 +0200 (CEST) Received: from [192.168.1.15] (unknown [192.168.1.15]) by s55919a03.adsl.wanadoo.nl (Postfix) with ESMTP id 6DE36F8FB5; Tue, 5 May 2009 21:43:01 +0200 (CEST) Message-ID: <4A0096C4.2040609@isafeelin.org> Date: Tue, 05 May 2009 21:43:00 +0200 From: Frederique Rijsdijk User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: Daniel Underwood References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: "freebsd-questions@freebsd.org" Subject: Re: xdm freezes - 7.2-RELEASE installed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 May 2009 19:43:03 -0000 Hi, Daniel Underwood wrote: > Just installed 7.2-RELEASE. After changing my /etc/ttys to default to > xdm and rebooting, my machine opens xdm, but I cannot type or press > enter. My keyboard isn't totally unresponsive, however, because I can > Ctrl+Alt+F# to another virtual terminal. Try adding: Option "AllowEmptyInput" "off" .. to the "ServerLayout" section of your xorg.conf, see if that helps. See man xorg.conf too. -- Frederique