Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Nov 2020 18:17:03 +0100
From:      Christoph Brinkhaus <c.brinkhaus@t-online.de>
To:        Janos Dohanics <web@3dresearch.com>
Cc:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: Console resolution/font size
Message-ID:  <X76RjwktYx8rDhWI@esprimo>
In-Reply-To: <20201125120342.642137e5543f8d9ee25d84a9@3dresearch.com>
References:  <20201125020318.30f5921d6fee3e267945a243@3dresearch.com> <X74ZksztIlHO7mtm@esprimo> <20201125120342.642137e5543f8d9ee25d84a9@3dresearch.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Am Wed, Nov 25, 2020 at 12:03:42PM -0500 schrieb Janos Dohanics:
> On Wed, 25 Nov 2020 09:45:06 +0100
> Christoph Brinkhaus <c.brinkhaus@t-online.de> wrote:
> 
> > Am Wed, Nov 25, 2020 at 02:03:18AM -0500 schrieb Janos Dohanics:
> > > Hello,
> >  
> > Hello Janos!
> > 
> > > [...]
> > > 
> > > How can I make a specific console resolution presistent across
> > > reboots? And how would I set a resolution between 800x600 and
> > > 1920x1080? Why is the setting in /boot/loader.conf ignored?
> >  
> > 
> > Please have a look at efi_max_resolution which is specfied in
> > /boot/loader.conf. I use that on one of my laptops.
> > 
> > efi_max_resolution
> > Specify the maximum desired resolution for the EFI
> > console.  The following values are accepted:
> > 
> > Value           Resolution
> > 480p            640x480
> > 720p            1280x720
> > 1080p           1920x1080
> > 2160p           3840x2160
> > 4k              3840x2160
> > 5k              5120x2880
> > WidthxHeight    WidthxHeight

Dear Janos,

thank you for the feed back.
 
> Hi Christoph,
> 
> I have changed /boot/loader.conf as you have suggested:
> 
> # cat /boot/loader.conf
> kern.geom.label.disk_ident.enable="0"
> kern.geom.label.gptid.enable="0"
> cryptodev_load="YES"
> zfs_load="YES"
> efi_max_resolution="720p"
> 
> Works perfect, thank you!
> 
> Except: The FreeBSD Boot Loader Menu is not displayed. After 10
> seconds, the boot process items keep scrolling at a readable resolution.
 
This is not something one want to have.
The only idea I have is to increase the delay of the boot menue.
May be it takes some time for the grafic card to synchronize to the
new resolution. But this is just guesswork.

> Not sure though what that resolution is, dmesg says:
> 
> VT(efifb): resolution 800x600

Kind regards,
Christoph

> 
> 
> -- 
> Janos Dohanics
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?X76RjwktYx8rDhWI>