From owner-freebsd-questions@freebsd.org Wed Oct 12 16:28:45 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0326AC0F059 for ; Wed, 12 Oct 2016 16:28:45 +0000 (UTC) (envelope-from dpostolov@yandex.ru) Received: from forward3j.cmail.yandex.net (forward3j.cmail.yandex.net [IPv6:2a02:6b8:0:1630::16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B6BC3ED for ; Wed, 12 Oct 2016 16:28:44 +0000 (UTC) (envelope-from dpostolov@yandex.ru) Received: from mxback14h.mail.yandex.net (mxback14h.mail.yandex.net [84.201.187.48]) by forward3j.cmail.yandex.net (Yandex) with ESMTP id 2AD512103E; Wed, 12 Oct 2016 19:28:33 +0300 (MSK) Received: from web1h.yandex.ru (web1h.yandex.ru [84.201.186.30]) by mxback14h.mail.yandex.net (nwsmtp/Yandex) with ESMTP id OZJjWvPf9b-SWsutf8n; Wed, 12 Oct 2016 19:28:32 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1476289712; bh=0uJcUOWWUWtO1DD8D3/QPtt4YXt9WJVBbltn5kLpsgE=; h=From:To:Cc:In-Reply-To:References:Subject:Message-Id:Date; b=J2EY3dziuq5+yO2ShXJh+A7SdpaIu8J7lEX6r3NaOn/0lGMcGoaxQPCvCm0rhuRDi 4OQ7J2CykTCCPFLfKt+YZDzIKeMeCaeLIJNG6TzdiStzlDGjx3w2d3fqwmvHyNw016 CVbMfJr3+l9kuv7dTL7GlAx382o9JvjEd8h0T4GA= Authentication-Results: mxback14h.mail.yandex.net; dkim=pass header.i=@yandex.ru Received: by web1h.yandex.ru with HTTP; Wed, 12 Oct 2016 19:28:32 +0300 From: Dmitry Postolov To: Ernie Luzar Cc: "freebsd-questions@freebsd.org" In-Reply-To: <57FE36A2.2030101@gmail.com> References: <1091321476254061@web28o.yandex.ru> <57FE36A2.2030101@gmail.com> Subject: Re: Console text resolution mode config MIME-Version: 1.0 Message-Id: <5965441476289712@web1h.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Wed, 12 Oct 2016 21:28:32 +0500 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 16:28:45 -0000 Hi! Sorry for my bad English... > You didn't say why you wanted to change the console screen resolution, > so I am guessing you don't like it's new look in 11.0. I am owner of 2 mini-PC Intel NUCs: NUC5PPYH CPU Intel N3700, HD Graphics (CherryView) and NUC DN2820FYKH 2-nd revision, CPU Intel N2830, HD Graphics (ValleyView). On FreeBSD 11.0 CherryView and ValleyView Graphics are not oficially supported, and I can't run CherryView Graphics with Xorg (with intel or vesa drivers on starting Lumina-DE FullHD mode) from pkg. If I am not mistake, Xorg print about "illegal opcode". If its need, I can reinstall FreeBSD and send Xorg logs to mail list. TrueOS (based on FreeBSD) supports my hardware graphics in drm-next-4.7 mode, but now I want try to use FreeBSD 11.0-p1 on NUC5PPYH CherryView Graphics with scfb video driver. On my nettops scfb driver works fine only if nettops are loaded in UEFI mode. But if in BSDInstaller FreeBSD-11.0-p1 to select GPT(UEFI) mode for target drive and to install FreeBSD, then after reboot and starting loader and system the screen console resolution is 1280x1024. And physical console have not good view on FullHD display. And after wiki-setup scfb video driver and starting Lumina-DE the screen resolution is also 1280x1024. But as I am say on previous message, if in loader press ESC and manually enter "mode 0" and "boot" then screen console resolution is 1920x1080. This is comfort console mode for me on FullHD display and Lumina-DE starts with FullHD resolution with xf86-video-scfb driver on NUCs and works fine. > About your question of "how to set console text mode 1920x1080" I do not > know the correct syntax to use, but I know you should put it in > /boot/loader.conf file and reboot. It maybe as simple as adding "mode 0" > to the /boot/loader.conf file and rebooting. I am try adding "mode 0" or 'mode="0"' to the /boot/loader.conf and reboot, but this not to solve this problem :-( console resolution is also 1280x1024. Please, help me with syntax to add "mode 0" to loader.conf file.