summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authordm <dm@cvs.openbsd.org>1997-06-17 21:13:44 +0000
committerdm <dm@cvs.openbsd.org>1997-06-17 21:13:44 +0000
commite99ae7194fa315459796e366ab57a9dc324f0d1a (patch)
tree040210b6a612c0118b88c86da73906fab0394df6 /sys
parent1ff0e58f0758c11d8fa7f37a7cc2e77dce9ae1a7 (diff)
Use a blank screen screensaver by default (for energy-saver monitors).
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/i386/isa/pcvt/pcvt_conf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/isa/pcvt/pcvt_conf.h b/sys/arch/i386/isa/pcvt/pcvt_conf.h
index 1d6eae1c23b..e6dd6e87b56 100644
--- a/sys/arch/i386/isa/pcvt/pcvt_conf.h
+++ b/sys/arch/i386/isa/pcvt/pcvt_conf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pcvt_conf.h,v 1.8 1997/05/22 21:18:35 millert Exp $ */
+/* $OpenBSD: pcvt_conf.h,v 1.9 1997/06/17 21:13:43 dm Exp $ */
/*
* Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch.
@@ -197,7 +197,7 @@
#endif
#if !defined PCVT_PRETTYSCRNS /* ---------- DEFAULT: OFF ------------ */
-# define PCVT_PRETTYSCRNS 1 /* for the cost of some microseconds of */
+# define PCVT_PRETTYSCRNS 0 /* for the cost of some microseconds of */
#elif PCVT_PRETTYSCRNS != 0 /* cpu time this adds a more "pretty" */
# undef PCVT_PRETTYSCRNS /* version to the screensaver, an "*" */
# define PCVT_PRETTYSCRNS 1 /* in random locations of the display. */