Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/sys/arch/mac68k/conf Pull up following revision(s) (reque...
details: https://anonhg.NetBSD.org/src/rev/e43360b98f35
branches: netbsd-9
changeset: 462367:e43360b98f35
user: martin <martin%NetBSD.org@localhost>
date: Sun Aug 18 09:54:12 2019 +0000
description:
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.
diffstat:
sys/arch/mac68k/conf/WSFB.common | 17 +++++++++++++++--
1 files changed, 15 insertions(+), 2 deletions(-)
diffs (33 lines):
diff -r 3455bca3136e -r e43360b98f35 sys/arch/mac68k/conf/WSFB.common
--- a/sys/arch/mac68k/conf/WSFB.common Sun Aug 18 09:52:12 2019 +0000
+++ b/sys/arch/mac68k/conf/WSFB.common Sun Aug 18 09:54:12 2019 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index