From owner-freebsd-questions@FreeBSD.ORG Wed Dec 10 08:13:56 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 C1D173A2 for ; Wed, 10 Dec 2014 08:13:56 +0000 (UTC) Received: from bede.qeng-ho.org (bede.qeng-ho.org [217.155.128.241]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5554E6A2 for ; Wed, 10 Dec 2014 08:13:55 +0000 (UTC) Received: from arthur.home.qeng-ho.org (arthur.home.qeng-ho.org [172.23.1.2]) by bede.home.qeng-ho.org (8.14.7/8.14.7) with ESMTP id sBA8DqgP091185; Wed, 10 Dec 2014 08:13:52 GMT (envelope-from freebsd@qeng-ho.org) Message-ID: <548800C0.4080909@qeng-ho.org> Date: Wed, 10 Dec 2014 08:13:52 +0000 From: Arthur Chance User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Victor Sudakov Subject: Re: Two local X-servers References: <20141209133649.GA81979@admin.sibptus.tomsk.ru> <20141209142333.GA82357@admin.sibptus.tomsk.ru> <20141210051637.GA99705@admin.sibptus.tomsk.ru> In-Reply-To: <20141210051637.GA99705@admin.sibptus.tomsk.ru> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: 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 08:13:56 -0000 On 10/12/2014 05:16, 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? > I believe the current default is to use sc if booted via BIOS and vt if booted via UEFI. Unless you have a relatively modern machine you'll need the loader directive. -- Those who do not learn from computing history are doomed to GOTO 1