From 2a61c084b823091d84ee6d43c6adbc06dd41146e Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Tue, 13 Mar 2001 21:23:13 +0000 Subject: [PATCH] at install time, if X is chosen, set machdep.aperature to 2 instead of 1. --- src/etc/etc.i386/sysctl.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/etc.i386/sysctl.conf b/src/etc/etc.i386/sysctl.conf index 4cdc72eb..c06bca89 100644 --- a/src/etc/etc.i386/sysctl.conf +++ b/src/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