From owner-freebsd-questions@FreeBSD.ORG Sat Jan 25 07:10:25 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BCE3CB9C for ; Sat, 25 Jan 2014 07:10:25 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6E6171674 for ; Sat, 25 Jan 2014 07:10:25 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id s0P7AOfN095291; Sat, 25 Jan 2014 00:10:24 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id s0P7AOcO095288; Sat, 25 Jan 2014 00:10:24 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sat, 25 Jan 2014 00:10:23 -0700 (MST) From: Warren Block To: Charlie Subject: Re: Xorg on ThinkPad T430/10.0-RELEASE In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sat, 25 Jan 2014 00:10:24 -0700 (MST) 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 07:10:25 -0000 On Sat, 25 Jan 2014, Charlie wrote: > 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. Yes. You are using the KMS video drivers, and currently there is no KMS console driver in FreeBSD 10. There is one, called Newcons, in -CURRENT, and an MFC is planned at some point: https://wiki.freebsd.org/Newcons > 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. The console is running, it just can't be seen. Type startx and you will be back in X and can shut down or do further work in a terminal window.