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 Add commented out GENFB_SHADOWFB option.



details:   https://anonhg.NetBSD.org/src/rev/9ab2f8825d9a
branches:  trunk
changeset: 458602:9ab2f8825d9a
user:      rin <rin%NetBSD.org@localhost>
date:      Fri Aug 02 10:46:50 2019 +0000

description:
Add commented out GENFB_SHADOWFB option.

diffstat:

 sys/arch/mac68k/conf/WSFB.common |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 40054ec2ab04 -r 9ab2f8825d9a sys/arch/mac68k/conf/WSFB.common
--- a/sys/arch/mac68k/conf/WSFB.common  Fri Aug 02 10:44:22 2019 +0000
+++ b/sys/arch/mac68k/conf/WSFB.common  Fri Aug 02 10:46:50 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.2 2019/08/02 10:46:50 rin Exp $
 
 genfb* at intvid?
 genfb* at macvid?
@@ -6,6 +6,13 @@
 
 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
 options WS_KERNEL_FG=WSCOL_GREEN
 #options WS_KERNEL_BG=WSCOL_BLACK



Home | Main Index | Thread Index | Old Index