From owner-freebsd-questions@freebsd.org Wed Oct 12 06:34:25 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 A12FCC0E674 for ; Wed, 12 Oct 2016 06:34:25 +0000 (UTC) (envelope-from dpostolov@yandex.ru) Received: from forward8m.cmail.yandex.net (forward8m.cmail.yandex.net [IPv6:2a02:6b8:b030::10]) (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 614F8794 for ; Wed, 12 Oct 2016 06:34:24 +0000 (UTC) (envelope-from dpostolov@yandex.ru) Received: from mxback9o.mail.yandex.net (mxback9o.mail.yandex.net [37.140.190.23]) by forward8m.cmail.yandex.net (Yandex) with ESMTP id F31E821A40 for ; Wed, 12 Oct 2016 09:34:21 +0300 (MSK) Received: from web28o.yandex.ru (web28o.yandex.ru [95.108.205.128]) by mxback9o.mail.yandex.net (nwsmtp/Yandex) with ESMTP id JxGz0We2GJ-YL6WeNUC; Wed, 12 Oct 2016 09:34:21 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1476254061; bh=DcEeFDUETw9qlV+4YhcQm/NDCi+MChO1upNIoHPBny4=; h=From:To:Subject:Message-Id:Date; b=kq3pT/lp0fv/MWKUT+ePYZmqsz3o11AILgiK5Il7P4w9sWF4wt3Fblcx2RrLGLFkY 0mlO0EogRFzYdTAAXSbtQPXM6yc/X8LF5hR66lY6xLi/JrTXPjavxaGq46XR31QShl OkB+3Cr+GE+YXGBBG3bAziZhIXdOgrOoWyo9ApdY= Authentication-Results: mxback9o.mail.yandex.net; dkim=pass header.i=@yandex.ru Received: by web28o.yandex.ru with HTTP; Wed, 12 Oct 2016 09:34:21 +0300 From: Dmitry Postolov To: freebsd-questions@freebsd.org Subject: Console text resolution mode config MIME-Version: 1.0 Message-Id: <1091321476254061@web28o.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Wed, 12 Oct 2016 11:34:21 +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 06:34:25 -0000 Hi! Sorry for my bad English... FreeBSD-11.0-RELEASE-p1 amd64. Hardware: Mini-PC Intel NUC5PPYH CPU Intel N3700, HD Graphics. UEFI mode. Destination - to set console text mode 1920x1080. If in loader mode press ESC and print "mode 0" and "boot" then text console resolution is 1920x1080 and all OK. How can I set this setting to /boot/loader.rc.local or another loader configuration file? I am try to set: mode 0 or mode set 0 or gop set 4 But no result, the screen resolution after changing config file is by default. Please, help me.