Browse Source

at install time, if X is chosen, set machdep.aperature to 2 instead of 1.

OPENBSD_2_9
deraadt 23 years ago
parent
commit
2a61c084b8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/etc/etc.i386/sysctl.conf

+ 1
- 1
src/etc/etc.i386/sysctl.conf View File

@ -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

Loading…
Cancel
Save