Date: Tue, 6 Jul 2021 15:05:18 +0100 From: Nuno Teixeira <eduardo@freebsd.org> To: junchoon@dec.sakura.ne.jp Cc: FreeBSD CURRENT <freebsd-current@freebsd.org>, Toomas Soome <tsoome@me.com> Subject: Re: lost high resolution console with lastest snapshot Message-ID: <CAFDf7U%2BY8nP9wPtTFtCKa3ndLK774coKNsigySK4nQm35-H2Cg@mail.gmail.com> In-Reply-To: <20210706225507.a473a7e8ef7c745a3b2fdac9@dec.sakura.ne.jp> References: <CAFDf7U%2BPExpzvaj0FR2NeRUcDHO-cd=yp9Oigqb-91QEbc3dOw@mail.gmail.com> <14208BC3-6D82-48EA-97DC-32747AD5F2AC@me.com> <55630465.31.1625575346372@localhost> <20210706220449.a546aea02b871db220aaa0d9@dec.sakura.ne.jp> <CAFDf7U%2BTQQg5FkAvyETA2ApB42vJ8FCQnMTvmqt7L0W2VF40gQ@mail.gmail.com> <24805630-6048-46FC-80E5-9583BB1F54E2@me.com> <20210706225507.a473a7e8ef7c745a3b2fdac9@dec.sakura.ne.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
--00000000000016b35705c674eaa3 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Maybe that formula is choosing large fonts related with a 15' laptop 1920x1080 res for my taste. It remembers me older bsd versions when booting But I'm happy knowing that I can change it. Thanks very much, Nuno Teixeira Tomoaki AOKI <junchoon@dec.sakura.ne.jp> escreveu no dia ter=C3=A7a, 6/07/2= 021 =C3=A0(s) 14:55: > And IIUC, commit becaac3972f1 [1] > to /usr/src/stand/efi/loader/framebuffer.c has the auto-selection logic. > > [1] > > https://cgit.freebsd.org/src/commit/stand/efi/loader/framebuffer.c?id=3Db= ecaac3972f1fde4e3c44516399468ba5ca65c9b > > > On Tue, 6 Jul 2021 16:28:01 +0300 > Toomas Soome via freebsd-current <freebsd-current@freebsd.org> wrote: > > > > > > > > On 6. Jul 2021, at 16:21, Nuno Teixeira <eduardo@freebsd.org> wrote: > > > > > > it worked! 8x16 is exacly > > > the same size as before. > > > > > > And you are right, screen res is correct but font size is wrong. Is i= t > some > > > kind of bug? > > > > > > > > > yes and no. the automatic font selection does try the best, but people > are different and the automatic selection may not be best for You. Anyhow= , > thats the reason to have option to set it manually. > > > > rgds, > > toomas > > > > > > > Tomoaki AOKI <junchoon@dec.sakura.ne.jp> escreveu no dia ter=E3=80=93= a, > 6/07/2021 > > > =E3=80=93(s) 14:08: > > > > > >> Or if the previous installation is old enough, > > >> possibly just a font auto-selection problem. > > >> If screen resolution is correct, but tooo large font is selected, > > >> lower resolution screen is mimiced. > > >> > > >> If so, try setting > > >> > > >> screen.font=3D8x16 > > >> > > >> or any size you prefer from files in /boot/fonts. > > >> > > >> > > >> On Tue, 6 Jul 2021 14:42:26 +0200 (CEST) > > >> Ronald Klop <ronald-lists@klop.ws> wrote: > > >> > > >>> Maybe your previous install did not use UEFI? > > >>> > > >>> Ronald. > > >>> > > >>> > > >>> Van: Toomas Soome via freebsd-current <freebsd-current@freebsd.org> > > >>> Datum: dinsdag, 6 juli 2021 14:12 > > >>> Aan: Nuno Teixeira <eduardo@freebsd.org> > > >>> CC: FreeBSD CURRENT <freebsd-current@freebsd.org> > > >>> Onderwerp: Re: lost high resolution console with lastest snapshot > > >>>> > > >>>> > > >>>> > > >>>>> On 6. Jul 2021, at 14:49, Nuno Teixeira <eduardo@freebsd.org> > wrote: > > >>>>> > > >>>>> Hello, > > >>>>> > > >>>>> gop get says: > > >>>>> --- > > >>>>> EDID 1920x1080 > > >>>>> mode 0 > > >>>>> --- > > >>>>> > > >>>>> When I try other modes it sometimes decreases res. > > >>>>> > > >>>>> I remember that high res was working until now. > > >>>>> Maybe a bug? > > >>>> > > >>>> GOP set/get/list is the only interface with uefi graphics we can u= se > > >> from bootloader. From loader, we only can try to use resolutions > listed by > > >> gop list, even if the hardware does support better. This is the > firmware > > >> limit (check for update?). Once operating system is running, X11/DRM > > >> drivers can switch to use better resolution. > > >>>> > > >>>> Toomas > > >>>> > > >>>>> > > >>>>> Toomas Soome <tsoome@me.com> escreveu no dia ter=E3=80=93a, 6/07/= 2021 =E3=80=93(s) > > >> 12:11: > > >>>>> > > >>>>>> > > >>>>>> > > >>>>>>>> On 6. Jul 2021, at 14:07, Nuno Teixeira <eduardo@freebsd.org> > > >> wrote: > > >>>>>>> > > >>>>>>> I forgot to say that dmesg show vt resolution: > > >>>>>>> > > >>>>>>> --- > > >>>>>>> (...) > > >>>>>>> FreeBSD clang version 12.0.1 (git@github.com: > llvm/llvm-project.git > > >>>>>>> llvmorg-12.0.1-rc2-0-ge7dac564cd0e) > > >>>>>>> WARNING: WITNESS option enabled, expect reduced performance. > > >>>>>>> =3D=3D> VT(efifb): resolution 1920x1080 > > >>>>>>> (...) > > >>>>>>> > > >>>>>>> But res isn't at 1920x1080 > > >>>>>> > > >>>>>> from boot menu, press ESC to get OK prompt, enter commands: > > >>>>>> > > >>>>>> gop get > > >>>>>> gop list > > >>>>>> gop set X =E3=80=93 where X is number from gop list output. > > >>>>>> > > >>>>>> this way you can check if the resolution does change or not. > > >>>>>> > > >>>>>> rgds, > > >>>>>> toomas > > >>>>>> > > >>>>>>> > > >>>>>>> Nuno Teixeira <eduardo@freebsd.org> escreveu no dia ter=E3=80= =93a, > > >> 6/07/2021 > > >>>>>> =E3=80=93(s) > > >>>>>>> 11:37: > > >>>>>>> > > >>>>>>>> Hello, > > >>>>>>>> > > >>>>>>>> I remember having high resolution console at 1920x1080 but due > to > > >>>>>> hardware > > >>>>>>>> problems I replaced hdd and installed latest snapshot #0 > > >>>>>>>> main-n247671-c5f4772c66d: Thu Jul 1 and now console resolutio= n > > >> is very > > >>>>>> low. > > >>>>>>>> > > >>>>>>>> Did I missed something or I need to configure system so I can > > >> have high > > >>>>>>>> res again? > > >>>>>>>> > > >>>>>>>> Thanks, > > >>>>>>>> Nuno Teixeira > > >>>>>>>> > > >>>>>> > > >>>>>> > > >>>> > > >>>> > > >>>> > > >>>> > > >> > > >> > > >> -- > > >> Tomoaki AOKI <junchoon@dec.sakura.ne.jp> > > >> > > >> > > > > > > > > > -- > Tomoaki AOKI <junchoon@dec.sakura.ne.jp> > --00000000000016b35705c674eaa3--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFDf7U%2BY8nP9wPtTFtCKa3ndLK774coKNsigySK4nQm35-H2Cg>