summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-03-13 21:23:14 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-03-13 21:23:14 +0000
commit9da0c238faae60383680a06e77bfc217150f8b90 (patch)
treeee0c570adb3c844f3894bc1564dce5cf681349bb /etc
parent1a5c4a87927ad0c0da7623f15d4ab8f4a646f590 (diff)
at install time, if X is chosen, set machdep.aperature to 2 instead of 1.
Diffstat (limited to 'etc')
-rw-r--r--etc/etc.i386/sysctl.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/etc.i386/sysctl.conf b/etc/etc.i386/sysctl.conf
index 4cdc72ebf1e..c06bca8922b 100644
--- a/etc/etc.i386/sysctl.conf
+++ b/etc/etc.i386/sysctl.conf
@@ -1,4 +1,4 @@
-#machdep.allowaperture=1 # 1=permit access to aperture driver (XFree86)
+#machdep.allowaperture=2 # See xf86(4)
#machdep.apmwarn=10 # battery % when apm status messages enabled
#machdep.apmhalt=0 # 1=powerdown hack, try if halt -p doesn't work
#machdep.kbdreset=1 # permit console CTRL-ALT-DEL to do a nice halt