From owner-freebsd-questions@FreeBSD.ORG Thu Oct 16 02:23:00 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D30E8B3D for ; Thu, 16 Oct 2014 02:23:00 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 83881606 for ; Thu, 16 Oct 2014 02:23:00 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id s9G2MwIt037813 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 15 Oct 2014 20:22:58 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id s9G2Mv0m037810; Wed, 15 Oct 2014 20:22:57 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Wed, 15 Oct 2014 20:22:57 -0600 (MDT) From: Warren Block To: William Bulley Subject: Re: exiting Xorg locks up 9.2-STABLE system In-Reply-To: <20141016005817.GF1350@itcom245.staff.itd.umich.edu> Message-ID: References: <20141016005817.GF1350@itcom245.staff.itd.umich.edu> User-Agent: Alpine 2.11 (BSF 23 2013-08-11) 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]); Wed, 15 Oct 2014 20:22:58 -0600 (MDT) Cc: doug@fledge.watson.org, freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Oct 2014 02:23:00 -0000 On Wed, 15 Oct 2014, William Bulley wrote: > According to Warren Block on Wed, 10/15/14 at 19:33: >> >> That is what vt(4) does, supports a KMS text console which still works after >> leaving X. It works on the Intel and Radeon systems I have tried. > > Then maybe the missing piece here (for 9.3-STABLE) is to include the > KMS feature (if that is part of 9.3-STABLE)? I think I had stated > earlier (much earlier) in this thread that I have a Radeon video card. > > My desired sequence: > > 1) log into FreeBSD 9.3-STABLE at the console (vty?) level > > 2) begin my Xorg session (% /usr/local/bin/xinit -- /usr/local/bin/Xorg) > > 3) perform whatever I need to do with xterms, browsers, editors, etc. > > 4) exit my Xorg session (thereby returning to the console (vty?) level) > > 5) log off FreeBSD 9.3-STABLE leaving my monitor at the ;login: prompt > > My problem (after upgrading to 9.3-STABLE and WITH_NEW_XORG=TRUE) is > with step #4 above. Things appear to hang and I'm forced to reboot > or to cycle power (which is a bummer due to fsck(8) taking so long) > since I'm unable to log off cleanly. I still don't know what to do... :-( "Appear to hang", yes. But have you tried blindly typing "startx" and enter again?