NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/59605: boot radeondrmkmsfb0: no data for est. mode 640x480x67



The following reply was made to PR kern/59605; it has been noted by GNATS.

From: RVP <rvp%SDF.ORG@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: kern/59605: boot radeondrmkmsfb0: no data for est. mode
 640x480x67
Date: Mon, 1 Sep 2025 23:37:34 +0000 (UTC)

 On Mon, 25 Aug 2025, Michael L. Riechers via gnats wrote:
 
 > Still don't have the little font produced by 9.2, but much better.
 >
 
 This is easily fixed. If you want the smaller font,
 
 1. Comment out the larger font & recompile the kernel:
 
 https://github.com/NetBSD/src/blob/netbsd-11/sys/arch/amd64/conf/GENERIC#L1226
 
 2. Use the smaller font for the consoles at startup:
 
 ```
 $ cat /etc/wscons.conf
 [...]
 setvar	ttyE0	font	Boldface
 setvar	ttyE1	font	Boldface
 setvar	ttyE2	font	Boldface
 setvar	ttyE3	font	Boldface
 [...]
 $
 ```
 
 -RVP
 


Home | Main Index | Thread Index | Old Index