From owner-freebsd-questions@freebsd.org Thu Oct 13 09:32:16 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 87054C0E2C0 for ; Thu, 13 Oct 2016 09:32:16 +0000 (UTC) (envelope-from listjm@club.fr) Received: from smtp26.services.sfr.fr (smtp26.services.sfr.fr [93.17.128.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D91BF8D for ; Thu, 13 Oct 2016 09:32:15 +0000 (UTC) (envelope-from listjm@club.fr) Received: from [192.168.1.51] (95.165.7.84.rev.sfr.net [84.7.165.95]) by msfrf2618.sfr.fr (SMTP Server) with ESMTP id 69B181C002940; Thu, 13 Oct 2016 11:26:41 +0200 (CEST) Received: from [192.168.1.51] (95.165.7.84.rev.sfr.net [84.7.165.95]) (Authenticated sender: juanmolina@sfr.fr) by msfrf2618.sfr.fr (SMTP Server) with ESMTPA; Thu, 13 Oct 2016 11:26:37 +0200 (CEST) Authentication-Results: sfr.fr; auth=pass (PLAIN) smtp.auth=juanmolina@sfr.fr Subject: Re: Console text resolution mode config To: Dmitry Postolov , "freebsd-questions@freebsd.org" References: <361c7128-07be-007b-0723-a20a35fb6d5b@club.fr> <9b295af4-77b5-ec54-deac-13c80c18366d@club.fr> <7171121476346371@web13o.yandex.ru> From: Juan =?iso-8859-1?b?UmFt824=?= Molina Menor Message-ID: <8a8c7e76-1475-6c67-4fb2-8d9bb1c5bf56@club.fr> Date: Thu, 13 Oct 2016 11:26:35 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <7171121476346371@web13o.yandex.ru> X-sfr-mailing: LEGIT Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit 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 09:32:16 -0000 Le 13/10/2016 à 10:12, Dmitry Postolov a écrit : > 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. > Sorry, it just works here (FreeBSD-CURRENT). Somebody more knowledgeable has maybe an explanation.