diff options
-rw-r--r-- | etc/etc.i386/sysctl.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.i386/sysctl.conf b/etc/etc.i386/sysctl.conf index b81cea709b5..8e96d662af2 100644 --- a/etc/etc.i386/sysctl.conf +++ b/etc/etc.i386/sysctl.conf @@ -1,3 +1,3 @@ -#machdep.allowaperture=1 # 1=On i386, permit access to aperture driver for XFree86 +#machdep.allowaperture=1 # 1=permit access to aperture driver (XFree86) #machdep.apmwarn=10 # battery % when apm status messages enabled -#machdep.kbdreset=1 # permit CTRL-ALT-DEL on console to do a nice halt +#machdep.kbdreset=1 # permit console CTRL-ALT-DEL to do a nice halt |