From owner-freebsd-questions@FreeBSD.ORG Sat Jan 25 03:12:48 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D52E6B45 for ; Sat, 25 Jan 2014 03:12:48 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AE0D515F8 for ; Sat, 25 Jan 2014 03:12:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=YUKBD5PZX1yyrYKrrJ+NxX7rJMhFglp/SVuaG5FbhHw=; b=c3CgqiBvXzgLrI471foP7Tc4acknxiwk72KGauReJdiOU3LnFdYaF4/YgDNrX8AyBIZznjznFUL2RM4MnyjIEUw2t9Frd7EjDRQqtFFdR7M3cmbRlFZvsE3fU73L/iLBIASCDUu0dhF4eThHdjxF21D9HkIGyhgvsngm60bOVL0=; Received: from [39.209.120.9] (port=62800 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1W6tfq-001XyS-AJ; Fri, 24 Jan 2014 20:12:47 -0700 Date: Sat, 25 Jan 2014 11:12:32 +0800 From: Erich Dollansky To: Charlie Subject: Re: Xorg on ThinkPad T430/10.0-RELEASE Message-ID: <20140125111232.1e04429a@X220.alogt.com> In-Reply-To: References: X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jan 2014 03:12:48 -0000 Hi, On Sat, 25 Jan 2014 02:52:28 +0000 (UTC) Charlie wrote: > Hi everyone, > > I just did a fresh install of 10.0-RELEASE on my ThinkPad T430 (Intel > graphics). > > I do not have a display/login manager (such as XDM or GDM, etc.) > running on my system, so I do a simple "startx" to launch X and begin > my XFCE4 session. > > However, when I attempt to exit X and return to the console, the > screen goes dark and the usual combination of ctrl + alt + F* does > nothing, nor does ctrl-alt-backspace. > this is the expected behaviour at the moment. It should be fixed in CURRENT and might be fixed with 10.1 for RELEASE. > I can still SSH into the laptop, so the system has not crashed, it > just seems like its a problem with X and/or the system console. > > This also happens when I attempt to test an Xorg config file via the > method presented in the handbook: > > Xorg -config xorg.conf.new -retro > > Any suggestions or ideas is greatly appreciated! Be patient or move to CURRENT. Erich