From owner-freebsd-questions@FreeBSD.ORG Mon May 26 13:30:45 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 89F648D0 for ; Mon, 26 May 2014 13:30:45 +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 3757C2389 for ; Mon, 26 May 2014 13:30:44 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.8/8.14.8) with ESMTP id s4QDUgwP082386 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 26 May 2014 07:30:42 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.8/8.14.8/Submit) with ESMTP id s4QDUgrj082383; Mon, 26 May 2014 07:30:42 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Mon, 26 May 2014 07:30:42 -0600 (MDT) From: Warren Block To: Victor Sudakov Subject: Re: FreeBSD-10.0r. on Lenovo G780 In-Reply-To: <20140526060333.GA8785@admin.sibptus.tomsk.ru> Message-ID: References: <20140525202311.GA12899@openbsd.snowboard.ice> <20140526024338.GA1301@admin.sibptus.tomsk.ru> <20140526060333.GA8785@admin.sibptus.tomsk.ru> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) 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]); Mon, 26 May 2014 07:30:43 -0600 (MDT) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2014 13:30:45 -0000 On Mon, 26 May 2014, Victor Sudakov wrote: > Warren Block wrote: >> >> In FreeBSD 9- and 10-Stable, the vt(4) device enables a graphics >> console. Switching to console from X works again. In addition to >> either 9- or 10-Stable, a kernel with the vt device must be built. >> There is a sample kernel config file included with both. > > Where is it? I have searched "device.*vt" in /usr/src/sys/conf/NOTES > and /usr/src/sys/amd64/conf/NOTES on 9.2-STABLE, there are only vte > and vtnet devices. The sample VT kernel config file is /usr/src/sys/i386/conf/VT and /usr/src/sys/amd64/conf/VT. > [root@vas /usr/src/sys] svn info | grep Revisi > Revision: 266675 > > http://www.freebsd.org/cgi/man.cgi?query=vt also comes out empty. Sorry, I just MFCed the man page yesterday, and the online man pages have not been updated yet. I'll look into that. If you update to 9- or 10-Stable, it is 'man 4 vt', from /usr/src/share/man/man4/vt.4. The repository version is here: http://svnweb.freebsd.org/base/stable/9/share/man/man4/vt.4?revision=266668&view=markup