Module Name:    src
Committed By:   martin
Date:           Sun Aug 18 09:54:12 UTC 2019

Modified Files:
        src/sys/arch/mac68k/conf [netbsd-9]: WSFB.common

Log Message:
Pull up following revision(s) (requested by rin in ticket #84):

        sys/arch/mac68k/conf/WSFB.common: revision 1.2
        sys/arch/mac68k/conf/WSFB.common: revision 1.3

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

Add commented out GENFB_SHADOWFB option.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.1.2.1 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.1 src/sys/arch/mac68k/conf/WSFB.common:1.1.2.1
--- src/sys/arch/mac68k/conf/WSFB.common:1.1	Fri Jul 26 10:48:44 2019
+++ src/sys/arch/mac68k/conf/WSFB.common	Sun Aug 18 09:54:12 2019
@@ -1,4 +1,4 @@
-# $NetBSD: WSFB.common,v 1.1 2019/07/26 10:48:44 rin Exp $
+# $NetBSD: WSFB.common,v 1.1.2.1 2019/08/18 09:54:12 martin Exp $
 
 genfb* at intvid?
 genfb* at macvid?
@@ -6,9 +6,22 @@ wsdisplay* at wsemuldisplaydev?
 
 options RASOPS_APPLE_PALETTE
 
+# At the expense of memory, boost display output drastically for
+# some depth/font settings.
+# XXX
+# This may have the opposite effect. Specify with care!
+#
+#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