diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2003-09-05 13:27:57 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2003-09-05 13:27:57 +0000 |
commit | e11a2faaf210a3c507c32588439eff829a2b31f3 (patch) | |
tree | 2876ef9a7bfd485ac146f9a3cb6195cf51ba319d /share | |
parent | 9740d0638478653ba7d18188bdffe32920831b88 (diff) |
Notes
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/syscons.4 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/share/man/man4/syscons.4 b/share/man/man4/syscons.4 index 11028979b3165..68fd7cf188e20 100644 --- a/share/man/man4/syscons.4 +++ b/share/man/man4/syscons.4 @@ -46,6 +46,7 @@ .Cd "options SC_NO_FONT_LOADING" .Cd "options SC_NO_HISTORY" .Cd "options SC_NO_PALETTE_LOADING" +.Cd "options SC_NO_SUSPEND_VTYSWITCH" .Cd "options SC_NO_SYSMOUSE" .Cd "options SC_PIXEL_MODE" .Cd "options SC_TWOBUTTON_MOUSE" @@ -344,6 +345,12 @@ unless you explicitly load a software font at startup. See .Sx EXAMPLES below. +.It SC_NO_SUSPEND_VTYSWITCH +This option, which is also available as loader tunable and sysctl +.Va ( hw.syscons.sc_no_suspend_vtswitch ) , +disables switching between virtual terminals (graphics <-> text) during +suspend/resume (ACPI and APM). Use this option if your system is freezing +when you are running X and trying to suspend. .El .Pp The following options will remove some features from the |