From owner-freebsd-questions@freebsd.org Thu Oct 13 08:12:55 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 7546DC0F6D8 for ; Thu, 13 Oct 2016 08:12:55 +0000 (UTC) (envelope-from dpostolov@yandex.ru) Received: from forward5h.cmail.yandex.net (forward5h.cmail.yandex.net [IPv6:2a02:6b8:0:f35::15]) (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 323C1187 for ; Thu, 13 Oct 2016 08:12:55 +0000 (UTC) (envelope-from dpostolov@yandex.ru) Received: from mxback5o.mail.yandex.net (mxback5o.mail.yandex.net [37.140.190.19]) by forward5h.cmail.yandex.net (Yandex) with ESMTP id 9CBA0210C9; Thu, 13 Oct 2016 11:12:51 +0300 (MSK) Received: from web13o.yandex.ru (web13o.yandex.ru [95.108.205.113]) by mxback5o.mail.yandex.net (nwsmtp/Yandex) with ESMTP id hVXsyPuZmY-CpoWsMW2; Thu, 13 Oct 2016 11:12:51 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1476346371; bh=WMqFM+VFcdnGh+WPM7LsCRqhL2EHVCzbePgIIpP4JsY=; h=From:To:In-Reply-To:References:Subject:Message-Id:Date; b=mHFGicZMRBwhukFwlpTltYnorHxJAy8YecaF2LQENE5wYcGbq1QOMNvoSn0v9oLpZ hUerVcwB3zCJusHwjwib45da8wkXzBCs/HB8OFnfUJwmwYKtso7xrBYaR+tlLscrPN P8ZxgHXqwZckJEko8BKWddPqQlk+K6dGJZWleQzs= Authentication-Results: mxback5o.mail.yandex.net; dkim=pass header.i=@yandex.ru Received: by web13o.yandex.ru with HTTP; Thu, 13 Oct 2016 11:12:51 +0300 From: Dmitry Postolov To: =?utf-8?B?SnVhbiBSYW3Ds24gTW9saW5hIE1lbm9y?= , "freebsd-questions@freebsd.org" In-Reply-To: <9b295af4-77b5-ec54-deac-13c80c18366d@club.fr> References: <361c7128-07be-007b-0723-a20a35fb6d5b@club.fr> <9b295af4-77b5-ec54-deac-13c80c18366d@club.fr> Subject: Re: Console text resolution mode config MIME-Version: 1.0 Message-Id: <7171121476346371@web13o.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Thu, 13 Oct 2016 13:12:51 +0500 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=utf-8 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: Thu, 13 Oct 2016 08:12:55 -0000 Hi! Sorry for my bad English... 13.10.2016, 12:34, "Juan Ramón Molina Menor" :   > Sorry! It’s the other way round: gop set 0 I am try to add the line to /boot/loader.rc.local "gop set 0" but screen resolution also 1280x1024. But if in loader press: "gop list" then output listing of modes is printed. OK gop list mode 0: 1280x1024x32, stride=1280 mode 1: 1024x768x32, stride=1024 mode 3: 800x600x32, stride=800 mode 4: 1920x1080x32, stride=1920 And if in prompt manually enter: "gop set 4" then screen resolution is 1920x1080 and all OK, but after adding this string "gop set 4" to /boot/loader.rc.local and reboot the screen resolution is also 1280x1024 and problem is not solved. Problem only with auto conf file and auto load.