diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2000-05-18 13:31:13 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2000-05-18 13:31:13 +0000 |
commit | f91d6bab7f52d69c80c813778f169971cee7a861 (patch) | |
tree | 841c9dcbe91b2d28cfb48c32f9b4809fd385f9b1 /etc | |
parent | 5f6bc7799cd98587b12f1c087a71a3c729eef23c (diff) |
add machdep.vsyncblank sysctl for controlling whether vsync is disabled
when the monitor is blanked.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.sparc/sysctl.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/etc.sparc/sysctl.conf b/etc/etc.sparc/sysctl.conf index 50e54ded7f6..c6f01028df1 100644 --- a/etc/etc.sparc/sysctl.conf +++ b/etc/etc.sparc/sysctl.conf @@ -1 +1,2 @@ #machdep.led_blink=1 # 1=On sparc, make led(s) blink +#machdep.vsyncblank=1 # 1=Turn video sync off when blanking |