Module Name:    src
Committed By:   rin
Date:           Fri Oct 30 11:02:50 UTC 2020

Modified Files:
        src/sys/arch/evbarm/conf: RPI

Log Message:
Add bigger console font for modern displays.


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/sys/arch/evbarm/conf/RPI

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/RPI
diff -u src/sys/arch/evbarm/conf/RPI:1.92 src/sys/arch/evbarm/conf/RPI:1.93
--- src/sys/arch/evbarm/conf/RPI:1.92	Fri Oct 30 11:02:09 2020
+++ src/sys/arch/evbarm/conf/RPI	Fri Oct 30 11:02:50 2020
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: RPI,v 1.92 2020/10/30 11:02:09 rin Exp $
+#	$NetBSD: RPI,v 1.93 2020/10/30 11:02:50 rin Exp $
 #
 #	RPi -- Raspberry Pi
 #
@@ -198,6 +198,9 @@ options 	WSDISPLAY_COMPAT_USL		# wsconsc
 options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
 options 	WSDISPLAY_DEFAULTSCREENS=4
 
+options 	FONT_BOLD8x16
+options 	FONT_BOLD16x32
+
 #options 	FONT_QVSS8x15
 #options 	FONT_GALLANT12x22	# the console font
 

Reply via email to