From owner-freebsd-questions@FreeBSD.ORG Wed Oct 15 23:33:35 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 CE922D73 for ; Wed, 15 Oct 2014 23:33:35 +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 7BE6320F for ; Wed, 15 Oct 2014 23:33:35 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id s9FNXRdD095409 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 15 Oct 2014 17:33:27 -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 s9FNXPhn095406; Wed, 15 Oct 2014 17:33:27 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Wed, 15 Oct 2014 17:33:25 -0600 (MDT) From: Warren Block To: doug@fledge.watson.org Subject: Re: exiting Xorg locks up 9.2-STABLE system In-Reply-To: Message-ID: References: <20141015160141.GA9220@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 17:33:27 -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 23:33:35 -0000 On Wed, 15 Oct 2014, doug@safeport.com wrote: > In my experience this problem stems no support for switching the video back > to text mode. I have had this issue on the Dell and HP laptops since 8.x. For > me (on the HP) it remains on 10.0. From my reading and this list the issue > (for me). > > The last answer I got: "If you using Intel KMS it's a known problem that you > can't switch to a virtual terminal once xorg is running - it hasn't been > implemented yet AFAIK". 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.