Module Name:    src
Committed By:   rin
Date:           Fri Aug  9 11:05:53 UTC 2019

Modified Files:
        src/sys/arch/mac68k/conf: WSFB.common

Log Message:
Mimic macppc color/font settings, which also reduces differences b/w
color and monochrome color depths.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/mac68k/conf/WSFB.common

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/mac68k/conf/WSFB.common
diff -u src/sys/arch/mac68k/conf/WSFB.common:1.2 src/sys/arch/mac68k/conf/WSFB.common:1.3
--- src/sys/arch/mac68k/conf/WSFB.common:1.2	Fri Aug  2 10:46:50 2019
+++ src/sys/arch/mac68k/conf/WSFB.common	Fri Aug  9 11:05:53 2019
@@ -1,4 +1,4 @@
-# $NetBSD: WSFB.common,v 1.2 2019/08/02 10:46:50 rin Exp $
+# $NetBSD: WSFB.common,v 1.3 2019/08/09 11:05:53 rin Exp $
 
 genfb* at intvid?
 genfb* at macvid?
@@ -14,8 +14,14 @@ options RASOPS_APPLE_PALETTE
 #options GENFB_SHADOWFB
 
 options WSDISPLAY_DEFAULTSCREENS=1
+
+# Mimic macppc color/font settings.
+#
+options WS_DEFAULT_FG=WSCOL_BLACK
+options WS_DEFAULT_BG=WSCOL_LIGHT_WHITE
 options WS_KERNEL_FG=WSCOL_GREEN
-#options WS_KERNEL_BG=WSCOL_BLACK
+options WS_KERNEL_BG=WSCOL_LIGHT_WHITE
+options FONT_QVSS8x15
 
 pseudo-device wsfont
 pseudo-device wsmux

Reply via email to