From owner-freebsd-questions@FreeBSD.ORG Wed Dec 10 13:52:09 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 309F6C4A; Wed, 10 Dec 2014 13:52:09 +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 CFCE43D7; Wed, 10 Dec 2014 13:52:08 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id sBADq60I058168 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 10 Dec 2014 06:52:06 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id sBADq5Ee058165; Wed, 10 Dec 2014 06:52:06 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Wed, 10 Dec 2014 06:52:05 -0700 (MST) From: Warren Block To: Victor Sudakov Subject: Re: Two local X-servers In-Reply-To: <20141210051637.GA99705@admin.sibptus.tomsk.ru> Message-ID: References: <20141209133649.GA81979@admin.sibptus.tomsk.ru> <20141209142333.GA82357@admin.sibptus.tomsk.ru> <20141210051637.GA99705@admin.sibptus.tomsk.ru> 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, 10 Dec 2014 06:52:06 -0700 (MST) Cc: Adam Martin , 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, 10 Dec 2014 13:52:09 -0000 On Wed, 10 Dec 2014, Victor Sudakov wrote: > Warren Block wrote: >>> On my box, after an X-server is started, there is no return to the >>> text console. This is because of the Intel video card or Intel video >>> driver. Once I start an X-server, there is no text prompt for me. >> >> It is there, just not visible. On 10.1 and probably 9-STABLE, use vt(4) >> by adding >> kern.vty=vt >> to /boot/loader.conf. > > It may well be there, but on my 9.3-STABLE with the following kernel > config: > > include GENERIC > ident VT > nodevice sc > nodevice vga > device vt > device vt_vga > > I cannot see it no matter what I do. I did not set kern.vty=vt in > /boot/loader.conf though, is it also required with this kernel config? No, setting kern.vty is only needed if both sc(4) and vt(4) are built into the kernel.