From owner-freebsd-questions@FreeBSD.ORG Mon May 26 05:11: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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 520C0DD6 for ; Mon, 26 May 2014 05:11: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 F411B26DD for ; Mon, 26 May 2014 05:11:55 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.8/8.14.8) with ESMTP id s4Q5BsCU079006 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 25 May 2014 23:11:54 -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 s4Q5BsD2079003; Sun, 25 May 2014 23:11:54 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sun, 25 May 2014 23:11:54 -0600 (MDT) From: Warren Block To: Victor Sudakov Subject: Re: FreeBSD-10.0r. on Lenovo G780 In-Reply-To: <20140526024338.GA1301@admin.sibptus.tomsk.ru> Message-ID: References: <20140525202311.GA12899@openbsd.snowboard.ice> <20140526024338.GA1301@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]); Sun, 25 May 2014 23:11:54 -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 05:11:56 -0000 On Mon, 26 May 2014, Victor Sudakov wrote: > Istvan Galgand wrote: >> Dear Colleagues, >> >> I've just purchased a Lenovo G780 laptop. Setting single graphical card in >> BIOS only an Intel HD 4000 onboard chipset is available. I've managed to >> install FreeBSD-10.0r.to an external usb3 hdd. It is doing a very nice >> job, even a beautiful Mate desktop is achieved. But, when I want to fall >> back to console from desktop I am left with a blank screen that >> practically stays for ever. > > In my home desktop, I have some onboard Intel Sandybridge video > chipset and the xf86-video-intel-2.17.0_1 driver. I think this is a > defect in the driver but once you are in the graphics mode, you cannot > return to the text mode. When I press Ctrl+Alt+Fn to exit to text > mode, I just see some garbage. Fortunately I can press Ctrl+Alt+F9 to > return back to the graphics mode. 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.