Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mac68k/conf Mimic macppc color/font settings, which...
details: https://anonhg.NetBSD.org/src/rev/7fb24ae1c1b7
branches: trunk
changeset: 964622:7fb24ae1c1b7
user: rin <rin%NetBSD.org@localhost>
date: Fri Aug 09 11:05:53 2019 +0000
description:
Mimic macppc color/font settings, which also reduces differences b/w
color and monochrome color depths.
diffstat:
sys/arch/mac68k/conf/WSFB.common | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r 4387c7faa0ca -r 7fb24ae1c1b7 sys/arch/mac68k/conf/WSFB.common
--- a/sys/arch/mac68k/conf/WSFB.common Fri Aug 09 10:05:44 2019 +0000
+++ b/sys/arch/mac68k/conf/WSFB.common Fri Aug 09 11:05:53 2019 +0000
@@ -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 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
Home |
Main Index |
Thread Index |
Old Index