From owner-freebsd-questions@FreeBSD.ORG Wed Oct 15 22:44:56 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9D60814C for ; Wed, 15 Oct 2014 22:44:56 +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 4D0EECE0 for ; Wed, 15 Oct 2014 22:44:56 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id s9FMiskv083331 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 15 Oct 2014 16:44:54 -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 s9FMirL4083328; Wed, 15 Oct 2014 16:44:53 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Wed, 15 Oct 2014 16:44:53 -0600 (MDT) From: Warren Block To: Lowell Gilbert Subject: Re: exiting Xorg locks up 9.2-STABLE system In-Reply-To: <4438apvtu2.fsf@be-well.ilk.org> Message-ID: References: <20141015144925.GC3963@itcom245.staff.itd.umich.edu> <4438apvtu2.fsf@be-well.ilk.org> 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 16:44:54 -0600 (MDT) Cc: William Bulley , 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: Wed, 15 Oct 2014 22:44:56 -0000 On Wed, 15 Oct 2014, Lowell Gilbert wrote: > Warren Block writes: > >> On Wed, 15 Oct 2014, William Bulley wrote: >> >>> According to Warren Block on Wed, 10/15/14 at 10:34: >>>> >>>> Does it really lock up, or is it just that text console does not display >>>> anything? Test by typing startx again. If that works, use vt(4): >>>> https://wiki.freebsd.org/Newcons >>>> That might require updating to 9.3 and the newer version of xorg. >>> >>> D'oh! Stupid typo. I recently upgraded to 9.3-STABLE and rebuilt >>> all my ports from source. >>> >>> And, yes, I had WITH_NEW_XORG=true in my /etc/make.conf file before >>> starting the rebuild of all my ports. >>> >>> Are you saying that (given all the above that I have done), this new >>> problem that I have encountered can be eliminated by putting vt(4) in >>> my kernel config file, rebuilding my kernel and then rebooting? >> >> If you are using a custom kernel, yes. GENERIC now contains both sc >> and vt, so vt must be selected by adding kern.vty=vt to >> /boot/loader.conf. > > Not on 9.3, as far as I can see. Have I missed something? No, you're right. It appears that 9-STABLE only supports either sc or vt, but not both.